Lines Matching refs:elf_phdr
148 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
150 if (params->hdr.e_phnum > 65536U / sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
153 size = params->hdr.e_phnum * sizeof(struct elf_phdr); in elf_fdpic_fetch_phdrs()
189 struct elf_phdr *phdr; in load_elf_fdpic_binary()
642 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_fdpic_tables()
827 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file()
1331 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
1339 static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr()
1592 struct elf_phdr *phdr4note = NULL; in elf_fdpic_core_dump()
1706 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1749 struct elf_phdr phdr; in elf_fdpic_core_dump()