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()
630 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_fdpic_tables()
741 struct elf_phdr *phdr; in elf_fdpic_map_file()
797 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file()
921 struct elf_phdr *phdr; in elf_fdpic_map_file_constdisp_on_uclinux()
1005 struct elf_phdr *phdr; in elf_fdpic_map_file_by_direct_mmap()
1247 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
1255 static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr()
1470 struct elf_phdr *phdr4note = NULL; in elf_fdpic_core_dump()
1536 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1571 struct elf_phdr phdr; in elf_fdpic_core_dump()