Searched refs:PF_W (Results 1 – 16 of 16) sorted by relevance
105 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
193 #define PF_W 0x2 macro
251 return PF_W; in attrib_convert()
655 (phdr->p_flags & PF_W) == 0 ? '-' : 'w', in show_segments()
2571 return PF_W; in attrib_convert()
2500 if ((phdr2->p_flags & PF_W) == 0) in check_program_header()
809 phdr->p_flags & PF_W ? 'W' : ' ', in print_phdr()
2794 if ((segment->mode & PF_W) != 0) in sort_sections_lscript()
210 #define PF_W 0x2 macro
193 if (ph->p_flags & PF_W) prot |= VKI_PROT_WRITE; in mapelf()
756 PF_W = 2, // Write enumerator
1373 && (phdr->p_flags&(PF_R|PF_W|PF_X)) == (PF_R|PF_X)) { in ML_()1382 && (phdr->p_flags&(PF_R|PF_W|PF_X)) == (PF_R|PF_W)) { in ML_()
1038 #define PF_W 0x2 macro
136 phdr->p_flags |= PF_W; in fill_phdr()
580 #define PF_W (1 << 1) /* Segment is writable */ macro
578 #define PF_W (1 << 1) /* Segment is writable */ macro19500 ph->p_flags = PF_R | PF_W; in tcc_output_file()19607 ph->p_flags = PF_R | PF_W; in tcc_output_file()