Searched refs:PF_W (Results 1 - 23 of 23) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp64 << ((Phdr.p_flags & ELF::PF_W) ? "w" : "-")
/external/valgrind/coregrind/m_ume/
H A Delf.c195 if (ph->p_flags & PF_W) prot |= VKI_PROT_WRITE;
386 (ph->p_flags & (PF_R | PF_W | PF_X)) != (PF_R | PF_W | PF_X)) {
426 (iph->p_flags & (PF_R | PF_W | PF_X))
427 != (PF_R | PF_W | PF_X)) {
466 if ((ph->p_flags & PF_W) == 0) info->stack_prot &= ~VKI_PROT_WRITE;
/external/elfutils/tests/
H A Dshowptable.c115 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout);
H A Dalldts.c236 phdr[1].p_flags = PF_W | PF_R;
/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
/external/elfutils/src/
H A Dldlex.l261 return PF_W;
H A Dfindtextrel.c346 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0)
H A Delflint.c1296 newp->read_only = (phdr->p_flags & PF_W) == 0;
4079 segment_flags[pcnt] |= PF_W;
4081 && (phdr->p_flags & PF_W) == 0)
4195 if ((phdr->p_flags & PF_W) != 0
4196 && (segment_flags[pcnt] & PF_W) == 0)
4500 if ((phdr2->p_flags & PF_W) == 0)
4510 if ((phdr2->p_flags & ~PF_W)
4511 != (phdr->p_flags & ~PF_W))
4612 if ((phdr->p_flags & PF_W) != 0)
H A Dsize.c627 (phdr->p_flags & PF_W) == 0 ? '-' : 'w',
H A Dreadelf.c1276 phdr->p_flags & PF_W ? 'W' : ' ',
1384 else if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0)
1411 if ((phdr2->p_flags & PF_W) == 0 && !in_ro)
1416 else if ((phdr2->p_flags & PF_W) != 0 && in_ro)
H A Dldgeneric.c3002 if ((segment->mode & PF_W) != 0)
6491 phdr->p_flags = (PF_R | PF_W
/external/kernel-headers/original/uapi/linux/
H A Delf.h240 #define PF_W 0x2 macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1665 << (((p_flags & PF_X) && (p_flags & PF_W)) ? '+' : ' ')
1666 << ((p_flags & PF_W) ? "PF_W" : " ")
1667 << (((p_flags & PF_W) && (p_flags & PF_R)) ? '+' : ' ')
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc562 mapping.permissions |= PF_W;
889 mapping.permissions = PF_R | PF_W;
/external/llvm/include/llvm/Support/
H A DELF.h1033 PF_W = 2, // Write
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c131 phdr->p_flags |= PF_W;
H A Dcoredump-solaris.c435 phdr->p_flags |= PF_W;
/external/valgrind/include/vki/
H A Dvki-solaris.h410 #define VKI_PF_W PF_W
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c1684 a_phdr.p_flags & PF_W ? 'w' : '-',
1708 && (a_phdr.p_flags & (PF_R | PF_W))
1709 == (PF_R | PF_W)) {
/external/elfutils/libelf/
H A Delf.h623 #define PF_W (1 << 1) /* Segment is writable */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp855 LLVM_READOBJ_ENUM_ENT(ELF, PF_W),
/external/valgrind/perf/
H A Dtinycc.c578 #define PF_W (1 << 1) /* Segment is writable */ macro
19503 ph->p_flags = PF_R | PF_W;
19610 ph->p_flags = PF_R | PF_W;
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 265 milliseconds