Lines Matching refs:Elf_Ehdr
87 static int __elfN(check_header)(const Elf_Ehdr *hdr);
341 const Elf_Ehdr *hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()
482 __elfN(phdr_in_zero_page)(const Elf_Ehdr *hdr) in __elfN()
489 __elfN(check_header)(const Elf_Ehdr *hdr) in __elfN()
726 __elfN(load_sections)(const struct image_params *imgp, const Elf_Ehdr *hdr, in __elfN()
787 const Elf_Ehdr *hdr = NULL; in __elfN()
838 hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()
927 __elfN(enforce_limits)(struct image_params *imgp, const Elf_Ehdr *hdr, in __elfN()
1102 const Elf_Ehdr *hdr; in __CONCAT()
1117 hdr = (const Elf_Ehdr *)imgp->image_header; in __CONCAT()
1617 hdrsize = sizeof(Elf_Ehdr) + sizeof(Elf_Phdr) * (1 + seginfo.count); in __elfN()
1682 php = (Elf_Phdr *)((char *)hdr + sizeof(Elf_Ehdr)) + 1; in __elfN()
1920 Elf_Ehdr *ehdr; in __elfN()
1926 ehdr = (Elf_Ehdr *)hdr; in __elfN()
1943 ehdr->e_phoff = sizeof(Elf_Ehdr); in __elfN()
1945 ehdr->e_ehsize = sizeof(Elf_Ehdr); in __elfN()
2919 const Elf_Ehdr *hdr; in __elfN()
2924 hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()