Lines Matching refs:elf_phdr
129 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
131 if (params->hdr.e_phnum > 65536U / sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
134 size = params->hdr.e_phnum * sizeof(struct elf_phdr); in elf_fdpic_fetch_phdrs()
170 struct elf_phdr *phdr; in load_elf_fdpic_binary()
631 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_fdpic_tables()
816 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file()
1333 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
1341 static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr()
1618 struct elf_phdr *phdr4note = NULL; in elf_fdpic_core_dump()
1737 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1784 struct elf_phdr phdr; in elf_fdpic_core_dump()