/third_party/elfutils/libdw/ |
H A D | dwarf_getcfi_elf.c | 128 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame() argument 205 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); getcfi_phdr() local [all...] |
/third_party/toybox/toys/posix/ |
H A D | file.c | 130 char *phdr = map+phoff+i*phentsize; in do_elf_file() local
|
/third_party/elfutils/src/ |
H A D | findtextrel.c | 321 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in process_file() local
|
H A D | size.c | 599 GElf_Phdr *phdr; in show_segments() local
|
H A D | elfcompress.c | 611 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in process_file() local
|
H A D | elfclassify.c | 261 GElf_Phdr *phdr = gelf_getphdr (elf, phdr_idx, &phdr_storage); in run_classify() local
|
H A D | unstrip.c | 2113 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); copy_elided_sections() local 2155 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); handle_file() local
|
H A D | strip.c | 1133 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf() local 1176 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in handle_elf() local
|
H A D | elflint.c | 498 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_elf_header() local 870 GElf_Phdr *phdr = NULL; in check_symtab() local 1037 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); check_symtab() local 1307 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); check_reloc_shdr() local 1791 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); check_dynamic() local 3050 GElf_Phdr *phdr = NULL; unknown_dependency_p() local 4055 GElf_Phdr *phdr; check_sections() local 4245 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); check_sections() local 4423 check_note(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Phdr *phdr, int cnt) check_note() argument 4509 GElf_Phdr *phdr; check_program_header() local [all...] |
/third_party/elfutils/tests/ |
H A D | elfstrmerge.c | 441 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); in main() local
|
/third_party/elfutils/libdwfl/ |
H A D | core-file.c | 139 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem); in dwfl_report_core_segments() local 302 GElf_Phdr phdr; in dwfl_elf_phdr_memory_callback() local 435 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); __libdwfl_dynamic_vaddr_get() local [all...] |
H A D | link_map.c | 570 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); consider_executable() local 730 GElf_Addr phdr = 0; dwfl_link_map_report() local [all...] |
H A D | dwfl_module_getdwarf.c | 378 GElf_Phdr phdr; in find_prelink_address_sync() local 673 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets() local 836 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); find_dynsym() local [all...] |
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gtables.c | 475 const Elf64_Phdr *phdr, *p_unwind, *p_dynamic, *p_text; in callback() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | ikev2_common.c | 248 const struct ikev2_payload_hdr *phdr; in ikev2_parse_payloads() local 534 struct ikev2_payload_hdr *phdr; ikev2_build_encrypted() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | ikev2.c | 842 struct ikev2_payload_hdr *phdr; in ikev2_build_sar1() local 901 struct ikev2_payload_hdr *phdr; in ikev2_build_ker() local 937 struct ikev2_payload_hdr *phdr; ikev2_build_nr() local 956 struct ikev2_payload_hdr *phdr; ikev2_build_idr() local 982 struct ikev2_payload_hdr *phdr; ikev2_build_auth() local 1022 struct ikev2_payload_hdr *phdr; ikev2_build_notification() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | ikev2.c | 906 struct ikev2_payload_hdr *phdr; in ikev2_build_sai() local 966 struct ikev2_payload_hdr *phdr; in ikev2_build_kei() local 1003 struct ikev2_payload_hdr *phdr; ikev2_build_ni() local 1022 struct ikev2_payload_hdr *phdr; ikev2_build_idi() local 1048 struct ikev2_payload_hdr *phdr; ikev2_build_auth() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | ikev2_common.c | 248 const struct ikev2_payload_hdr *phdr; in ikev2_parse_payloads() local 534 struct ikev2_payload_hdr *phdr; ikev2_build_encrypted() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | ikev2.c | 844 struct ikev2_payload_hdr *phdr; in ikev2_build_sar1() local 903 struct ikev2_payload_hdr *phdr; in ikev2_build_ker() local 939 struct ikev2_payload_hdr *phdr; ikev2_build_nr() local 958 struct ikev2_payload_hdr *phdr; ikev2_build_idr() local 984 struct ikev2_payload_hdr *phdr; ikev2_build_auth() local 1024 struct ikev2_payload_hdr *phdr; ikev2_build_notification() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | ikev2.c | 906 struct ikev2_payload_hdr *phdr; in ikev2_build_sai() local 966 struct ikev2_payload_hdr *phdr; in ikev2_build_kei() local 1003 struct ikev2_payload_hdr *phdr; ikev2_build_ni() local 1022 struct ikev2_payload_hdr *phdr; ikev2_build_idi() local 1048 struct ikev2_payload_hdr *phdr; ikev2_build_auth() local [all...] |
/third_party/elfutils/libelf/ |
H A D | libelfP.h | 322 void *phdr; member 342 Elf32_Phdr *phdr; /* Pointer to the program header array. */ member 367 Elf64_Phdr *phdr; /* Pointer to the program header array. */ member
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | dynlink.h | 94 Phdr *phdr; member
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 104 Phdr *phdr; member
|
/third_party/libbpf/src/ |
H A D | usdt.c | 402 GElf_Phdr phdr; in parse_elf_segs() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 1408 GElf_Phdr *phdr = gelf_getphdr(elf, i, &phdr_mem); in lookup_data_tag_from_dynamic_segment() local 1515 GElf_Phdr* phdr = gelf_getphdr (elf, i, &phdr_mem); in get_soname_of_elf_file() local
|