Lines Matching refs:image_header
263 const Elf_Ehdr *hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()
625 imgp->image_header = NULL; in __elfN()
656 hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()
675 phdr = (const Elf_Phdr *)(imgp->image_header + hdr->e_phoff); in __elfN()
718 const Elf_Ehdr *hdr = (const Elf_Ehdr *)imgp->image_header; in __CONCAT()
754 phdr = (const Elf_Phdr *)(imgp->image_header + hdr->e_phoff); in __CONCAT()
772 interp = imgp->image_header + phdr[i].p_offset; in __CONCAT()
2030 note = note0 = (const Elf_Note *)(imgp->image_header + pnote->p_offset); in __elfN()
2031 note_end = (const Elf_Note *)(imgp->image_header + in __elfN()
2078 hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()
2079 phdr = (const Elf_Phdr *)(imgp->image_header + hdr->e_phoff); in __elfN()