Searched defs:elf64_hdr (Results 1 – 1 of 1) sorted by relevance
81 struct elf64_hdr { struct82 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;[all …]