Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/proc/
A Dproc-pid-vm.c97 struct elf64_phdr { struct
153 struct elf64_phdr ph; in make_exe()
157 {&ph, sizeof(struct elf64_phdr)}, in make_exe()
175 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
180 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe()
192 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
193 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
201 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
/linux-6.3-rc2/include/linux/
A Delf.h54 #define elf_phdr elf64_phdr
/linux-6.3-rc2/arch/powerpc/boot/
A Delf.h106 typedef struct elf64_phdr { struct
/linux-6.3-rc2/arch/alpha/boot/tools/
A Dobjstrip.c32 # define elf_phdr elf64_phdr
/linux-6.3-rc2/arch/mips/kernel/
A Delf.c83 struct elf64_phdr *phdr64 = _phdr; in arch_elf_pt_proc()
/linux-6.3-rc2/include/uapi/linux/
A Delf.h260 typedef struct elf64_phdr { struct

Completed in 12 milliseconds