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