Home
last modified time | relevance | path

Searched refs:noexec (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/tools/build/test/
Dtest_rc.py122 def test1(n, expect, noexec=False): argument
124 if noexec:
128 t.expect_output_lines("*NOEXEC*", noexec)
131 if expect and not noexec:
136 test1(n, expect, noexec=True)
/third_party/boost/tools/build/src/engine/
Dmake1.cpp274 else if ( ! ( t->progress == T_MAKE_NOEXEC_DONE && globs.noexec ) ) in make1()
318 if ( !globs.noexec && t->progress == T_MAKE_NOEXEC_DONE ) in make1a()
397 if ( !globs.noexec ) in make1b()
562 if ( ! globs.noexec && ! cmd->noop ) in make1c()
574 if ( globs.noexec || cmd->noop ) in make1c()
603 if ( t->flags & T_FLAG_FAIL_EXPECTED && !globs.noexec ) in make1c()
644 t->progress = globs.noexec ? T_MAKE_NOEXEC_DONE : T_MAKE_DONE; in make1c()
920 if ( !globs.noexec ) in make1c_closure()
1073 int const running_flag = globs.noexec ? A_RUNNING_NOEXEC : A_RUNNING; in make1cmds()
Dheaders.cpp153 if ( !globs.noexec || errno != ENOENT ) in headers1()
Djam.h471 int noexec; member
Djam.cpp371 ++globs.noexec; in main()
Dbuiltins.cpp1499 original_noexec = globs.noexec; in builtin_update_now()
1500 globs.noexec = 0; in builtin_update_now()
1513 globs.noexec = original_noexec; in builtin_update_now()
Dfunction.cpp5005 if ( !globs.noexec ) in function_run()
/third_party/mksh/
Dsh_flags.gen60 FN("noexec", FNOEXEC, OF_ANY, 'n')
Dsh_flags.opt100 FN("noexec", FNOEXEC, OF_ANY
Dcheck.t133 with check.pl flag -T or test.sh $TMPDIR) is not mounted noexec, as
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/nasm/
Djsimdext.inc77 section .note.GNU-stack noalloc noexec nowrite progbits
86 %define SEG_CONST .rodata progbits alloc noexec nowrite align=32
/third_party/libjpeg-turbo/simd/nasm/
Djsimdext.inc75 section .note.GNU-stack noalloc noexec nowrite progbits
84 %define SEG_CONST .rodata progbits alloc noexec nowrite align=32
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/
Djsimdext.inc76 section .note.GNU-stack noalloc noexec nowrite progbits
85 %define SEG_CONST .rodata progbits alloc noexec nowrite align=32
/third_party/openh264/codec/common/x86/
Dasm_inc.asm136 SECTION .note.GNU-stack noalloc noexec nowrite progbits ; Mark the stack as non-executable
204 SECTION .note.GNU-stack noalloc noexec nowrite progbits ; Mark the stack as non-executable
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1310 goto noexec; in map_library()
1317 if (l != phsize) goto noexec; in map_library()
1322 if (l != phsize) goto noexec; in map_library()
1358 if (!dyn) goto noexec; in map_library()
1486 noexec: in map_library()
4223 goto noexec; in map_library_header()
4239 goto noexec; in map_library_header()
4250 goto noexec; in map_library_header()
4309 goto noexec; in map_library_header()
4312 noexec: in map_library_header()
[all …]
/third_party/musl/ldso/
Ddynlink.c627 goto noexec; in map_library()
634 if (l != phsize) goto noexec; in map_library()
639 if (l != phsize) goto noexec; in map_library()
675 if (!dyn) goto noexec; in map_library()
784 noexec: in map_library()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c625 goto noexec; in map_library()
632 if (l != phsize) goto noexec; in map_library()
637 if (l != phsize) goto noexec; in map_library()
673 if (!dyn) goto noexec; in map_library()
796 noexec: in map_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c625 goto noexec; in map_library()
632 if (l != phsize) goto noexec; in map_library()
637 if (l != phsize) goto noexec; in map_library()
673 if (!dyn) goto noexec; in map_library()
796 noexec: in map_library()
/third_party/toybox/www/doc/
Dmount.txt31 (ro,noexec,nodev,nosuid,noatime...) each of which corresponds to a flag
/third_party/flutter/skia/site/user/
Dbuild.md216 Most chromebooks by default have their home directory partition marked as noexec.
/third_party/skia/site/docs/user/
Dbuild.md247 noexec. To avoid "permission denied" errors, remember to run something like:
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/
Dx86inc.asm783 [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
/third_party/ffmpeg/libavutil/x86/
Dx86inc.asm797 [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
/third_party/ffmpeg/
Dconfigure4448 variable to another directory and make sure that it is not mounted noexec.