Searched defs:elf64_hdr (Results 1 – 5 of 5) 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 …]
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 …]
173 typedef struct elf64_hdr { struct174 unsigned char e_ident[EI_NIDENT];175 Elf64_Half e_type;176 Elf64_Half e_machine;177 Elf64_Word e_version;178 Elf64_Addr e_entry;179 Elf64_Off e_phoff;180 Elf64_Off e_shoff;181 Elf64_Word e_flags;182 Elf64_Half e_ehsize;[all …]
225 typedef struct elf64_hdr { struct226 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */227 Elf64_Half e_type;228 Elf64_Half e_machine;229 Elf64_Word e_version;230 Elf64_Addr e_entry; /* Entry point virtual address */231 Elf64_Off e_phoff; /* Program header table file offset */232 Elf64_Off e_shoff; /* Section header table file offset */233 Elf64_Word e_flags;234 Elf64_Half e_ehsize;[all …]
187 typedef struct elf64_hdr { struct188 unsigned char e_ident[EI_NIDENT];189 Elf64_Half e_type;190 Elf64_Half e_machine;191 Elf64_Word e_version;192 Elf64_Addr e_entry;193 Elf64_Off e_phoff;194 Elf64_Off e_shoff;195 Elf64_Word e_flags;196 Elf64_Half e_ehsize;[all …]