/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 181 extern GElf_Phdr *gelf_getphdr (Elf *__elf, int __ndx, GElf_Phdr *__dst); 184 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 | 126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() 138 GElf_Phdr phdr_mem; in dwfl_report_core_segments() 139 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem); in dwfl_report_core_segments() 245 update_end (GElf_Phdr *pphdr, const GElf_Off align, in update_end() 254 do_more (size_t size, GElf_Phdr *pphdr, const GElf_Off align, in do_more() 302 GElf_Phdr phdr; in dwfl_elf_phdr_memory_callback() 431 GElf_Phdr phdr_mem; in __libdwfl_dynamic_vaddr_get() 432 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_dynamic_vaddr_get() 482 GElf_Phdr notes_phdr; in dwfl_core_file_report()
|
D | dwfl_report_elf.c | 181 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range() 204 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range()
|
D | dwfl_module_getdwarf.c | 130 GElf_Phdr ph_mem; in open_elf() 131 GElf_Phdr *ph = gelf_getphdr (file->elf, i, &ph_mem); in open_elf() 372 GElf_Phdr phdr; in find_prelink_address_sync() 666 GElf_Phdr phdr_mem; in find_offsets() 667 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets() 829 GElf_Phdr phdr_mem; in find_dynsym() 830 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() 352 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); in dwfl_core_file_attach()
|
D | segment.c | 283 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,
|
D | link_map.c | 548 GElf_Phdr phdr_mem; in consider_executable() 549 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in consider_executable()
|
/external/elfutils/tests/ |
D | showptable.c | 88 GElf_Phdr mem; in main() 89 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem); in main()
|
D | ecp.c | 71 GElf_Phdr phdr_mem; in main()
|
D | elfstrmerge.c | 421 GElf_Phdr phdr_mem; in main() 422 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in main()
|
/external/elfutils/backends/ |
D | ppc_symbol.c | 92 GElf_Phdr phdr_mem; in find_dyn_got() 93 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 | 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 | 849 GElf_Phdr phdr_mem; in check_symtab() 850 GElf_Phdr *phdr = NULL; in check_symtab() 1016 GElf_Phdr phdr_mem; in check_symtab() 1017 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() 1286 GElf_Phdr phdr_mem; in check_reloc_shdr() 1287 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr() 1770 GElf_Phdr phdr_mem; in check_dynamic() 1771 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); in check_dynamic() 3007 GElf_Phdr phdr_mem; in unknown_dependency_p() 3008 GElf_Phdr *phdr = NULL; in unknown_dependency_p() [all …]
|
D | findtextrel.c | 335 GElf_Phdr phdr_mem; in process_file() 336 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
|
D | size.c | 607 GElf_Phdr phdr_mem; in show_segments() 608 GElf_Phdr *phdr; in show_segments()
|
D | unstrip.c | 268 GElf_Phdr phdr_mem; in copy_elf() 1948 GElf_Phdr phdr_mem; in copy_elided_sections() 1949 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections() 1990 GElf_Phdr phdr_mem; in handle_file() 1991 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file() 1995 GElf_Phdr unstripped_phdr_mem; in handle_file() 1996 GElf_Phdr *unstripped_phdr = gelf_getphdr (unstripped, i, in handle_file()
|
D | xelf.h | 318 # define XElf_Phdr_vardef(name) GElf_Phdr name##_mem; GElf_Phdr *name
|
D | elfcompress.c | 606 GElf_Phdr phdr_mem; in process_file() 607 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in process_file()
|
D | strip.c | 553 GElf_Phdr phdr_mem; in handle_elf() 554 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf() 577 GElf_Phdr phdr_mem; in handle_elf() 578 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf()
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 139 const GElf_Phdr *phdr, GElf_Addr bias,
|