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

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

Completed in 179 milliseconds