Home
last modified time | relevance | path

Searched refs:O_EXEC (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go691 O_EXEC = 0x400000 const
Dzerrors_freebsd_386.go1107 O_EXEC = 0x40000 const
Dzerrors_freebsd_arm.go1115 O_EXEC = 0x40000 const
Dzerrors_freebsd_amd64.go1108 O_EXEC = 0x40000 const
/external/python/cpython3/Modules/
Dposixmodule.c12946 #ifdef O_EXEC in all_ins()
12947 if (PyModule_AddIntMacro(m, O_EXEC)) return -1; in all_ins()