/external/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 193 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
|
D | dwfl_module_build_id.c | 116 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()
|
D | dwfl_module_getdwarf.c | 291 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()
|
D | core-file.c | 163 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()
|
D | link_map.c | 480 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/ |
D | ecp.c | 75 GElf_Phdr phdr_mem; in main() local 77 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem)); in main()
|
/external/elfutils/backends/ |
D | ppc_symbol.c | 85 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/ |
D | elflint.c | 797 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 …]
|
D | findtextrel.c | 321 GElf_Phdr phdr_mem; in process_file() local 322 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
|
D | size.c | 624 GElf_Phdr phdr_mem; in show_segments() local 627 phdr = gelf_getphdr (elf, cnt, &phdr_mem); in show_segments()
|
D | unstrip.c | 266 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()
|
D | strip.c | 506 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()
|
D | readelf.c | 982 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()
|