Searched defs:elf64_hdr (Results 1 – 1 of 1) sorted by relevance
78 struct elf64_hdr { struct79 uint8_t e_ident[16];80 uint16_t e_type;81 uint16_t e_machine;82 uint32_t e_version;83 uint64_t e_entry;84 uint64_t e_phoff;85 uint64_t e_shoff;86 uint32_t e_flags;87 uint16_t e_ehsize;[all …]