Home
last modified time | relevance | path

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

12

/external/elfutils/libelf/
Dgelf_getphdr.c41 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()
Dgelf.h86 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);
Dgelf_update_phdr.c41 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr()
/external/elfutils/libdwfl/
Dcore-file.c126 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()
Ddwfl_report_elf.c181 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()
Ddwfl_module_getdwarf.c130 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()
Dlinux-core-attach.c69 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()
Dsegment.c283 dwfl_report_segment (Dwfl *dwfl, int ndx, const GElf_Phdr *phdr, GElf_Addr bias, in INTDEF()
Dlibdwfl.h139 const GElf_Phdr *phdr, GElf_Addr bias,
Dlink_map.c548 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/
Dshowptable.c88 GElf_Phdr mem; in main()
89 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem); in main()
Decp.c71 GElf_Phdr phdr_mem; in main()
Delfstrmerge.c421 GElf_Phdr phdr_mem; in main()
422 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in main()
/external/elfutils/backends/
Dppc_symbol.c92 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/
Ddwelf_elf_gnu_build_id.c85 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/
Ddwarf_getcfi_elf.c126 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/
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.c849 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 …]
Dfindtextrel.c335 GElf_Phdr phdr_mem; in process_file()
336 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
Dsize.c607 GElf_Phdr phdr_mem; in show_segments()
608 GElf_Phdr *phdr; in show_segments()
Dunstrip.c268 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()
Dxelf.h318 # define XElf_Phdr_vardef(name) GElf_Phdr name##_mem; GElf_Phdr *name
Delfcompress.c606 GElf_Phdr phdr_mem; in process_file()
607 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in process_file()
Dstrip.c553 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/
Dlibdwfl.h139 const GElf_Phdr *phdr, GElf_Addr bias,

12