Searched defs:elf64_hdr (Results 1 – 3 of 3) sorted by relevance
80 struct elf64_hdr { struct81 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;[all …]
72 typedef struct elf64_hdr { struct73 unsigned char e_ident[16]; /* ELF "magic number" */74 Elf64_Half e_type;75 Elf64_Half e_machine;76 Elf64_Word e_version;77 Elf64_Addr e_entry; /* Entry point virtual address */78 Elf64_Off e_phoff; /* Program header table file offset */79 Elf64_Off e_shoff; /* Section header table file offset */80 Elf64_Word e_flags;81 Elf64_Half e_ehsize;[all …]
226 typedef struct elf64_hdr { struct227 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */228 Elf64_Half e_type;229 Elf64_Half e_machine;230 Elf64_Word e_version;231 Elf64_Addr e_entry; /* Entry point virtual address */232 Elf64_Off e_phoff; /* Program header table file offset */233 Elf64_Off e_shoff; /* Section header table file offset */234 Elf64_Word e_flags;235 Elf64_Half e_ehsize;[all …]