/external/elfutils/0.153/libelf/ |
D | gelf_getphdr.c | 62 GElf_Phdr * 66 GElf_Phdr *dst; 68 GElf_Phdr *result = NULL; 156 result = memcpy (dst, phdr + ndx, sizeof (GElf_Phdr));
|
D | gelf.h | 107 typedef Elf64_Phdr GElf_Phdr; typedef 199 extern GElf_Phdr *gelf_getphdr (Elf *__elf, int __ndx, GElf_Phdr *__dst); 202 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
|
D | gelf_update_phdr.c | 62 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr()
|
/external/elfutils/0.153/libdwfl/ |
D | core-file.c | 144 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() 156 GElf_Phdr phdr_mem; in dwfl_report_core_segments() 157 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem); in dwfl_report_core_segments() 270 GElf_Phdr phdr; in dwfl_elf_phdr_memory_callback() 416 GElf_Phdr notes_phdr; in dwfl_core_file_report()
|
D | dwfl_module_build_id.c | 119 GElf_Phdr phdr_mem; in __libdwfl_find_build_id() 120 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_find_build_id()
|
D | dwfl_module_getdwarf.c | 141 GElf_Phdr ph_mem; in open_elf() 142 GElf_Phdr *ph = gelf_getphdr (file->elf, i, &ph_mem); in open_elf() 409 GElf_Phdr phdr; in find_prelink_address_sync() 633 GElf_Phdr phdr_mem; in find_offsets() 634 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets() 661 GElf_Phdr phdr_mem; in find_dynsym() 662 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in find_dynsym()
|
D | dwfl_report_elf.c | 198 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_report_elf() 215 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_report_elf()
|
D | libdwfl.h | 152 const GElf_Phdr *phdr, GElf_Addr bias,
|
D | segment.c | 301 dwfl_report_segment (Dwfl *dwfl, int ndx, const GElf_Phdr *phdr, GElf_Addr bias, in INTDEF()
|
D | link_map.c | 478 GElf_Phdr phdr_mem; in consider_executable() 479 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in consider_executable()
|
/external/elfutils/0.153/backends/ |
D | ppc_symbol.c | 85 GElf_Phdr phdr_mem; in find_dyn_got() 86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_dyn_got()
|
/external/elfutils/0.153/libdw/ |
D | dwarf_getcfi_elf.c | 147 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame() 217 GElf_Phdr phdr_mem; in getcfi_phdr() 218 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in getcfi_phdr()
|
/external/elfutils/0.153/src/ |
D | elfcmp.c | 599 GElf_Phdr phdr1_mem; in main() 600 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem); in main() 605 GElf_Phdr phdr2_mem; in main() 606 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem); in main() 612 if (unlikely (memcmp (phdr1, phdr2, sizeof (GElf_Phdr)) != 0)) in main()
|
D | elflint.c | 824 GElf_Phdr phdr_mem; in check_symtab() 825 GElf_Phdr *phdr = NULL; in check_symtab() 985 GElf_Phdr phdr_mem; in check_symtab() 986 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() 1242 GElf_Phdr phdr_mem; in check_reloc_shdr() 1243 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr() 1716 GElf_Phdr phdr_mem; in check_dynamic() 1717 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); in check_dynamic() 2793 GElf_Phdr phdr_mem; in unknown_dependency_p() 2794 GElf_Phdr *phdr = NULL; in unknown_dependency_p() [all …]
|
D | findtextrel.c | 337 GElf_Phdr phdr_mem; in process_file() 338 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
|
D | size.c | 631 GElf_Phdr phdr_mem; in show_segments() 632 GElf_Phdr *phdr; in show_segments()
|
D | unstrip.c | 266 GElf_Phdr phdr_mem; in copy_elf() 1833 GElf_Phdr phdr_mem; in copy_elided_sections() 1834 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections() 1872 GElf_Phdr phdr_mem; in handle_file() 1873 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file() 1877 GElf_Phdr unstripped_phdr_mem; in handle_file() 1878 GElf_Phdr *unstripped_phdr = gelf_getphdr (unstripped, i, in handle_file()
|
D | xelf.h | 326 # define XElf_Phdr_vardef(name) GElf_Phdr name##_mem; GElf_Phdr *name
|
D | strip.c | 534 GElf_Phdr phdr_mem; in handle_elf() 535 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf() 558 GElf_Phdr phdr_mem; in handle_elf() 559 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf()
|
D | readelf.c | 992 GElf_Phdr mem; in print_phdr() 993 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem); in print_phdr() 1050 GElf_Phdr phdr_mem; in print_phdr() 1051 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem); in print_phdr() 1114 GElf_Phdr *phdr2 = NULL; in print_phdr() 1117 GElf_Phdr phdr2_mem; in print_phdr() 1491 GElf_Phdr phdr_mem; in print_dynamic() 1492 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in print_dynamic() 1633 GElf_Phdr phdr_mem; in handle_relocs_rel() 1634 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, inner, in handle_relocs_rel() [all …]
|
/external/elfutils/elfutils/ |
D | libdwfl.h | 152 const GElf_Phdr *phdr, GElf_Addr bias,
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol-elf.c | 972 GElf_Phdr phdr; in elf_read_maps()
|
/external/ltrace/ |
D | ltrace-elf.c | 1168 GElf_Phdr phdr; in read_module()
|