Home
last modified time | relevance | path

Searched refs:phdr_mem (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_report_elf.c193 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_report_elf() local
208 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_report_elf() local
Ddwfl_module_build_id.c116 GElf_Phdr phdr_mem; in __libdwfl_find_build_id() local
117 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_find_build_id()
Ddwfl_module_getdwarf.c291 GElf_Phdr phdr_mem; in find_offsets() local
292 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets()
315 GElf_Phdr phdr_mem; in find_dynsym() local
316 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in find_dynsym()
Dcore-file.c163 GElf_Phdr phdr_mem; in dwfl_report_core_segments() local
164 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem); in dwfl_report_core_segments()
Dlink_map.c480 GElf_Phdr phdr_mem; in consider_executable() local
481 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in consider_executable()
/external/elfutils/tests/
Decp.c75 GElf_Phdr phdr_mem; in main() local
77 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem)); in main()
/external/elfutils/backends/
Dppc_symbol.c85 GElf_Phdr phdr_mem; in find_dyn_got() local
86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_dyn_got()
/external/elfutils/src/
Delflint.c797 GElf_Phdr phdr_mem; in check_symtab() local
803 phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab()
958 GElf_Phdr phdr_mem; in check_symtab() local
959 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab()
1204 GElf_Phdr phdr_mem; in check_reloc_shdr() local
1205 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr()
1691 GElf_Phdr phdr_mem; in check_dynamic() local
1692 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); in check_dynamic()
2768 GElf_Phdr phdr_mem; in unknown_dependency_p() local
2773 if ((phdr = gelf_getphdr (elf, i, &phdr_mem)) != NULL in unknown_dependency_p()
[all …]
Dfindtextrel.c321 GElf_Phdr phdr_mem; in process_file() local
322 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
Dsize.c624 GElf_Phdr phdr_mem; in show_segments() local
627 phdr = gelf_getphdr (elf, cnt, &phdr_mem); in show_segments()
Dunstrip.c266 GElf_Phdr phdr_mem; in copy_elf() local
269 gelf_getphdr (inelf, i, &phdr_mem)), in copy_elf()
1822 GElf_Phdr phdr_mem; in copy_elided_sections() local
1823 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections()
1861 GElf_Phdr phdr_mem; in handle_file() local
1862 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file()
Dstrip.c506 GElf_Phdr phdr_mem; in handle_elf() local
507 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf()
530 GElf_Phdr phdr_mem; in handle_elf() local
531 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf()
Dreadelf.c982 GElf_Phdr phdr_mem; in print_phdr() local
983 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem); in print_phdr()
1414 GElf_Phdr phdr_mem; in print_dynamic() local
1415 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in print_dynamic()