Searched refs:PF_X (Results 1 – 20 of 20) sorted by relevance
122 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', 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()
192 #define PF_X 0x1 macro
267 return PF_X; in attrib_convert()
645 (phdr->p_flags & PF_X) == 0 ? '-' : 'x'); in show_segments()
3710 segment_flags[pcnt] |= PF_X; in check_sections()3711 if ((phdr->p_flags & PF_X) == 0) in check_sections()3829 if ((phdr->p_flags & PF_X) != 0 in check_sections()3830 && (segment_flags[pcnt] & PF_X) == 0) in check_sections()
2838 return PF_X; in attrib_convert()
76 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
948 phdr->p_flags & PF_X ? 'E' : ' ', in print_phdr()
6503 | (ld_state.execstack == execstack_true ? PF_X : 0)); in ld_generic_create_outfile()
211 #define PF_X 0x1 macro
192 if (ph->p_flags & PF_X) prot |= VKI_PROT_EXEC; in mapelf()
1519 phdr->p_flags & PF_X ? 'x' : '-'); 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_()
1030 PF_X = 1, // Execute enumerator
1039 #define PF_X 0x1 macro
134 phdr->p_flags |= PF_X; in fill_phdr()
592 #define PF_X (1 << 0) /* Segment is executable */ macro
577 #define PF_X (1 << 0) /* Segment is executable */ macro19499 ph->p_flags = PF_R | PF_X; in tcc_output_file()