/external/elfutils/tests/ |
D | showptable.c | 99 const char *p_type = typenames[phdr->p_type]; in main() local 102 if (phdr->p_type >= PT_NUM) in main() 104 snprintf (buf, sizeof (buf), "%x", phdr->p_type); in main() 105 p_type = buf; in main() 109 cnt, p_type, in main() 128 if (phdr->p_type == PT_INTERP) in main()
|
D | update2.c | 105 phdr[0].p_type = PT_PHDR; in main()
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid; variable 153 p_type = $2; 168 p_type = $4; 187 p_type = $5; 209 p_type = $4; 220 p_type = $6; 242 p_type = $6; 264 p_type = 0; /* ignored it by kernel */ 443 if (p_type == IPSEC_POLICY_IPSEC) { in rule_check() 491 p->sadb_x_policy_type = p_type; in init_x_policy() [all …]
|
/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_utils.c | 463 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen) in NDEF_MsgGetFirstRecByType() argument 495 && (!memcmp (p_rec, p_type, tlen)) ) in NDEF_MsgGetFirstRecByType() 520 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen) in NDEF_MsgGetNextRecByType() argument 556 && (!memcmp (p_rec, p_type, tlen)) ) in NDEF_MsgGetNextRecByType() 837 UINT8 tnf, UINT8 *p_type, UINT8 type_len, in NDEF_MsgAddRec() argument 897 if (p_type) in NDEF_MsgAddRec() 898 memcpy (p_rec, p_type, type_len); in NDEF_MsgAddRec() 933 UINT8 tnf, UINT8 *p_type, UINT8 type_len, in NDEF_MsgInsertRec() argument 952 return NDEF_MsgAddRec (p_msg, max_size, p_cur_size, tnf, p_type, type_len, in NDEF_MsgInsertRec() 993 if (p_type) in NDEF_MsgInsertRec() [all …]
|
D | ndef_cho_utils.c | 567 UINT8 *p_rec, *p_type; in ndef_get_bt_oob_record() local 577 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len); in ndef_get_bt_oob_record() 583 ||(memcmp (p_type, p_bt_oob_rec_type, BT_OOB_REC_TYPE_LEN))) in ndef_get_bt_oob_record()
|
/external/libnfc-nci/src/nfa/dm/ |
D | nfa_dm_ndef.c | 369 UINT8 *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; in nfa_dm_ndef_handle_message() local 431 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len); in nfa_dm_ndef_handle_message() 440 …if ((p_handler = nfa_dm_ndef_find_next_handler (NULL, tnf, p_type, type_len, p_payload, payload_le… in nfa_dm_ndef_handle_message() 455 …p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_le… in nfa_dm_ndef_handle_message() 519 …p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_le… in nfa_dm_ndef_handle_message()
|
/external/elfutils/libdwfl/ |
D | core-file.c | 159 notes->p_type = PT_NULL; in dwfl_report_core_segments() 170 switch (phdr->p_type) in dwfl_report_core_segments() 282 while (phdr.p_type != PT_LOAD in dwfl_elf_phdr_memory_callback() 300 if (phdr.p_type == PT_LOAD) in dwfl_elf_phdr_memory_callback() 423 if (likely (notes_phdr.p_type == PT_NOTE)) in dwfl_core_file_report()
|
D | elf-from-memory.c | 241 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory() 251 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory() 298 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory() 325 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory()
|
D | dwfl_report_elf.c | 196 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf() 211 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
|
D | dwfl_segment_report_module.c | 415 consider_phdr (phdrs.p32[i].p_type, in dwfl_segment_report_module() 427 consider_phdr (phdrs.p64[i].p_type, in dwfl_segment_report_module() 612 read_phdr (phdrs.p32[i].p_type, phdrs.p32[i].p_vaddr, in dwfl_segment_report_module() 616 read_phdr (phdrs.p64[i].p_type, phdrs.p64[i].p_vaddr, in dwfl_segment_report_module()
|
D | link_map.c | 489 && phdr->p_type == PT_LOAD in consider_executable() 534 if (phdr->p_type == PT_DYNAMIC) in consider_executable() 731 if (u->p32[i].p_type == PT_DYNAMIC) in dwfl_link_map_report() 741 if (u->p64[i].p_type == PT_DYNAMIC) in dwfl_link_map_report()
|
/external/libnfc-nci/src/nfc/include/ |
D | ndef_utils.h | 173 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UI… 185 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type,… 270 UINT8 tnf, UINT8 *p_type, UINT8 type_len, 286 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
|
/external/compiler-rt/lib/msan/ |
D | msan_linux.cc | 108 if (phdr->p_type == PT_LOAD) in UnpoisonMappedDSO() 117 if (phdr->p_type == PT_LOAD) { in UnpoisonMappedDSO()
|
/external/elfutils/libelf/ |
D | elf32_getphdr.c | 156 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type); 203 CONVERT (phdr[cnt].p_type);
|
D | gelf_update_phdr.c | 115 COPY (p_type); in gelf_update_phdr()
|
D | gelf_getphdr.c | 116 COPY (p_type);
|
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 169 if (ph->p_type != PT_LOAD) in mapelf() 188 if (ph->p_type != PT_LOAD) in mapelf() 352 switch(ph->p_type) { in VG_() 393 if (iph->p_type != PT_LOAD || iph->p_memsz == 0) in VG_()
|
/external/grub/stage2/ |
D | vstafs.h | 35 unsigned char p_type; member
|
/external/elfutils/src/ |
D | elflint.c | 804 if (phdr != NULL && phdr->p_type == PT_TLS) in check_symtab() 961 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in check_symtab() 1209 if (phdr->p_type == PT_LOAD) in check_reloc_shdr() 1218 else if (phdr->p_type == PT_DYNAMIC) in check_reloc_shdr() 1693 if (phdr != NULL && phdr->p_type == PT_LOAD in check_dynamic() 2774 && phdr->p_type == PT_DYNAMIC) in unknown_dependency_p() 3672 && ((phdr->p_type == PT_LOAD in check_sections() 3674 || (phdr->p_type == PT_TLS in check_sections() 3827 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type == PT_TLS)) in check_sections() 4055 if (phdr->p_type >= PT_NUM && phdr->p_type != PT_GNU_EH_FRAME in check_program_header() [all …]
|
/external/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 14 Elf64_Word p_type; member
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_symbolize_addr2line_linux.cc | 112 (uptr)s->p_type, (uptr)s->p_offset, (uptr)s->p_vaddr, in dl_iterate_phdr_cb() 115 if (s->p_type != PT_LOAD) in dl_iterate_phdr_cb()
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_api.c | 230 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type) in BTA_HhSetProtoMode() argument 232 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (UINT8)p_type, in BTA_HhSetProtoMode()
|
/external/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 32 switch (pi->p_type) { in printProgramHeaders()
|
/external/qemu/ |
D | elf_ops.h | 20 bswap32s(&phdr->p_type); /* Segment type */ in glue() 235 if (ph->p_type == PT_LOAD) { in glue()
|
/external/elfutils/backends/ |
D | ppc_symbol.c | 87 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in find_dyn_got()
|