9.2. ELF Header

9.2.1. Machine Information

LSB-conforming applications shall use the Machine Information as defined in Intel® Itanium™ Processor-specific Application Binary Interface, Chapter 4. Implementations shall support the LP64 model. It is unspecified whether or not the ILP32 model shall also be supported.

9.2.1.1. File Class

For LP64 relocatable objects, the file class value in e_ident[EI_CLASS] may be either ELFCLASS32 or ELFCLASS64, and a conforming linker must be able to process either or both classes.

9.2.1.2. Data Encoding

Implementations shall support 2's complement, little endian data encoding. The data encoding value in e_ident[EI_DATA] shall contain the value ELFDATA2LSB.

9.2.1.3. OS Identification

The OS Identification field e_ident[EI_OSABI] shall contain the value ELFOSABI_NONE.

9.2.1.4. Processor Identification

The processor identification value held in e_machine shall contain the value EM_IA_64.

9.2.1.5. Processor Specific Flags

The flags field e_flags shall be as described in Intel® Itanium™ Processor-specific Application Binary Interface, Chapter 4.1.1.6.

The following additional processor-specific flags are defined:

Table 9-1. Additional Processor-Specific Flags

NameValue
EF_IA_64_LINUX_EXECUTABLE_STACK0x00000001

EF_IA_64_LINUX_EXECUTABLE_STACK

The stack and heap sections are executable. If this flag is not set, code can not be executed from the stack or heap.