Home
last modified time | relevance | path

Searched defs:elf64_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/tools/testing/selftests/proc/
Dproc-pid-vm.c78 struct elf64_hdr { struct
79 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 …]
/linux-5.10/arch/powerpc/boot/
Delf.h72 typedef struct elf64_hdr { struct
73 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 …]
/linux-5.10/include/uapi/linux/
Delf.h222 typedef struct elf64_hdr { struct
223 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
224 Elf64_Half e_type;
225 Elf64_Half e_machine;
226 Elf64_Word e_version;
227 Elf64_Addr e_entry; /* Entry point virtual address */
228 Elf64_Off e_phoff; /* Program header table file offset */
229 Elf64_Off e_shoff; /* Section header table file offset */
230 Elf64_Word e_flags;
231 Elf64_Half e_ehsize;
[all …]