Home
last modified time | relevance | path

Searched refs:elf64_hdr (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c81 struct elf64_hdr { struct
153 struct elf64_hdr h; in make_exe()
157 {&h, sizeof(struct elf64_hdr)}, in make_exe()
176 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
177 h.e_phoff = sizeof(struct elf64_hdr); in make_exe()
180 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
193 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
194 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
202 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
82 e_identelf64_hdr global() argument
83 e_typeelf64_hdr global() argument
84 e_machineelf64_hdr global() argument
85 e_versionelf64_hdr global() argument
86 e_entryelf64_hdr global() argument
87 e_phoffelf64_hdr global() argument
88 e_shoffelf64_hdr global() argument
89 e_flagself64_hdr global() argument
90 e_ehsizeelf64_hdr global() argument
91 e_phentsizeelf64_hdr global() argument
92 e_phnumelf64_hdr global() argument
93 e_shentsizeelf64_hdr global() argument
94 e_shnumelf64_hdr global() argument
95 e_shstrndxelf64_hdr global() argument
/linux/arch/mips/kernel/
H A Delf.c81 struct elf64_hdr e64; in arch_elf_pt_proc()
140 struct elf64_hdr e64; in arch_check_elf()
144 struct elf64_hdr e64; in arch_check_elf()
/linux/arch/s390/kernel/
H A Dvdso.c167 const struct elf64_hdr *hdr; in vdso_apply_alternatives()
169 hdr = (struct elf64_hdr *)vdso64_start; in vdso_apply_alternatives()
/linux/arch/arm64/kernel/
H A Dalternative.c201 const struct elf64_hdr *hdr; in apply_alternatives_vdso()
208 hdr = (struct elf64_hdr *)vdso_start; in apply_alternatives_vdso()
/linux/include/linux/
H A Delf.h53 #define elfhdr elf64_hdr
/linux/arch/powerpc/boot/
H A Delf.h72 typedef struct elf64_hdr { struct
73 e_identelf64_hdr global() argument
74 e_typeelf64_hdr global() argument
75 e_machineelf64_hdr global() argument
76 e_versionelf64_hdr global() argument
77 e_entryelf64_hdr global() argument
78 e_phoffelf64_hdr global() argument
79 e_shoffelf64_hdr global() argument
80 e_flagself64_hdr global() argument
81 e_ehsizeelf64_hdr global() argument
82 e_phentsizeelf64_hdr global() argument
83 e_phnumelf64_hdr global() argument
84 e_shentsizeelf64_hdr global() argument
85 e_shnumelf64_hdr global() argument
86 e_shstrndxelf64_hdr global() argument
/linux/arch/alpha/boot/tools/
H A Dobjstrip.c31 # define elfhdr elf64_hdr
/linux/drivers/remoteproc/
H A Dremoteproc_elf_loader.c75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
/linux/tools/include/uapi/linux/
H A Delf.h234 typedef struct elf64_hdr { struct
235 e_identelf64_hdr global() argument
236 e_typeelf64_hdr global() argument
237 e_machineelf64_hdr global() argument
238 e_versionelf64_hdr global() argument
239 e_entryelf64_hdr global() argument
240 e_phoffelf64_hdr global() argument
241 e_shoffelf64_hdr global() argument
242 e_flagself64_hdr global() argument
243 e_ehsizeelf64_hdr global() argument
244 e_phentsizeelf64_hdr global() argument
245 e_phnumelf64_hdr global() argument
246 e_shentsizeelf64_hdr global() argument
247 e_shnumelf64_hdr global() argument
248 e_shstrndxelf64_hdr global() argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgsp.c1842 const struct elf64_hdr *ehdr = (const struct elf64_hdr *)img; in r535_gsp_elf_section()