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

/external/elfutils/tests/
H A Dshowptable.c99 const char *p_type = typenames[phdr->p_type]; local
102 if (phdr->p_type >= PT_NUM)
104 snprintf (buf, sizeof (buf), "%x", phdr->p_type);
105 p_type = buf;
109 cnt, p_type,
128 if (phdr->p_type == PT_INTERP)
/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.c230 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type) argument
232 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:__anon4322
/external/grub/stage2/
H A Dvstafs.h35 unsigned char p_type; member in struct:bootrecord
H A Di386-elf.h166 Elf32_Word p_type; member in struct:__anon6272
/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/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4006 UINT8 *p_type; local
4125 p_type = p++;
4159 UINT8_TO_STREAM(p_type, data_type);
4169 p_type = p++;
4194 UINT8_TO_STREAM(p_type, data_type);
4202 p_type = p++;
4227 UINT8_TO_STREAM(p_type, data_type);
/external/llvm/include/llvm/Object/
H A DELF.h442 Elf_Word p_type; // Type of segment member in struct:llvm::object::Elf_Phdr_Impl
457 Elf_Word p_type; // Type of segment member in struct:llvm::object::Elf_Phdr_Impl
/external/llvm/include/llvm/Support/
H A DELF.h1266 Elf32_Word p_type; // Type of segment member in struct:llvm::ELF::Elf32_Phdr
1278 Elf64_Word p_type; // Type of segment member in struct:llvm::ELF::Elf64_Phdr
/external/qemu/
H A Delf.h816 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
856 /* Processor specific values for the Phdr p_type field. */
1042 Elf32_Word p_type; member in struct:elf32_phdr
1053 Elf64_Word p_type; member in struct:elf64_phdr
/external/elfutils/libelf/
H A Delf.h545 Elf32_Word p_type; /* Segment type */ member in struct:__anon5960
557 Elf64_Word p_type; /* Segment type */ member in struct:__anon5961
567 /* Legal values for p_type (segment type). */
1562 /* Legal values for p_type field of Elf32_Phdr. */
1846 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
2233 /* Processor specific values for the Phdr p_type field. */
2303 /* 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:__anon15487
550 Elf64_Word p_type; /* Segment type */ member in struct:__anon15488
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 414 milliseconds