/external/elfutils/libelf/ |
D | gelf_getphdr.c | 56 Elf32_Phdr *phdr = elf->state.elf32.phdr; local 92 Elf64_Phdr *phdr = elf->state.elf64.phdr; local
|
D | gelf_update_phdr.c | 46 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_update_phdr() local 93 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr() local
|
D | libelfP.h | 277 void *phdr; member 297 Elf32_Phdr *phdr; /* Pointer to the program header array. */ member 322 Elf64_Phdr *phdr; /* Pointer to the program header array. */ member
|
/external/tcpdump/ |
D | print-dccp.c | 67 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()
|
D | print-tcp.c | 119 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()
|
D | print-udp.c | 292 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/ |
D | update2.c | 34 Elf32_Phdr *phdr; in main() local
|
D | showptable.c | 79 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem); in main() local
|
D | update3.c | 36 Elf32_Phdr *phdr; in main() local
|
D | update4.c | 37 Elf32_Phdr *phdr; in main() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | ikev2.c | 882 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/elfcopy/ |
D | common.c | 21 Elf32_Phdr *phdr; in map_over_segments() local
|
D | elfcopy.c | 2094 static bool section_belongs_to_header(GElf_Shdr *shdr, GElf_Phdr *phdr) in section_belongs_to_header() 2129 GElf_Phdr *phdr = gelf_getphdr (elf, phdr_idx, &phdr_mem); in section_to_header_mapping() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | ikev2.c | 912 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/elfutils/src/ |
D | elflint.c | 792 GElf_Phdr *phdr = NULL; in check_symtab() local 915 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem); in check_symtab() local 2180 GElf_Phdr *phdr; in check_sections() local 2280 check_note (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Phdr *phdr, int cnt) in check_note() 2439 GElf_Phdr *phdr; in check_program_header() local
|
D | strip.c | 492 GElf_Phdr *phdr; in handle_elf() local 518 GElf_Phdr *phdr; in handle_elf() local
|
D | size.c | 636 GElf_Phdr *phdr; in show_segments() local
|
D | xelf.h | 53 # define xelf_update_phdr(elf, idx, phdr) \ argument 185 # define xelf_update_phdr(elf, idx, phdr) \ argument 320 # define xelf_update_phdr(elf, idx, phdr) \ argument
|
D | readelf.c | 791 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem); in print_phdr() local 841 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem); in print_phdr() local 4455 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem); in handle_notes() local
|
/external/qemu/ |
D | elf_ops.h | 185 struct elf_phdr *phdr = NULL, *ph; in glue() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | ikev2_common.c | 319 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/ |
D | boot.c | 593 Elf32_Phdr *phdr; in load_image() local
|