HomeSort by relevance Sort by last modified time
    Searched defs:p_type (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/include/
resolv.h 54 #define p_type __p_type macro
55 const char* p_type(int);
  /external/elfutils/tests/
showptable.c 91 const char *p_type = typenames[phdr->p_type]; local
94 if (phdr->p_type >= PT_NUM)
96 snprintf (buf, sizeof (buf), "%x", phdr->p_type);
97 p_type = buf;
101 cnt, p_type,
120 if (phdr->p_type == PT_INTERP)
  /external/libunwind/src/coredump/
_UCD_internal.h 62 uint32_t p_type; member in struct:coredump_phdr
  /external/minijail/
elfparse.h 70 Elf32_Word p_type; /* Segment type */ member in struct:__anon28814
82 Elf64_Word p_type; /* Segment type */ member in struct:__anon28815
  /system/nfc/src/nfa/dm/
nfa_dm_ndef.c 358 uint8_t *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; local
427 p_type = NDEF_RecGetType(p_rec, &tnf, &type_len);
436 p_handler = nfa_dm_ndef_find_next_handler(NULL, tnf, p_type, type_len,
452 p_handler, tnf, p_type, type_len, p_payload, payload_len);
517 p_handler, tnf, p_type, type_len, p_payload, payload_len);
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 14 Elf64_Word p_type; member in struct:__anon14816
  /external/toybox/toys/posix/
file.c 118 int p_type = elf_int(phdr, 4); local
121 if (p_type==2 /*PT_DYNAMIC*/) dynamic = 1;
122 if (p_type!=3 /*PT_INTERP*/ && p_type!=4 /*PT_NOTE*/) continue;
128 if (p_type==3 /*PT_INTERP*/)
  /external/syslinux/com32/include/sys/
elf32.h 81 Elf32_Word p_type; member in struct:elf32_phdr
elf64.h 81 Elf64_Word p_type; member in struct:elf64_phdr
  /system/nfc/src/nfc/ndef/
ndef_utils.c 449 uint8_t* NDEF_MsgGetFirstRecByType(uint8_t* p_msg, uint8_t tnf, uint8_t* p_type,
479 (!memcmp(p_rec, p_type, tlen)))
504 uint8_t* p_type, uint8_t tlen) {
537 (!memcmp(p_rec, p_type, tlen)))
811 uint8_t* p_type, uint8_t type_len,
864 if (p_type) memcpy(p_rec, p_type, type_len);
897 uint8_t tnf, uint8_t* p_type,
915 return NDEF_MsgAddRec(p_msg, max_size, p_cur_size, tnf, p_type, type_len,
952 if (p_type) memcpy(p_rec, p_type, type_len)
1452 uint8_t *p_type, *p_id, *p_pay; local
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_internal.h 92 Elf_Word p_type; member in struct:elfcpp::internal::Phdr_data
105 Elf_Word p_type; member in struct:elfcpp::internal::Phdr_data
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 108 Elf32_Word p_type; /* Entry type. */ member in struct:__anon6075
elf64.h 116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon6091
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 108 Elf32_Word p_type; /* Entry type. */ member in struct:__anon6165
elf64.h 116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon6181
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 182 p_type(ns_rr_type(rr)),
489 p_type(int type) { function
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_freebsd.h 105 __uint32_t p_type; member in struct:__sanitizer::__anon16196
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 89 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon116091
100 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon116092
internal.h 87 unsigned long p_type; /* Identifies program segment type */ member in struct:elf_internal_phdr
257 unsigned long p_type; member in struct:elf_segment_map
297 && (segment)->p_type != PT_TLS)
312 && ((segment)->p_type == PT_TLS \
313 || (segment)->p_type == PT_GNU_RELRO \
314 || (segment)->p_type == PT_LOAD)) \
318 && (segment)->p_type != PT_TLS \
319 && (segment)->p_type != PT_PHDR)) \
341 && ((segment)->p_type != PT_DYNAMIC \
  /bionic/libc/dns/resolv/
res_debug.c 190 p_type(ns_rr_type(rr)),
610 p_type(int type) { function
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 354 long p_type = readWord(); local
355 if (p_type == PT_LOAD) {
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 209 #define p_type __p_type macro
257 const char * p_type __P((int));
  /external/syslinux/gpxe/src/include/
elf.h 96 /* Values for p_type. */
209 Elf32_Word p_type; /* Entry type. */ member in struct:__anon34780
220 Elf64_Word p_type; /* Entry type. */ member in struct:__anon34781
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 301 #define p_type __p_type macro
342 const char * p_type (int) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 303 #define p_type __p_type macro
344 const char * p_type (int) __THROW;

Completed in 1619 milliseconds

1 2 3 4 5 6 7 8 9