/external/elfutils/libelf/ |
D | gelf_getphdr.c | 41 GElf_Phdr * 42 gelf_getphdr (Elf *elf, int ndx, GElf_Phdr *dst) in gelf_getphdr() 44 GElf_Phdr *result = NULL; in gelf_getphdr() 128 result = memcpy (dst, phdr + ndx, sizeof (GElf_Phdr)); in gelf_getphdr()
|
D | gelf.h | 86 typedef Elf64_Phdr GElf_Phdr; typedef 183 extern GElf_Phdr *gelf_getphdr (Elf *__elf, int __ndx, GElf_Phdr *__dst); 186 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
|
D | gelf_update_phdr.c | 41 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr()
|
/external/elfutils/libdwfl/ |
D | core-file.c | 125 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() 137 GElf_Phdr phdr_mem; in dwfl_report_core_segments() 138 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem); in dwfl_report_core_segments() 244 update_end (GElf_Phdr *pphdr, const GElf_Off align, in update_end() 253 do_more (size_t size, GElf_Phdr *pphdr, const GElf_Off align, in do_more() 301 GElf_Phdr phdr; in dwfl_elf_phdr_memory_callback() 430 GElf_Phdr phdr_mem; in __libdwfl_dynamic_vaddr_get() 431 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_dynamic_vaddr_get() 481 GElf_Phdr notes_phdr; in dwfl_core_file_report()
|
D | dwfl_report_elf.c | 185 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range() 208 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range()
|
D | dwfl_module_getdwarf.c | 135 GElf_Phdr ph_mem; in open_elf() 136 GElf_Phdr *ph = gelf_getphdr (file->elf, i, &ph_mem); in open_elf() 379 GElf_Phdr phdr; in find_prelink_address_sync() 673 GElf_Phdr phdr_mem; in find_offsets() 674 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets() 836 GElf_Phdr phdr_mem; in find_dynsym() 837 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in find_dynsym()
|
D | linux-core-attach.c | 69 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); in core_memory_read() 355 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); in dwfl_core_file_attach()
|
D | segment.c | 287 dwfl_report_segment (Dwfl *dwfl, int ndx, const GElf_Phdr *phdr, GElf_Addr bias, in INTDEF()
|
D | libdwfl.h | 139 const GElf_Phdr *phdr, GElf_Addr bias,
|
/external/elfutils/tests/ |
D | showptable.c | 88 GElf_Phdr mem; in main() 89 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem); in main()
|
D | elfcopy.c | 171 GElf_Phdr phdr_mem; in copy_elf() 172 GElf_Phdr *phdr = gelf_getphdr (elfa, cnt, &phdr_mem); in copy_elf()
|
D | ecp.c | 71 GElf_Phdr phdr_mem; in main()
|
D | vendorelf.c | 88 GElf_Phdr phdr; in check_elf()
|
D | elfstrmerge.c | 422 GElf_Phdr phdr_mem; in main() 423 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in main()
|
/external/elfutils/backends/ |
D | ppc_symbol.c | 106 GElf_Phdr phdr_mem; in find_dyn_got() 107 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_dyn_got()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 85 GElf_Phdr phdr_mem; in find_elf_build_id() 86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_elf_build_id()
|
/external/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 126 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame() 202 GElf_Phdr phdr_mem; in getcfi_phdr() 203 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in getcfi_phdr()
|
/external/elfutils/src/ |
D | elfcmp.c | 615 GElf_Phdr phdr1_mem; in main() 616 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem); in main() 621 GElf_Phdr phdr2_mem; in main() 622 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem); in main() 628 if (unlikely (memcmp (phdr1, phdr2, sizeof (GElf_Phdr)) != 0)) in main()
|
D | elflint.c | 498 GElf_Phdr phdr_mem; in check_elf_header() 499 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_elf_header() 866 GElf_Phdr phdr_mem; in check_symtab() 867 GElf_Phdr *phdr = NULL; in check_symtab() 1033 GElf_Phdr phdr_mem; in check_symtab() 1034 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() 1303 GElf_Phdr phdr_mem; in check_reloc_shdr() 1304 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr() 1787 GElf_Phdr phdr_mem; in check_dynamic() 1788 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); in check_dynamic() [all …]
|
D | elfclassify.c | 250 GElf_Phdr dyn_seg = { .p_type = 0 }; in run_classify() 260 GElf_Phdr phdr_storage; in run_classify() 261 GElf_Phdr *phdr = gelf_getphdr (elf, phdr_idx, &phdr_storage); in run_classify()
|
D | findtextrel.c | 320 GElf_Phdr phdr_mem; in process_file() 321 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
|
D | size.c | 598 GElf_Phdr phdr_mem; in show_segments() 599 GElf_Phdr *phdr; in show_segments()
|
D | unstrip.c | 276 GElf_Phdr phdr_mem; in copy_elf() 2108 GElf_Phdr phdr_mem; in copy_elided_sections() 2109 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections() 2150 GElf_Phdr phdr_mem; in handle_file() 2151 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file() 2155 GElf_Phdr unstripped_phdr_mem; in handle_file() 2156 GElf_Phdr *unstripped_phdr = gelf_getphdr (unstripped, i, in handle_file()
|
D | elfcompress.c | 642 GElf_Phdr phdr_mem; in process_file() 643 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in process_file()
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 139 const GElf_Phdr *phdr, GElf_Addr bias,
|