Searched refs:elf64_phdr (Results 1 – 4 of 4) sorted by relevance
95 struct elf64_phdr { struct151 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()
275 pub struct elf64_phdr { struct285 pub type Elf64_Phdr = elf64_phdr; argument
256 typedef struct elf64_phdr { struct
13993 FUNC 40850 50 0 testing::internal::DefaultPrintTo<const elf64_phdr>14028 FUNC 40988 e8 0 testing::internal::CmpHelperEQFailure<const elf64_phdr*, const elf64_phdr*>