Home
last modified time | relevance | path

Searched refs:ST_NOEXEC (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dstatfs_flags.h34 #if defined(ST_NOEXEC) || (defined(HAVE_DECL_ST_NOEXEC) && HAVE_DECL_ST_NOEXEC)
36 static_assert((ST_NOEXEC) == (0x0008), "ST_NOEXEC != 0x0008");
39 # define ST_NOEXEC 0x0008
91 XLAT(ST_NOEXEC),
Dstatfs_flags.in5 ST_NOEXEC 0x0008
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ in read_mnt_flags()
138 if (stat.f_flag & ST_NOEXEC) in read_mnt_flags()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1280 ST_NOEXEC = 0x8 const
Dztypes_linux_386.go1255 ST_NOEXEC = 0x8 const
Dztypes_linux_mips.go1249 ST_NOEXEC = 0x8 const
Dztypes_linux_amd64.go1274 ST_NOEXEC = 0x8 const
Dztypes_linux_ppc64.go1263 ST_NOEXEC = 0x8 const
Dztypes_linux_mips64.go1255 ST_NOEXEC = 0x8 const
Dztypes_linux_mipsle.go1249 ST_NOEXEC = 0x8 const
Dztypes_linux_arm.go1244 ST_NOEXEC = 0x8 const
Dztypes_linux_arm64.go1253 ST_NOEXEC = 0x8 const
Dztypes_linux_mips64le.go1255 ST_NOEXEC = 0x8 const
Dztypes_linux_ppc64le.go1263 ST_NOEXEC = 0x8 const
/external/python/cpython3/Modules/
Dposixmodule.c13100 #ifdef ST_NOEXEC in all_ins()
13101 if (PyModule_AddIntMacro(m, ST_NOEXEC)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst2579 :const:`ST_NOEXEC` (disallow program execution), :const:`ST_SYNCHRONOUS`
2597 The :const:`ST_NODEV`, :const:`ST_NOEXEC`, :const:`ST_SYNCHRONOUS`,