Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DELFDump.cpp73 << ((pi->p_flags & ELF::PF_W) ? "w" : "-") in printProgramHeaders()
/external/elfutils/tests/
Dshowptable.c123 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
/external/grub/stage2/
Di386-elf.h193 #define PF_W 0x2 macro
/external/elfutils/src/
Dldlex.l269 return PF_W; in attrib_convert()
Delflint.c1214 newp->read_only = (phdr->p_flags & PF_W) == 0; in check_reloc_shdr()
3719 segment_flags[pcnt] |= PF_W; in check_sections()
3721 && (phdr->p_flags & PF_W) == 0) in check_sections()
3835 if ((phdr->p_flags & PF_W) != 0 in check_sections()
3836 && (segment_flags[pcnt] & PF_W) == 0) in check_sections()
4132 if ((phdr2->p_flags & PF_W) == 0) in check_program_header()
4135 if ((phdr2->p_flags &~ PF_W) != (phdr->p_flags &~ PF_W)) in check_program_header()
Dfindtextrel.c332 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
Dsize.c644 (phdr->p_flags & PF_W) == 0 ? '-' : 'w', in show_segments()
Dldlex.c2840 return PF_W; in attrib_convert()
Dreadelf.c947 phdr->p_flags & PF_W ? 'W' : ' ', in print_phdr()
1034 else if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in print_phdr()
1061 if ((phdr2->p_flags & PF_W) == 0 && !in_ro) in print_phdr()
1066 else if ((phdr2->p_flags & PF_W) != 0 && in_ro) in print_phdr()
Dldgeneric.c3012 if ((segment->mode & PF_W) != 0) in sort_sections_lscript()
6502 phdr->p_flags = (PF_R | PF_W in ld_generic_create_outfile()
DChangeLog76 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
/external/valgrind/main/coregrind/m_ume/
Delf.c192 if (ph->p_flags & PF_W) prot |= VKI_PROT_WRITE; in mapelf()
/external/qemu/
Delf.h1038 #define PF_W 0x2 macro
/external/llvm/include/llvm/Support/
DELF.h1322 PF_W = 2, // Write enumerator
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1585 phdr->p_flags & PF_W ? 'w' : '-', in ML_()
1608 && (phdr->p_flags & (PF_R | PF_W)) == (PF_R | PF_W)) { in ML_()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c132 phdr->p_flags |= PF_W; in fill_phdr()
/external/elfutils/libelf/
Delf.h593 #define PF_W (1 << 1) /* Segment is writable */ macro
/external/valgrind/main/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()