Home
last modified time | relevance | path

Searched refs:GElf_Phdr (Results 1 - 25 of 31) sorted by relevance

12

/third_party/elfutils/libelf/
H A 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()
H A Dgelf.h86 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);
H A Dgelf_update_phdr.c41 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr()
/third_party/elfutils/libdwfl/
H A 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()
434 GElf_Phdr phdr_mem; in __libdwfl_dynamic_vaddr_get()
435 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_dynamic_vaddr_get()
493 GElf_Phdr notes_phdr; in dwfl_core_file_report()
H A Ddwfl_module_getdwarf.c134 GElf_Phdr ph_mem; in open_elf()
135 GElf_Phdr *ph = gelf_getphdr (file->elf, i, &ph_mem); in open_elf()
378 GElf_Phdr phdr; in find_prelink_address_sync()
672 GElf_Phdr phdr_mem; in find_offsets()
673 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets()
835 GElf_Phdr phdr_mem; in find_dynsym()
836 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in find_dynsym()
H A Ddwfl_report_elf.c183 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range()
206 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range()
H A Dlinux-core-attach.c69 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); in core_memory_read()
356 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); in dwfl_core_file_attach()
H A Dsegment.c287 dwfl_report_segment (Dwfl *dwfl, int ndx, const GElf_Phdr *phdr, GElf_Addr bias, in INTDEF()
/third_party/elfutils/tests/
H A Ddwfl-report-segment-contiguous.c46 GElf_Phdr phdr1 = in main()
63 GElf_Phdr phdr2 = in main()
H A Dshowptable.c88 GElf_Phdr mem; in main()
89 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem); in main()
H A Decp.c71 GElf_Phdr phdr_mem; in main()
H A Delfcopy.c171 GElf_Phdr phdr_mem; in copy_elf()
172 GElf_Phdr *phdr = gelf_getphdr (elfa, cnt, &phdr_mem); in copy_elf()
H A Dvendorelf.c89 GElf_Phdr phdr; in check_elf()
H A Delfstrmerge.c440 GElf_Phdr phdr_mem; in main()
441 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in main()
/third_party/elfutils/libdwelf/
H A 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()
/third_party/elfutils/backends/
H A Dppc_symbol.c106 GElf_Phdr phdr_mem; in find_dyn_got()
107 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_dyn_got()
/third_party/elfutils/libdw/
H A Ddwarf_getcfi_elf.c128 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame()
204 GElf_Phdr phdr_mem; in getcfi_phdr()
205 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in getcfi_phdr()
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc1228 GElf_Phdr *program_header = NULL; in get_binary_load_address()
1231 GElf_Phdr ph_mem; in get_binary_load_address()
1407 GElf_Phdr phdr_mem; in lookup_data_tag_from_dynamic_segment()
1408 GElf_Phdr *phdr = gelf_getphdr(elf, i, &phdr_mem); in lookup_data_tag_from_dynamic_segment()
1514 GElf_Phdr phdr_mem; in get_soname_of_elf_file()
1515 GElf_Phdr* phdr = gelf_getphdr (elf, i, &phdr_mem); in get_soname_of_elf_file()
/third_party/elfutils/src/
H A Delfcmp.c614 GElf_Phdr phdr1_mem; in main()
615 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem); in main()
620 GElf_Phdr phdr2_mem; in main()
621 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem); in main()
627 if (unlikely (memcmp (phdr1, phdr2, sizeof (GElf_Phdr)) != 0)) in main()
H A Delfclassify.c250 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()
H A Delflint.c497 GElf_Phdr phdr_mem; in check_elf_header()
498 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_elf_header()
869 GElf_Phdr phdr_mem; in check_symtab()
870 GElf_Phdr *phdr = NULL; in check_symtab()
1036 GElf_Phdr phdr_mem; in check_symtab()
1037 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab()
1306 GElf_Phdr phdr_mem; in check_reloc_shdr()
1307 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr()
1790 GElf_Phdr phdr_mem; in check_dynamic()
1791 GElf_Phdr *phd in check_dynamic()
[all...]
H A Dfindtextrel.c320 GElf_Phdr phdr_mem; in process_file()
321 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
H A Dsize.c598 GElf_Phdr phdr_mem; in show_segments()
599 GElf_Phdr *phdr; in show_segments()
H A Dunstrip.c272 GElf_Phdr phdr_mem; in copy_elf()
2114 GElf_Phdr phdr_mem; in copy_elided_sections()
2115 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections()
2156 GElf_Phdr phdr_mem; in handle_file()
2157 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file()
2161 GElf_Phdr unstripped_phdr_mem; in handle_file()
2162 GElf_Phdr *unstripped_phdr = gelf_getphdr (unstripped, i, in handle_file()
/third_party/elfutils/include/elfutils/
H A Dlibdwfl.h130 const GElf_Phdr *phdr, GElf_Addr bias,

Completed in 23 milliseconds

12