/third_party/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 183 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range() local 206 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range() local
|
D | linux-core-attach.c | 69 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); in core_memory_read() local 356 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); in dwfl_core_file_attach() local
|
D | core-file.c | 138 GElf_Phdr phdr_mem; in dwfl_report_core_segments() local 139 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem); in dwfl_report_core_segments() 434 GElf_Phdr phdr_mem; in __libdwfl_dynamic_vaddr_get() local 435 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_dynamic_vaddr_get()
|
D | dwfl_module_getdwarf.c | 672 GElf_Phdr phdr_mem; in find_offsets() local 673 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets() 835 GElf_Phdr phdr_mem; in find_dynsym() local 836 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in find_dynsym()
|
D | link_map.c | 569 GElf_Phdr phdr_mem; in consider_executable() local 570 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in consider_executable()
|
/third_party/elfutils/tests/ |
D | ecp.c | 71 GElf_Phdr phdr_mem; in main() local 73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem)); in main()
|
D | elfcopy.c | 171 GElf_Phdr phdr_mem; in copy_elf() local 172 GElf_Phdr *phdr = gelf_getphdr (elfa, cnt, &phdr_mem); in copy_elf()
|
D | elfstrmerge.c | 440 GElf_Phdr phdr_mem; in main() local 441 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in main()
|
/third_party/elfutils/backends/ |
D | ppc_symbol.c | 106 GElf_Phdr phdr_mem; in find_dyn_got() local 107 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_dyn_got()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 85 GElf_Phdr phdr_mem; in find_elf_build_id() local 86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_elf_build_id()
|
/third_party/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 204 GElf_Phdr phdr_mem; in getcfi_phdr() local 205 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in getcfi_phdr()
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 1407 GElf_Phdr phdr_mem; in lookup_data_tag_from_dynamic_segment() local 1408 GElf_Phdr *phdr = gelf_getphdr(elf, i, &phdr_mem); in lookup_data_tag_from_dynamic_segment() 1514 GElf_Phdr phdr_mem; in get_soname_of_elf_file() local 1515 GElf_Phdr* phdr = gelf_getphdr (elf, i, &phdr_mem); in get_soname_of_elf_file()
|
/third_party/elfutils/src/ |
D | elflint.c | 497 GElf_Phdr phdr_mem; in check_elf_header() local 498 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_elf_header() 869 GElf_Phdr phdr_mem; in check_symtab() local 875 phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() 1036 GElf_Phdr phdr_mem; in check_symtab() local 1037 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() 1306 GElf_Phdr phdr_mem; in check_reloc_shdr() local 1307 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr() 1790 GElf_Phdr phdr_mem; in check_dynamic() local 1791 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); in check_dynamic() [all …]
|
D | findtextrel.c | 320 GElf_Phdr phdr_mem; in process_file() local 321 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
|
D | size.c | 598 GElf_Phdr phdr_mem; in show_segments() local 601 phdr = gelf_getphdr (elf, cnt, &phdr_mem); in show_segments()
|
D | unstrip.c | 271 GElf_Phdr phdr_mem; in copy_elf() local 274 gelf_getphdr (inelf, i, &phdr_mem)), in copy_elf() 2112 GElf_Phdr phdr_mem; in copy_elided_sections() local 2113 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections() 2154 GElf_Phdr phdr_mem; in handle_file() local 2155 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file()
|
D | elfcompress.c | 610 GElf_Phdr phdr_mem; in process_file() local 611 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in process_file()
|
D | strip.c | 1132 GElf_Phdr phdr_mem; in handle_elf() local 1133 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf() 1175 GElf_Phdr phdr_mem; in handle_elf() local 1176 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf()
|
D | readelf.c | 1480 GElf_Phdr phdr_mem; in print_phdr() local 1481 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem); in print_phdr() 2003 GElf_Phdr phdr_mem; in print_dynamic() local 2004 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in print_dynamic() 2146 GElf_Phdr phdr_mem; in handle_relocs_rel() local 2148 &phdr_mem); in handle_relocs_rel() 2336 GElf_Phdr phdr_mem; in handle_relocs_rela() local 2338 &phdr_mem); in handle_relocs_rela() 4882 GElf_Phdr phdr_mem; in find_offsets() local 4883 GElf_Phdr *phdr = gelf_getphdr(elf, i, &phdr_mem); in find_offsets()
|