Searched refs:p_type (Results 1 - 25 of 47) sorted by relevance

12

/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)
H A Dupdate2.c105 phdr[0].p_type = PT_PHDR;
H A Dupdate3.c114 phdr[0].p_type = PT_PHDR;
/external/grub/stage2/
H A Dvstafs.h35 unsigned char p_type; member in struct:bootrecord
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c14 Elf64_Word p_type; member in struct:__anon4156
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
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) {
491 p->sadb_x_policy_type = p_type;
[all...]
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h171 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
183 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
268 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
284 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
/external/elfutils/libdwfl/
H A Dcore-file.c159 notes->p_type = PT_NULL;
170 switch (phdr->p_type)
282 while (phdr.p_type != PT_LOAD
300 if (phdr.p_type == PT_LOAD)
423 if (likely (notes_phdr.p_type == PT_NOTE))
H A Delf-from-memory.c241 if (phdrs.p32[i].p_type == PT_LOAD)
251 if (phdrs.p32[i].p_type == PT_LOAD)
298 if (phdrs.p32[i].p_type == PT_LOAD)
325 if (phdrs.p32[i].p_type == PT_LOAD)
H A Ddwfl_report_elf.c196 if (ph->p_type == PT_LOAD)
211 if (ph->p_type == PT_LOAD)
H A Ddwfl_module_build_id.c118 if (likely (phdr != NULL) && phdr->p_type == PT_NOTE)
H A Ddwfl_segment_report_module.c415 consider_phdr (phdrs.p32[i].p_type,
427 consider_phdr (phdrs.p64[i].p_type,
612 read_phdr (phdrs.p32[i].p_type, phdrs.p32[i].p_vaddr,
616 read_phdr (phdrs.p64[i].p_type, phdrs.p64[i].p_vaddr,
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_ndef.c368 UINT8 *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; local
430 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
439 if ((p_handler = nfa_dm_ndef_find_next_handler (NULL, tnf, p_type, type_len, p_payload, payload_len)) == NULL)
454 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
518 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c462 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen) argument
494 && (!memcmp (p_rec, p_type, tlen)) )
519 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen) argument
555 && (!memcmp (p_rec, p_type, tlen)) )
836 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
896 if (p_type)
897 memcpy (p_rec, p_type, type_len);
932 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
951 return NDEF_MsgAddRec (p_msg, max_size, p_cur_size, tnf, p_type, type_len,
992 if (p_type)
835 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
931 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
1522 UINT8 *p_type, *p_id, *p_pay; local
[all...]
H A Dndef_cho_utils.c539 UINT8 *p_rec, *p_type; local
549 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
555 ||(memcmp (p_type, p_bt_oob_rec_type, BT_OOB_REC_TYPE_LEN)) )
/external/elfutils/libelf/
H A Dgelf_getphdr.c116 COPY (p_type);
H A Dgelf_update_phdr.c115 COPY (p_type);
H A Delf32_getphdr.c156 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
203 CONVERT (phdr[cnt].p_type);
/external/elfutils/backends/
H A Dppc_symbol.c87 if (phdr == NULL || phdr->p_type != PT_DYNAMIC)
/external/valgrind/main/coregrind/m_ume/
H A Delf.c170 if (ph->p_type != PT_LOAD)
189 if (ph->p_type != PT_LOAD)
353 switch(ph->p_type) {
394 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)
/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/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize_addr2line_linux.cc110 DPrintf(" Section p_type=%zx p_offset=%zx p_vaddr=%zx p_paddr=%zx"
112 (uptr)s->p_type, (uptr)s->p_offset, (uptr)s->p_vaddr,
115 if (s->p_type != PT_LOAD)
/external/kernel-headers/original/linux/
H A Delf.h214 Elf32_Word p_type; member in struct:elf32_phdr
225 Elf64_Word p_type; member in struct:elf64_phdr
/external/elfutils/src/
H A Delflint.c804 if (phdr != NULL && phdr->p_type == PT_TLS)
961 if (phdr != NULL && phdr->p_type == PT_DYNAMIC)
1209 if (phdr->p_type == PT_LOAD)
1218 else if (phdr->p_type == PT_DYNAMIC)
1693 if (phdr != NULL && phdr->p_type == PT_LOAD
2774 && phdr->p_type == PT_DYNAMIC)
3672 && ((phdr->p_type == PT_LOAD
3674 || (phdr->p_type == PT_TLS
3827 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_linux.cc145 if (phdr->p_type == PT_LOAD) {

Completed in 425 milliseconds

12