Searched refs:PF_W (Results 1 – 18 of 18) sorted by relevance
73 << ((pi->p_flags & ELF::PF_W) ? "w" : "-") in printProgramHeaders()
123 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
193 #define PF_W 0x2 macro
269 return PF_W; in attrib_convert()
1214 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()
332 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
644 (phdr->p_flags & PF_W) == 0 ? '-' : 'w', in show_segments()
2840 return PF_W; in attrib_convert()
947 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()
3012 if ((segment->mode & PF_W) != 0) in sort_sections_lscript()6502 phdr->p_flags = (PF_R | PF_W in ld_generic_create_outfile()
76 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
192 if (ph->p_flags & PF_W) prot |= VKI_PROT_WRITE; in mapelf()
1038 #define PF_W 0x2 macro
1322 PF_W = 2, // Write enumerator
1585 phdr->p_flags & PF_W ? 'w' : '-', in ML_()1608 && (phdr->p_flags & (PF_R | PF_W)) == (PF_R | PF_W)) { in ML_()
132 phdr->p_flags |= PF_W; in fill_phdr()
593 #define PF_W (1 << 1) /* Segment is writable */ macro
578 #define PF_W (1 << 1) /* Segment is writable */ macro19501 ph->p_flags = PF_R | PF_W; in tcc_output_file()19608 ph->p_flags = PF_R | PF_W; in tcc_output_file()