reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
458 Elf_Half e_type; // Type of file (see ET_*) 459 Elf_Half e_machine; // Required architecture for this file (see EM_*) 460 Elf_Word e_version; // Must be equal to 1 461 Elf_Addr e_entry; // Address to jump to in order to start program 462 Elf_Off e_phoff; // Program header table's file offset, in bytes 463 Elf_Off e_shoff; // Section header table's file offset, in bytes 464 Elf_Word e_flags; // Processor-specific flags 465 Elf_Half e_ehsize; // Size of ELF header, in bytes 466 Elf_Half e_phentsize; // Size of an entry in the program header table 467 Elf_Half e_phnum; // Number of entries in the program header table 468 Elf_Half e_shentsize; // Size of an entry in the section header table 469 Elf_Half e_shnum; // Number of entries in the section header table 470 Elf_Half e_shstrndx; // Section header table index of section name