Subsections

ELF Header

Machine Information

For file identification in e_ident, the AMD64 architecture requires the following values.


Table: AMD64 Identification
Position Value
e_ident[EI_CLASS] ELFCLASS64
e_ident[EI_DATA] ELFDATA2LSB

Processor identification resides in the ELF header's e_machine member and must have the value EM_X86_64.4.1



Footnotes

...EM_X86_64.4.1
The value of this identifier is 62.


Jan Hubicka 2003-05-04