Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c102 struct elf64_phdr { struct
158 struct elf64_phdr ph; in make_exe()
162 {&ph, sizeof(struct elf64_phdr)}, in make_exe()
180 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
185 h.e_phentsize = sizeof(struct elf64_phdr); 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/include/linux/
H A Delf.h54 #define elf_phdr elf64_phdr
/linux/arch/powerpc/boot/
H A Delf.h106 typedef struct elf64_phdr { struct
/linux/arch/alpha/boot/tools/
H A Dobjstrip.c32 # define elf_phdr elf64_phdr
/linux/arch/mips/kernel/
H A Delf.c84 struct elf64_phdr *phdr64 = _phdr; in arch_elf_pt_proc()