Lines Matching refs:phdr_mem
498 GElf_Phdr phdr_mem; in check_elf_header() local
499 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_elf_header()
870 GElf_Phdr phdr_mem; in check_symtab() local
876 phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab()
1037 GElf_Phdr phdr_mem; in check_symtab() local
1038 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab()
1307 GElf_Phdr phdr_mem; in check_reloc_shdr() local
1308 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr()
1791 GElf_Phdr phdr_mem; in check_dynamic() local
1792 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); in check_dynamic()
3050 GElf_Phdr phdr_mem; in unknown_dependency_p() local
3055 if ((phdr = gelf_getphdr (elf, i, &phdr_mem)) != NULL in unknown_dependency_p()
4053 GElf_Phdr phdr_mem; in check_sections() local
4057 if ((phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem)) != NULL in check_sections()
4243 GElf_Phdr phdr_mem; in check_sections() local
4244 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_sections()
4500 GElf_Phdr phdr_mem; in check_program_header() local
4503 phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem); in check_program_header()