Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/proc/
H 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()
/openbmc/linux/include/linux/
H A Delf.h54 #define elf_phdr elf64_phdr
/openbmc/linux/arch/powerpc/boot/
H A Delf.h106 typedef struct elf64_phdr { struct
/openbmc/linux/arch/alpha/boot/tools/
H A Dobjstrip.c32 # define elf_phdr elf64_phdr
/openbmc/linux/arch/mips/kernel/
H A Delf.c84 struct elf64_phdr *phdr64 = _phdr; in arch_elf_pt_proc()
/openbmc/linux/include/uapi/linux/
H A Delf.h260 typedef struct elf64_phdr { struct
/openbmc/qemu/include/
H A Delf.h1550 typedef struct elf64_phdr { struct
1784 #define elf_phdr elf64_phdr
/openbmc/qemu/hw/core/
H A Dloader.c321 #define elf_phdr elf64_phdr