Home
last modified time | relevance | path

Searched refs:PF_W (Results 1 – 25 of 28) sorted by relevance

12

/external/valgrind/coregrind/m_ume/
Delf.c61 # define PT_SUNWDTRACE_PROTECTION (PF_R | PF_W | PF_X)
431 if (ph->p_flags & PF_W) prot |= VKI_PROT_WRITE; in mapelf()
629 if ((ph->p_flags & (PF_R | PF_W | PF_X)) != PT_SUNWDTRACE_PROTECTION) { in VG_()
672 if ((iph->p_flags & (PF_R | PF_W | PF_X)) in VG_()
722 if ((ph->p_flags & PF_W) == 0) info->stack_prot &= ~VKI_PROT_WRITE; in VG_()
/external/llvm/tools/llvm-objdump/
DELFDump.cpp64 << ((Phdr.p_flags & ELF::PF_W) ? "w" : "-") in printProgramHeaders()
/external/elfutils/tests/
Dshowptable.c115 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
Dalldts.c236 phdr[1].p_flags = PF_W | PF_R; in main()
/external/llvm/test/tools/llvm-readobj/
Dprogram-headers.test33 ELF-I386-NEXT: PF_W (0x2)
74 ELF-X86-64-NEXT: PF_W (0x2)
/external/syslinux/gpxe/src/include/
Delf.h107 #define PF_W 0x2 /* Writable. */ macro
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc65 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
/external/syslinux/com32/include/sys/
Delfcommon.h189 #define PF_W 0x2 macro
/external/elfutils/src/
Dldlex.l261 return PF_W; in attrib_convert()
Delflint.c1296 newp->read_only = (phdr->p_flags & PF_W) == 0; in check_reloc_shdr()
4079 segment_flags[pcnt] |= PF_W; in check_sections()
4081 && (phdr->p_flags & PF_W) == 0) in check_sections()
4195 if ((phdr->p_flags & PF_W) != 0 in check_sections()
4196 && (segment_flags[pcnt] & PF_W) == 0) in check_sections()
4500 if ((phdr2->p_flags & PF_W) == 0) in check_program_header()
4510 if ((phdr2->p_flags & ~PF_W) in check_program_header()
4511 != (phdr->p_flags & ~PF_W)) in check_program_header()
4612 if ((phdr->p_flags & PF_W) != 0) in check_program_header()
Dfindtextrel.c346 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
Dsize.c627 (phdr->p_flags & PF_W) == 0 ? '-' : 'w', in show_segments()
Dreadelf.c1276 phdr->p_flags & PF_W ? 'W' : ' ', in print_phdr()
1384 else if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in print_phdr()
1411 if ((phdr2->p_flags & PF_W) == 0 && !in_ro) in print_phdr()
1416 else if ((phdr2->p_flags & PF_W) != 0 && in_ro) in print_phdr()
/external/kernel-headers/original/uapi/linux/
Delf.h240 #define PF_W 0x2 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1005 PF_W = 2, // Write enumerator
/external/llvm/include/llvm/Support/
DELF.h1061 PF_W = 2, // Write enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1063 PF_W = 2, // Write enumerator
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1776 a_phdr.p_flags & PF_W ? 'w' : '-', in ML_()
1800 && (a_phdr.p_flags & (PF_R | PF_W)) in ML_()
1801 == (PF_R | PF_W)) { in ML_()
1824 && ((a_phdr.p_flags & (PF_R | PF_W | PF_X)) == PF_R)) { in ML_()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc562 mapping.permissions |= PF_W; in ParseMaps()
889 mapping.permissions = PF_R | PF_W; in AddDataToMapping()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c131 phdr->p_flags |= PF_W; in fill_phdr()
Dcoredump-solaris.c435 phdr->p_flags |= PF_W; in fill_phdr()
/external/valgrind/include/vki/
Dvki-solaris.h421 #define VKI_PF_W PF_W
/external/kmod/port-gnu/
Delf.h622 #define PF_W (1 << 1) /* Segment is writable */ macro
/external/elfutils/libelf/
Delf.h623 #define PF_W (1 << 1) /* Segment is writable */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1218 LLVM_READOBJ_ENUM_ENT(ELF, PF_W),
2828 Str += (Flag & PF_W) ? "W" : " "; in printPhdrFlags()

12