Searched refs:PF_R (Results 1 – 18 of 18) sorted by relevance
124 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout); in main()
121 phdr[0].p_flags = PF_R | PF_X; in main()
170 phdr[0].p_flags = PF_R | PF_X; in main()
323 phdr[0].p_flags = PF_R | PF_X; in main()
194 #define PF_R 0x4 macro
271 return PF_R; in attrib_convert()
643 (phdr->p_flags & PF_R) == 0 ? '-' : 'r', in show_segments()
2842 return PF_R; in attrib_convert()
6485 phdr->p_flags = PF_R; in ld_generic_create_outfile()6502 phdr->p_flags = (PF_R | PF_W in ld_generic_create_outfile()
946 phdr->p_flags & PF_R ? 'R' : ' ', in print_phdr()
209 #define PF_R 0x4 macro
1517 phdr->p_flags & PF_R ? 'r' : '-', in ML_()1530 && (phdr->p_flags & (PF_R | PF_W | PF_X)) == (PF_R | PF_X)) { in ML_()1549 && (phdr->p_flags & (PF_R | PF_W | PF_X)) == (PF_R | PF_W)) { in ML_()
194 if (ph->p_flags & PF_R) prot |= VKI_PROT_READ; in mapelf()
1126 PF_R = 4, // Read enumerator
1037 #define PF_R 0x4 macro
130 phdr->p_flags |= PF_R; in fill_phdr()
594 #define PF_R (1 << 2) /* Segment is readable */ macro
579 #define PF_R (1 << 2) /* Segment is readable */ macro19499 ph->p_flags = PF_R | PF_X; in tcc_output_file()19501 ph->p_flags = PF_R | PF_W; in tcc_output_file()19592 ph->p_flags = PF_R; in tcc_output_file()19608 ph->p_flags = PF_R | PF_W; in tcc_output_file()