Lines Matching defs:elfhdr
99 typedef struct elfhdr{ struct
100 unsigned char e_ident[EI_NIDENT]; /* ELF Identification */
101 Elf32_Half e_type; /* object file type */
102 Elf32_Half e_machine; /* machine */
103 Elf32_Word e_version; /* object file version */
104 Elf32_Addr e_entry; /* virtual entry point */
105 Elf32_Off e_phoff; /* program header table offset */
106 Elf32_Off e_shoff; /* section header table offset */
107 Elf32_Word e_flags; /* processor-specific flags */
108 Elf32_Half e_ehsize; /* ELF header size */
109 Elf32_Half e_phentsize; /* program header entry size */
110 Elf32_Half e_phnum; /* number of program header entries */
111 Elf32_Half e_shentsize; /* section header entry size */
112 Elf32_Half e_shnum; /* number of section header entries */
113 Elf32_Half e_shstrndx; /* section header table's "section