ELF: Difference between revisions

m
no edit summary
[unchecked revision][unchecked revision]
mNo edit summary
Line 40:
</pre>
 
The 'flags' will tell you what's actually available in the ELF file. Here, we have [[Symbol_Table|symbol tables]] and relocation: all that we need to link the file against another, but virtually no information about how to load the file in memory (even if that could be guessed). We don't have the program entry point, for instance, and we have a sections table rather than a program header.
 
{| {{wikitable}}
Line 375:
=== Articles ===
* [[System V ABI]]
* [[Symbol Table]]
* [[Modular Kernel]]
* [[DWARF]]
Line 393 ⟶ 394:
[[Category:ABI]]
[[Category:Executable Formats]]
[[Category:Object Files]]
[[Category:Standards]]
[[de:Executable and Linking Format]]
Anonymous user