/third_party/elfutils/tests/ |
D | vendorelf.c | 90 if (gelf_getphdr (elf, 0, &phdr) == NULL) in check_elf() 156 if (gelf_getphdr (elf, 0, &phdr) == NULL) in check_elf()
|
D | ecp.c | 73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem)); in main()
|
D | showptable.c | 89 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem); in main()
|
D | elfcopy.c | 172 GElf_Phdr *phdr = gelf_getphdr (elfa, cnt, &phdr_mem); in copy_elf()
|
D | elfstrmerge.c | 441 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in main()
|
/third_party/elfutils/libdwfl/ |
D | core-file.c | 139 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem); in dwfl_report_core_segments() 264 if (unlikely (gelf_getphdr (elf, (*pndx)++, pphdr) == NULL)) in do_more() 305 if (unlikely (gelf_getphdr (elf, ndx++, &phdr) == NULL)) in dwfl_elf_phdr_memory_callback() 435 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_dynamic_vaddr_get()
|
D | dwfl_report_elf.c | 183 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()
|
D | linux-core-attach.c | 69 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()
|
D | dwfl_module_getdwarf.c | 135 GElf_Phdr *ph = gelf_getphdr (file->elf, i, &ph_mem); in open_elf() 379 if (unlikely (gelf_getphdr (mod->main.elf, i, &phdr) == NULL)) in find_prelink_address_sync() 673 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets() 836 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in find_dynsym()
|
D | link_map.c | 570 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in consider_executable()
|
/third_party/elfutils/libelf/ |
D | gelf_getphdr.c | 42 gelf_getphdr (Elf *elf, int ndx, GElf_Phdr *dst) in gelf_getphdr() function
|
D | libelf.map | 63 gelf_getphdr;
|
D | gelf.h | 183 extern GElf_Phdr *gelf_getphdr (Elf *__elf, int __ndx, GElf_Phdr *__dst);
|
D | Makefile.am | 63 elf32_getphdr.c elf64_getphdr.c gelf_getphdr.c \
|
/third_party/elfutils/backends/ |
D | ppc_symbol.c | 107 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_dyn_got()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_elf_build_id()
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 1235 program_header = gelf_getphdr(elf_handle, i, &ph_mem); in get_binary_load_address() 1408 GElf_Phdr *phdr = gelf_getphdr(elf, i, &phdr_mem); in lookup_data_tag_from_dynamic_segment() 1515 GElf_Phdr* phdr = gelf_getphdr (elf, i, &phdr_mem); in get_soname_of_elf_file()
|
/third_party/elfutils/src/ |
D | elflint.c | 498 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_elf_header() 875 phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() 1037 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() 1307 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr() 1791 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); in check_dynamic() 3054 if ((phdr = gelf_getphdr (elf, i, &phdr_mem)) != NULL in unknown_dependency_p() 4058 if ((phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem)) != NULL in check_sections() 4245 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_sections() 4511 phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem); in check_program_header() 4588 phdr2 = gelf_getphdr (ebl->elf, inner, &phdr2_mem); in check_program_header() [all …]
|
D | elfcmp.c | 615 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem); in main() 621 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem); in main()
|
D | findtextrel.c | 321 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file()
|
D | size.c | 601 phdr = gelf_getphdr (elf, cnt, &phdr_mem); in show_segments()
|
D | unstrip.c | 274 gelf_getphdr (inelf, i, &phdr_mem)), in copy_elf() 2113 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections() 2155 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file() 2160 GElf_Phdr *unstripped_phdr = gelf_getphdr (unstripped, i, in handle_file()
|
D | elfclassify.c | 261 GElf_Phdr *phdr = gelf_getphdr (elf, phdr_idx, &phdr_storage); in run_classify()
|
D | elfcompress.c | 611 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in process_file()
|
/third_party/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 205 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in getcfi_phdr()
|