Searched refs:PF_R (Results 1 – 17 of 17) sorted by relevance
106 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout); in main()
109 phdr[0].p_flags = PF_R | PF_X; in main()
158 phdr[0].p_flags = PF_R | PF_X; in main()
311 phdr[0].p_flags = PF_R | PF_X; in main()
194 #define PF_R 0x4 macro
253 return PF_R; in attrib_convert()
654 (phdr->p_flags & PF_R) == 0 ? '-' : 'r', in show_segments()
2573 return PF_R; in attrib_convert()
808 phdr->p_flags & PF_R ? 'R' : ' ', in print_phdr()
209 #define PF_R 0x4 macro
194 if (ph->p_flags & PF_R) prot |= VKI_PROT_READ; in mapelf()
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_()
757 PF_R = 4, // Read enumerator
1037 #define PF_R 0x4 macro
134 phdr->p_flags |= PF_R; in fill_phdr()
581 #define PF_R (1 << 2) /* Segment is readable */ macro
579 #define PF_R (1 << 2) /* Segment is readable */ macro19498 ph->p_flags = PF_R | PF_X; in tcc_output_file()19500 ph->p_flags = PF_R | PF_W; in tcc_output_file()19591 ph->p_flags = PF_R; in tcc_output_file()19607 ph->p_flags = PF_R | PF_W; in tcc_output_file()