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

1 2 3 4 5 6 7 8 91011>>

  /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)
  /bionic/libc/include/
resolv.h 54 #define p_type __p_type macro
55 const char* p_type(int);
  /toolchain/binutils/binutils-2.25/include/elf/
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 \
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
  /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
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 14 Elf64_Word p_type; member in struct:__anon14816
  /system/nfc/src/nfc/include/
ndef_utils.h 170 uint8_t* p_type, uint8_t tlen);
183 uint8_t* p_type, uint8_t tlen);
277 uint8_t* p_type, uint8_t type_len,
294 uint8_t tnf, uint8_t* p_type,
  /external/ipsec-tools/src/libipsec/
policy_parse.y 103 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/
_UCD_create.c 166 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)
_UCD_internal.h 62 uint32_t p_type; member in struct:coredump_phdr
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.c 101 if (seg->p_type == PT_LOAD)
198 if (prevseg->p_type == PT_LOAD)
249 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr)
271 if (p->p_type == PT_LOAD && p->p_vaddr < first_load_phdr->p_vaddr)
326 if (seg->p_type == PT_LOAD
  /bionic/libc/malloc_debug/
MapData.cpp 96 if (!get_val<ElfW(Word)>(entry, addr + offsetof(ElfW(Phdr), p_type), &phdr.p_type)) {
102 if (phdr.p_type == PT_LOAD && phdr.p_offset == entry->offset) {
  /system/core/libunwindstack/tests/
ElfInterfaceTest.cpp 130 phdr.p_type = PT_LOAD;
168 phdr.p_type = PT_LOAD;
176 phdr.p_type = PT_LOAD;
185 phdr.p_type = PT_LOAD;
235 phdr.p_type = PT_LOAD;
243 phdr.p_type = PT_LOAD;
252 phdr.p_type = PT_LOAD;
304 phdr.p_type = PT_LOAD;
312 phdr.p_type = PT_LOAD;
321 phdr.p_type = PT_LOAD
    [all...]
  /bionic/libc/bionic/
dl_iterate_phdr_static.cpp 76 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) {
libc_init_static.cpp 61 if (phdr->p_type != PT_GNU_RELRO) {
vdso.cpp 80 if (vdso_phdr[i].p_type == PT_DYNAMIC) {
82 } else if (vdso_phdr[i].p_type == PT_LOAD) {
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 28 switch (Phdr.p_type) {
  /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*/)
  /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);
  /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...]
  /bionic/linker/
linker_phdr.cpp 383 if (phdr->p_type == PT_DYNAMIC) {
486 if (phdr->p_type != PT_LOAD) {
615 if (phdr->p_type != PT_LOAD) {
714 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {
783 if (phdr->p_type != PT_GNU_RELRO) {
858 if (phdr->p_type != PT_GNU_RELRO) {
920 if (phdr->p_type != PT_GNU_RELRO) {
    [all...]
  /external/google-breakpad/src/common/linux/
elf_core_dump.cc 137 if (program->p_type == type) {
152 if (program->p_type != PT_LOAD)
  /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
  /external/valgrind/coregrind/m_ume/
elf.c 141 if (phdr->p_type != VKI_PT_MIPS_ABIFLAGS)
408 if (ph->p_type != PT_LOAD)
427 if (ph->p_type != PT_LOAD)
608 switch(ph->p_type) {
667 if (iph->p_type == PT_SUNWDTRACE) {
686 if ((iph->p_type >= PT_LOPROC) && (iph->p_type <= PT_HIPROC)) {
694 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)
  /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

Completed in 1244 milliseconds

1 2 3 4 5 6 7 8 91011>>