Searched refs:PF_X (Results 1 – 25 of 26) sorted by relevance
12
194 if (ph->p_flags & PF_X) prot |= VKI_PROT_EXEC; in mapelf()386 (ph->p_flags & (PF_R | PF_W | PF_X)) != (PF_R | PF_W | PF_X)) { in VG_()426 (iph->p_flags & (PF_R | PF_W | PF_X)) in VG_()427 != (PF_R | PF_W | PF_X)) { in VG_()465 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC; in VG_()
20 ELF-I386-NEXT: PF_X (0x1)49 ELF-X86-64-NEXT: PF_X (0x1)118 ELF-MIPS-NEXT: PF_X (0x1)138 ELF-MIPS64-NEXT: PF_X (0x1)
65 << ((Phdr.p_flags & ELF::PF_X) ? "x" : "-") << "\n"; in printProgramHeaders()
114 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout); in main()
114 phdr[0].p_flags = PF_R | PF_X; in main()
163 phdr[0].p_flags = PF_R | PF_X; in main()
231 phdr[0].p_flags = PF_R | PF_X; in main()
315 phdr[0].p_flags = PF_R | PF_X; in main()
263 if (cur->p_flags & PF_X) in _UCD_create()340 if (phdr->p_flags != (PF_X | PF_R)) in _UCD_add_backing_file_at_segment()
259 return PF_X; in attrib_convert()
628 (phdr->p_flags & PF_X) == 0 ? '-' : 'x'); in show_segments()
4070 segment_flags[pcnt] |= PF_X; in check_sections()4071 if ((phdr->p_flags & PF_X) == 0) in check_sections()4189 if ((phdr->p_flags & PF_X) != 0 in check_sections()4190 && (segment_flags[pcnt] & PF_X) == 0) in check_sections()4620 if ((phdr->p_flags & PF_X) != 0) in check_program_header()
6492 | (ld_state.execstack == execstack_true ? PF_X : 0)); in ld_generic_create_outfile()
2204 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
1277 phdr->p_flags & PF_X ? 'E' : ' ', in print_phdr()
241 #define PF_X 0x1 macro
446 bool executable = phdr->p_flags & PF_X; in dl_iterate_phdr_cb()
1032 PF_X = 1, // Execute enumerator
1685 a_phdr.p_flags & PF_X ? 'x' : '-'); in ML_()1718 && (a_phdr.p_flags & (PF_R | PF_X)) in ML_()1719 == (PF_R | PF_X)) { in ML_()
133 phdr->p_flags |= PF_X; in fill_phdr()
437 phdr->p_flags |= PF_X; in fill_phdr()
411 #define VKI_PF_X PF_X
565 mapping.permissions |= PF_X; in ParseMaps()
622 #define PF_X (1 << 0) /* Segment is executable */ macro
854 LLVM_READOBJ_ENUM_ENT(ELF, PF_X),