Lines Matching refs:elf_phdr
141 struct elf_phdr *phdr; in elf_fdpic_fetch_phdrs()
146 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
148 if (params->hdr.e_phnum > 65536U / sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
151 size = params->hdr.e_phnum * sizeof(struct elf_phdr); in elf_fdpic_fetch_phdrs()
186 struct elf_phdr *phdr; in load_elf_fdpic_binary()
649 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_fdpic_tables()
748 struct elf_phdr *phdr; in elf_fdpic_map_file()
804 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file()
926 struct elf_phdr *phdr; in elf_fdpic_map_file_constdisp_on_uclinux()
1010 struct elf_phdr *phdr; in elf_fdpic_map_file_by_direct_mmap()
1250 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
1258 static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr()
1473 struct elf_phdr *phdr4note = NULL; in elf_fdpic_core_dump()
1539 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1574 struct elf_phdr phdr; in elf_fdpic_core_dump()