Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c85 struct elf64_hdr { struct
157 struct elf64_hdr h; in make_exe()
161 {&h, sizeof(struct elf64_hdr)}, in make_exe()
180 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
181 h.e_phoff = sizeof(struct elf64_hdr); in make_exe()
184 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
197 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
198 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
206 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
/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.c147 const struct elf64_hdr *hdr; in vdso_apply_alternatives()
149 hdr = (struct elf64_hdr *)vdso_start; in vdso_apply_alternatives()
/linux/arch/arm64/kernel/
H A Dalternative.c206 const struct elf64_hdr *hdr; in apply_alternatives_vdso()
213 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
/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/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgsp.c1853 const struct elf64_hdr *ehdr = (const struct elf64_hdr *)img; in r535_gsp_elf_section()