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

1 2 3

  /bionic/libc/include/
resolv.h 54 #define p_type __p_type macro
55 const char* p_type(int __type);
  /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 64 Elf32_Word p_type; /* Segment type */ member in struct:__anon30670
76 Elf64_Word p_type; /* Segment type */ member in struct:__anon30671
  /system/nfc/src/nfa/dm/
nfa_dm_ndef.cc 367 uint8_t *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; local
438 p_type = NDEF_RecGetType(p_rec, &tnf, &type_len);
447 p_handler = nfa_dm_ndef_find_next_handler(NULL, tnf, p_type, type_len,
464 p_handler, tnf, p_type, type_len, p_payload, payload_len);
530 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:__anon15787
  /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.cc 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);
1315 uint8_t *p_type, *p_id, *p_pay; local
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 108 Elf32_Word p_type; /* Entry type. */ member in struct:__anon4989
elf64.h 116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon5005
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 108 Elf32_Word p_type; /* Entry type. */ member in struct:__anon5068
elf64.h 116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon5084
  /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::__anon17177
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_internal.h 114 Elf_Word p_type; member in struct:elfcpp::internal::Phdr_data
127 Elf_Word p_type; member in struct:elfcpp::internal::Phdr_data
  /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:__anon38206
220 Elf64_Word p_type; /* Entry type. */ member in struct:__anon38207
  /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;
  /toolchain/binutils/binutils-2.27/include/elf/
external.h 89 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon4677
100 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon4678
internal.h 87 unsigned long p_type; /* Identifies program segment type */ member in struct:elf_internal_phdr
265 unsigned long p_type; member in struct:elf_segment_map
305 && (segment)->p_type != PT_TLS)
320 && ((segment)->p_type == PT_TLS \
321 || (segment)->p_type == PT_GNU_RELRO \
322 || (segment)->p_type == PT_LOAD)) \
326 && (segment)->p_type != PT_TLS \
327 && (segment)->p_type != PT_PHDR)) \
330 && ((segment)->p_type == PT_LOAD \
331 || (segment)->p_type == PT_DYNAMIC
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 131 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon5013
144 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon5014

Completed in 480 milliseconds

1 2 3