Home
last modified time | relevance | path

Searched defs:phdr (Results 1 – 25 of 35) sorted by relevance

12

/external/elfutils/libelf/
Dgelf_getphdr.c90 Elf32_Phdr *phdr = elf->state.elf32.phdr; local
128 Elf64_Phdr *phdr = elf->state.elf64.phdr; local
Dgelf_update_phdr.c79 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_update_phdr() local
126 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr() local
/external/tcpdump/
Dprint-dccp.c67 struct phdr { in dccp_cksum() struct
68 u_int32_t src; in dccp_cksum()
69 u_int32_t dst; in dccp_cksum()
70 u_char mbz; in dccp_cksum()
71 u_char proto; in dccp_cksum()
72 u_int16_t len; in dccp_cksum()
Dprint-tcp.c119 struct phdr { in tcp_cksum() struct
120 u_int32_t src; in tcp_cksum()
121 u_int32_t dst; in tcp_cksum()
122 u_char mbz; in tcp_cksum()
123 u_char proto; in tcp_cksum()
124 u_int16_t len; in tcp_cksum()
Dprint-udp.c292 struct phdr { in udp_cksum() struct
293 u_int32_t src; in udp_cksum()
294 u_int32_t dst; in udp_cksum()
295 u_char mbz; in udp_cksum()
296 u_char proto; in udp_cksum()
297 u_int16_t len; in udp_cksum()
/external/elfutils/tests/
Dupdate2.c46 Elf32_Phdr *phdr; in main() local
Dshowptable.c97 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem); in main() local
Dupdate3.c48 Elf32_Phdr *phdr; in main() local
Dupdate4.c49 Elf32_Phdr *phdr; in main() local
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.c877 struct ikev2_payload_hdr *phdr; in ikev2_build_sar1() local
949 struct ikev2_payload_hdr *phdr; in ikev2_build_ker() local
985 struct ikev2_payload_hdr *phdr; in ikev2_build_nr() local
1004 struct ikev2_payload_hdr *phdr; in ikev2_build_idr() local
1030 struct ikev2_payload_hdr *phdr; in ikev2_build_auth() local
1070 struct ikev2_payload_hdr *phdr; in ikev2_build_notification() local
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Dikev2.c882 struct ikev2_payload_hdr *phdr; in ikev2_build_sar1() local
954 struct ikev2_payload_hdr *phdr; in ikev2_build_ker() local
990 struct ikev2_payload_hdr *phdr; in ikev2_build_nr() local
1009 struct ikev2_payload_hdr *phdr; in ikev2_build_idr() local
1035 struct ikev2_payload_hdr *phdr; in ikev2_build_auth() local
1075 struct ikev2_payload_hdr *phdr; in ikev2_build_notification() local
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Dikev2.c912 struct ikev2_payload_hdr *phdr; in ikev2_build_sai() local
972 struct ikev2_payload_hdr *phdr; in ikev2_build_kei() local
1009 struct ikev2_payload_hdr *phdr; in ikev2_build_ni() local
1028 struct ikev2_payload_hdr *phdr; in ikev2_build_idi() local
1054 struct ikev2_payload_hdr *phdr; in ikev2_build_auth() local
/external/wpa_supplicant_8/src/eap_server/
Dikev2.c907 struct ikev2_payload_hdr *phdr; in ikev2_build_sai() local
967 struct ikev2_payload_hdr *phdr; in ikev2_build_kei() local
1004 struct ikev2_payload_hdr *phdr; in ikev2_build_ni() local
1023 struct ikev2_payload_hdr *phdr; in ikev2_build_idi() local
1049 struct ikev2_payload_hdr *phdr; in ikev2_build_auth() local
/external/elfutils/libdwfl/
Dcore-file.c164 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem); in dwfl_report_core_segments() local
277 GElf_Phdr phdr; in dwfl_elf_phdr_memory_callback() local
Ddwfl_module_build_id.c117 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_find_build_id() local
Ddwfl_module_getdwarf.c292 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_offsets() local
316 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in find_dynsym() local
Dlink_map.c481 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem); in consider_executable() local
643 GElf_Addr phdr = 0; in dwfl_link_map_report() local
/external/elfutils/backends/
Dppc_symbol.c86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem); in find_dyn_got() local
/external/valgrind/main/coregrind/
Dpub_core_ume.h53 Addr phdr; // OUT: address phdr was mapped at member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_linux.cc144 const Elf_Phdr *phdr = &info->dlpi_phdr[i]; in dl_iterate_phdr_cb() local
/external/qemu/
Delf_ops.h185 struct elf_phdr *phdr = NULL, *ph; in glue() local
/external/elfutils/src/
Delflint.c798 GElf_Phdr *phdr = NULL; in check_symtab() local
959 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() local
1205 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); in check_reloc_shdr() local
1692 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, n, &phdr_mem); in check_dynamic() local
2769 GElf_Phdr *phdr = NULL; in unknown_dependency_p() local
3668 GElf_Phdr *phdr; in check_sections() local
3826 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_sections() local
3966 check_note (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Phdr *phdr, int cnt) in check_note()
4045 GElf_Phdr *phdr; in check_program_header() local
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c314 const struct ikev2_payload_hdr *phdr; in ikev2_parse_payloads() local
596 struct ikev2_payload_hdr *phdr; in ikev2_build_encrypted() local
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Dikev2_common.c319 const struct ikev2_payload_hdr *phdr; in ikev2_parse_payloads() local
601 struct ikev2_payload_hdr *phdr; in ikev2_build_encrypted() local
/external/grub/stage2/
Dboot.c593 Elf32_Phdr *phdr; in load_image() local

12