Lines Matching refs:elf_phdr
130 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
132 if (params->hdr.e_phnum > 65536U / sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
135 size = params->hdr.e_phnum * sizeof(struct elf_phdr); in elf_fdpic_fetch_phdrs()
171 struct elf_phdr *phdr; in load_elf_fdpic_binary()
616 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_fdpic_tables()
801 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file()
1291 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
1299 static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr()
1552 struct elf_phdr *phdr4note = NULL; in elf_fdpic_core_dump()
1666 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1709 struct elf_phdr phdr; in elf_fdpic_core_dump()