Home
last modified time | relevance | path

Searched refs:elf64_phdr (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/tools/testing/selftests/proc/
Dproc-pid-vm.c95 struct elf64_phdr { struct
151 struct elf64_phdr ph; in make_exe()
155 {&ph, sizeof(struct elf64_phdr)}, in make_exe()
173 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
178 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe()
190 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
191 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
199 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
/Linux-v5.10/include/linux/
Delf.h44 #define elf_phdr elf64_phdr
/Linux-v5.10/arch/powerpc/boot/
Delf.h106 typedef struct elf64_phdr { struct
/Linux-v5.10/arch/alpha/boot/tools/
Dobjstrip.c32 # define elf_phdr elf64_phdr
/Linux-v5.10/arch/mips/kernel/
Delf.c83 struct elf64_phdr *phdr64 = _phdr; in arch_elf_pt_proc()
/Linux-v5.10/include/uapi/linux/
Delf.h256 typedef struct elf64_phdr { struct