Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c81 struct elf64_hdr { struct
82 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 …]
/linux/arch/powerpc/boot/
H A 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 …]