Lines Matching defs:elf64_hdr
81 struct elf64_hdr { struct
82 uint8_t e_ident[16];
83 uint16_t e_type;
84 uint16_t e_machine;
85 uint32_t e_version;
86 uint64_t e_entry;
87 uint64_t e_phoff;
88 uint64_t e_shoff;
89 uint32_t e_flags;
90 uint16_t e_ehsize;
91 uint16_t e_phentsize;
92 uint16_t e_phnum;
93 uint16_t e_shentsize;
94 uint16_t e_shnum;
95 uint16_t e_shstrndx;