Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_ume/
Delf.c195 if (ph->p_flags & PF_W) prot |= VKI_PROT_WRITE; in mapelf()
386 (ph->p_flags & (PF_R | PF_W | PF_X)) != (PF_R | PF_W | PF_X)) { in VG_()
426 (iph->p_flags & (PF_R | PF_W | PF_X)) in VG_()
427 != (PF_R | PF_W | PF_X)) { in VG_()
466 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/compiler-rt/lib/lsan/
Dlsan_common_linux.cc62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
/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()
Dldgeneric.c3002 if ((segment->mode & PF_W) != 0) in sort_sections_lscript()
6491 phdr->p_flags = (PF_R | PF_W in ld_generic_create_outfile()
DChangeLog2204 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
/external/kernel-headers/original/uapi/linux/
Delf.h240 #define PF_W 0x2 macro
/external/llvm/include/llvm/Support/
DELF.h1033 PF_W = 2, // Write enumerator
/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_debuginfo/
Dreadelf.c1684 a_phdr.p_flags & PF_W ? 'w' : '-', in ML_()
1708 && (a_phdr.p_flags & (PF_R | PF_W)) in ML_()
1709 == (PF_R | PF_W)) { in ML_()
/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.h410 #define VKI_PF_W PF_W
/external/elfutils/libelf/
Delf.h623 #define PF_W (1 << 1) /* Segment is writable */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp855 LLVM_READOBJ_ENUM_ENT(ELF, PF_W),
/external/valgrind/perf/
Dtinycc.c578 #define PF_W (1 << 1) /* Segment is writable */ macro
19501 ph->p_flags = PF_R | PF_W; in tcc_output_file()
19608 ph->p_flags = PF_R | PF_W; in tcc_output_file()