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

1234

/external/lldb/test/functionalities/type_completion/
H A DTestTypeCompletion.py62 p_type = p_vector.GetType()
63 self.assertFalse(p_type.IsTypeComplete(), 'vector<T> complete but it should not be')
69 p_type = p_vector.GetType()
70 self.assertFalse(p_type.IsTypeComplete(), 'vector<T> complete but it should not be')
78 p_type = p_vector.GetType()
79 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
80 name_address_type = p_type.GetTemplateArgumentType(0)
90 p_type = p_vector.GetType()
91 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
92 name_address_type = p_type
[all...]
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c14 Elf64_Word p_type; member in struct:__anon18564
/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/libunwind/src/coredump/
H A D_UCD_create.c166 cur->p_type = hdr64.p_type ;
192 cur->p_type = hdr32.p_type ;
212 Debug(2, "phdr[%03d]: type:%d", i, cur->p_type);
213 if (cur->p_type == PT_NOTE)
252 if (cur->p_type == PT_LOAD)
H A D_UCD_internal.h62 uint32_t p_type; member in struct:coredump_phdr
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dlinker_phdr.cpp152 if (phdr->p_type != PT_LOAD) {
193 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
267 if (phdr->p_type != PT_GNU_RELRO)
353 if (phdr->p_type != PT_ARM_EXIDX)
390 if (phdr->p_type != PT_DYNAMIC) {
H A Dcrazy_linker_elf_view.cpp49 if (entry->p_type == PT_PHDR) {
61 if (entry->p_type == PT_LOAD) {
H A Dcrazy_linker_elf_loader.cpp229 if (phdr->p_type == PT_PHDR) {
238 if (phdr->p_type == PT_LOAD) {
260 if (phdr->p_type != PT_LOAD) {
281 if (phdr->p_type != PT_LOAD) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-minimal.c133 phdr->p_type = bswap_32(phdr->p_type);
138 if (phdr->p_type != PT_NOTE)
182 phdr->p_type = bswap_32(phdr->p_type);
187 if (phdr->p_type != PT_NOTE)
/external/libpcap/Win32/Include/
H A Dinetprivate.h60 extern char *p_type(int type);
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h173 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
185 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
270 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
286 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
/external/elfutils/0.153/libdwfl/
H A Dcore-file.c152 notes->p_type = PT_NULL;
163 switch (phdr->p_type)
275 while (phdr.p_type != PT_LOAD
302 if (phdr.p_type == PT_LOAD)
445 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.p64[i].p_type == PT_LOAD)
298 if (phdrs.p32[i].p_type == PT_LOAD)
325 if (phdrs.p32[i].p_type == PT_LOAD)
/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/libnfc-nci/src/nfc/ndef/
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/chromium_org/courgette/
H A Dtypes_elf.h95 Elf32_Word p_type; member in struct:Elf32_Phdr
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp30 switch (pi->p_type) {
/external/elfutils/0.153/libelf/
H A Delf32_getphdr.c165 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
212 CONVERT (phdr[cnt].p_type);
H A Dgelf_getphdr.c120 COPY (p_type);
H A Dgelf_update_phdr.c119 COPY (p_type);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Delf_loader.cc125 if (phdr.p_type != PT_LOAD) {
155 if (phdrs[i].p_type == PT_LOAD) {
183 if (phdr.p_type != PT_LOAD) {
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc98 switch (program_header->p_type) {
190 if (program_header->p_type == PT_DYNAMIC) {
352 if (program_header->p_type == PT_LOAD &&
374 if (program_header->p_type == PT_GNU_STACK &&
406 if (program_header->p_type == PT_LOAD &&
495 if (program_header->p_type == PT_LOAD ||
496 program_header->p_type == PT_GNU_STACK) {
509 if (!(first->p_type == PT_GNU_STACK ||
598 spliced_header->p_type = split_header->p_type;
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
/external/elfutils/0.153/backends/
H A Dppc_symbol.c87 if (phdr == NULL || phdr->p_type != PT_DYNAMIC)
/external/valgrind/main/coregrind/m_ume/
H A Delf.c169 if (ph->p_type != PT_LOAD)
188 if (ph->p_type != PT_LOAD)
357 switch(ph->p_type) {
398 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)

Completed in 713 milliseconds

1234