Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 25 of 51) sorted by relevance

123

/external/elfutils/tests/
Dshowptable.c99 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()
Dupdate2.c105 phdr[0].p_type = PT_PHDR; in main()
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y103 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/
Dndef_utils.c463 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 …]
Dndef_cho_utils.c567 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/
Dnfa_dm_ndef.c369 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/
Dcore-file.c159 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()
Delf-from-memory.c241 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()
Ddwfl_report_elf.c196 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
211 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
Ddwfl_segment_report_module.c415 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()
Dlink_map.c489 && 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/
Dndef_utils.h173 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/
Dmsan_linux.cc108 if (phdr->p_type == PT_LOAD) in UnpoisonMappedDSO()
117 if (phdr->p_type == PT_LOAD) { in UnpoisonMappedDSO()
/external/elfutils/libelf/
Delf32_getphdr.c156 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
203 CONVERT (phdr[cnt].p_type);
Dgelf_update_phdr.c115 COPY (p_type); in gelf_update_phdr()
Dgelf_getphdr.c116 COPY (p_type);
/external/valgrind/main/coregrind/m_ume/
Delf.c169 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/
Dvstafs.h35 unsigned char p_type; member
/external/elfutils/src/
Delflint.c804 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/
D2009-01-21-InvalidIterator.c14 Elf64_Word p_type; member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize_addr2line_linux.cc112 (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/
Dbta_hh_api.c230 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/
DELFDump.cpp32 switch (pi->p_type) { in printProgramHeaders()
/external/qemu/
Delf_ops.h20 bswap32s(&phdr->p_type); /* Segment type */ in glue()
235 if (ph->p_type == PT_LOAD) { in glue()
/external/elfutils/backends/
Dppc_symbol.c87 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in find_dyn_got()

123