Home
last modified time | relevance | path

Searched refs:GElf_Phdr (Results 1 – 23 of 23) sorted by relevance

/external/elfutils/0.153/libelf/
Dgelf_getphdr.c62 GElf_Phdr *
66 GElf_Phdr *dst;
68 GElf_Phdr *result = NULL;
156 result = memcpy (dst, phdr + ndx, sizeof (GElf_Phdr));
Dgelf.h107 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);
Dgelf_update_phdr.c62 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr()
/external/elfutils/0.153/libdwfl/
Dcore-file.c144 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()
Ddwfl_module_build_id.c119 GElf_Phdr phdr_mem; in __libdwfl_find_build_id()
120 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_find_build_id()
Ddwfl_module_getdwarf.c141 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()
Ddwfl_report_elf.c198 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()
Dlibdwfl.h152 const GElf_Phdr *phdr, GElf_Addr bias,
Dsegment.c301 dwfl_report_segment (Dwfl *dwfl, int ndx, const GElf_Phdr *phdr, GElf_Addr bias, in INTDEF()
Dlink_map.c478 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/
Dppc_symbol.c85 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/
Ddwarf_getcfi_elf.c147 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/
Delfcmp.c599 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()
Delflint.c824 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 …]
Dfindtextrel.c337 GElf_Phdr phdr_mem; in process_file()
338 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
Dsize.c631 GElf_Phdr phdr_mem; in show_segments()
632 GElf_Phdr *phdr; in show_segments()
Dunstrip.c266 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()
Dxelf.h326 # define XElf_Phdr_vardef(name) GElf_Phdr name##_mem; GElf_Phdr *name
Dstrip.c534 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()
Dreadelf.c992 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/
Dlibdwfl.h152 const GElf_Phdr *phdr, GElf_Addr bias,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsymbol-elf.c972 GElf_Phdr phdr; in elf_read_maps()
/external/ltrace/
Dltrace-elf.c1168 GElf_Phdr phdr; in read_module()