A.out: Difference between revisions

Jump to navigation Jump to search
36 bytes added ,  29 days ago
m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
No edit summary
m (Bot: Replace deprecated source tag with syntaxhighlight)
 
Line 36:
 
32 bit executable header:
<sourcesyntaxhighlight lang="c">
struct exec
{
Line 50:
 
};
</syntaxhighlight>
</source>
The fields have the following functions:
{| class="wikitable"
Line 101:
===The relocation info structure===
Relocation records have a standard format which is described by the relocation_info structure:
<sourcesyntaxhighlight lang="c">
struct relocation_info
{
Line 117:
 
};
</syntaxhighlight>
</source>
The fields have the following functions:
{| class="wikitable"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu