Searched defs:p_type (Results 1 - 17 of 17) sorted by relevance

/external/libunwind/src/coredump/
H A D_UCD_internal.h62 uint32_t p_type; member in struct:coredump_phdr
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_ndef.c369 UINT8 *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; local
431 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
440 if ((p_handler = nfa_dm_ndef_find_next_handler (NULL, tnf, p_type, type_len, p_payload, payload_len)) == NULL)
455 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
519 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_api.c229 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type) argument
231 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (UINT8)p_type,
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c14 Elf64_Word p_type; member in struct:__anon18564
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c567 UINT8 *p_rec, *p_type; local
577 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
583 ||(memcmp (p_type, p_bt_oob_rec_type, BT_OOB_REC_TYPE_LEN)))
H A Dndef_utils.c463 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen) argument
495 && (!memcmp (p_rec, p_type, tlen)) )
520 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen) argument
556 && (!memcmp (p_rec, p_type, tlen)) )
837 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
897 if (p_type)
898 memcpy (p_rec, p_type, type_len);
933 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
952 return NDEF_MsgAddRec (p_msg, max_size, p_cur_size, tnf, p_type, type_len,
993 if (p_type)
836 NDEF_MsgAddRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 tnf, UINT8 *p_type, UINT8 type_len, UINT8 *p_id, UINT8 id_len, UINT8 *p_payload, UINT32 payload_len) argument
932 NDEF_MsgInsertRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 index, UINT8 tnf, UINT8 *p_type, UINT8 type_len, UINT8 *p_id, UINT8 id_len, UINT8 *p_payload, UINT32 payload_len) argument
1523 UINT8 *p_type, *p_id, *p_pay; local
[all...]
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h192 elf_word p_type; ///< Type of program segment. member in struct:elf::ELFProgramHeader
H A DObjectFileELF.cpp1620 DumpELFProgramHeader_p_type(s, ph.p_type);
1631 // Dump an token value for the ELF program header member p_type which
1635 ObjectFileELF::DumpELFProgramHeader_p_type(Stream *s, elf_word p_type) argument
1638 switch (p_type)
1650 s->Printf("0x%8.8x%*s", p_type, kStrWidth - 10, "");
1682 s->PutCString("IDX p_type p_offset p_vaddr p_paddr "
/external/chromium_org/courgette/
H A Dtypes_elf.h95 Elf32_Word p_type; member in struct:Elf32_Phdr
/external/llvm/include/llvm/Object/
H A DELFTypes.h437 Elf_Word p_type; // Type of segment member in struct:llvm::object::Elf_Phdr_Impl
450 Elf_Word p_type; // Type of segment member in struct:llvm::object::Elf_Phdr_Impl
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4179 UINT8 *p_type; local
4298 p_type = p++;
4332 UINT8_TO_STREAM(p_type, data_type);
4342 p_type = p++;
4367 UINT8_TO_STREAM(p_type, data_type);
4375 p_type = p++;
4400 UINT8_TO_STREAM(p_type, data_type);
/external/chromium_org/third_party/libvpx/include/
H A Delf.h268 Elf32_Word p_type; member in struct:elf32_phdr
281 Elf64_Word p_type; member in struct:elf64_phdr
/external/kernel-headers/original/uapi/linux/
H A Delf.h244 Elf32_Word p_type; member in struct:elf32_phdr
255 Elf64_Word p_type; member in struct:elf64_phdr
/external/llvm/include/llvm/Support/
H A DELF.h1565 Elf32_Word p_type; // Type of segment member in struct:llvm::ELF::Elf32_Phdr
1577 Elf64_Word p_type; // Type of segment member in struct:llvm::ELF::Elf64_Phdr
/external/qemu/include/
H A Delf.h1059 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
1099 /* Processor specific values for the Phdr p_type field. */
1290 Elf32_Word p_type; member in struct:elf32_phdr
1301 Elf64_Word p_type; member in struct:elf64_phdr
/external/elfutils/0.153/libelf/
H A Delf.h544 Elf32_Word p_type; /* Segment type */ member in struct:__anon21230
556 Elf64_Word p_type; /* Segment type */ member in struct:__anon21231
572 /* Legal values for p_type (segment type). */
1611 /* Legal values for p_type field of Elf32_Phdr. */
1895 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
2301 /* Processor specific values for the Phdr p_type field. */
2377 /* Processor specific values for the Phdr p_type field. */
/external/valgrind/main/perf/
H A Dtinycc.c538 Elf32_Word p_type; /* Segment type */ member in struct:__anon33291
550 Elf64_Word p_type; /* Segment type */ member in struct:__anon33292
560 /* Legal values for p_type (segment type). */
1301 /* Legal values for p_type field of Elf32_Phdr. */
19499 ph->p_type = PT_LOAD;
19588 ph->p_type = PT_INTERP;
19604 ph->p_type = PT_DYNAMIC;

Completed in 2408 milliseconds