Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
A 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/include/linux/
A Delf.h54 #define elf_phdr elf64_phdr
/linux/arch/powerpc/boot/
A Delf.h106 typedef struct elf64_phdr { struct
/linux/arch/alpha/boot/tools/
A Dobjstrip.c32 # define elf_phdr elf64_phdr
/linux/arch/mips/kernel/
A Delf.c83 struct elf64_phdr *phdr64 = _phdr; in arch_elf_pt_proc()
/linux/include/uapi/linux/
A Delf.h256 typedef struct elf64_phdr { struct

Completed in 12 milliseconds