/third_party/boost/tools/build/test/ |
D | test_rc.py | 122 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/ |
D | make1.cpp | 274 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()
|
D | headers.cpp | 153 if ( !globs.noexec || errno != ENOENT ) in headers1()
|
D | jam.h | 471 int noexec; member
|
D | jam.cpp | 371 ++globs.noexec; in main()
|
D | builtins.cpp | 1499 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()
|
D | function.cpp | 5005 if ( !globs.noexec ) in function_run()
|
/third_party/mksh/ |
D | sh_flags.gen | 60 FN("noexec", FNOEXEC, OF_ANY, 'n')
|
D | sh_flags.opt | 100 FN("noexec", FNOEXEC, OF_ANY
|
D | check.t | 133 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/ |
D | jsimdext.inc | 77 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/ |
D | jsimdext.inc | 75 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/ |
D | jsimdext.inc | 76 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/ |
D | asm_inc.asm | 136 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/ |
D | dynlink.c | 1310 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/ |
D | dynlink.c | 627 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/ |
D | dynlink.c | 625 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/ |
D | dynlink.c | 625 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/ |
D | mount.txt | 31 (ro,noexec,nodev,nosuid,noatime...) each of which corresponds to a flag
|
/third_party/flutter/skia/site/user/ |
D | build.md | 216 Most chromebooks by default have their home directory partition marked as noexec.
|
/third_party/skia/site/docs/user/ |
D | build.md | 247 noexec. To avoid "permission denied" errors, remember to run something like:
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/ |
D | x86inc.asm | 783 [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86inc.asm | 797 [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
|
/third_party/ffmpeg/ |
D | configure | 4448 variable to another directory and make sure that it is not mounted noexec.
|