Home
last modified time | relevance | path

Searched refs:ENOEXEC (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/rust/crates/nix/src/
H A Derrno.rs155 ENOEXEC => "Exec format error",
1132 ENOEXEC = libc::ENOEXEC,
1277 libc::ENOEXEC => ENOEXEC,
1422 ENOEXEC = libc::ENOEXEC,
1540 libc::ENOEXEC => ENOEXEC,
1658 ENOEXEC
[all...]
/third_party/mksh/
H A Dos2.c433 errno = ENOEXEC; in execve()
436 errno = ENOEXEC; in execve()
439 errno = ENOEXEC; in execve()
445 errno = ENOEXEC; in execve()
447 if (errno == ENOEXEC) in execve()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c75 ENOEXEC, "ENOEXEC", ENOEXEC}, {
H A D4-1.c70 ENOEXEC, "ENOEXEC"}, {
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c179 return ENOEXEC; in grovel_auxv()
226 return ENOEXEC; in proc_maps_report()
278 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dcompat.h42 #define ELIBBAD ENOEXEC
/third_party/mesa3d/src/compiler/glsl/tests/
H A Doptimization_test.py122 if e.errno == errno.ENOEXEC:
H A Dwarnings_test.py102 if e.errno == errno.ENOEXEC:
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h9 #define ENOEXEC 8 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h9 #define ENOEXEC 8 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h9 #define ENOEXEC 8 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h9 #define ENOEXEC 8 macro
/third_party/mesa3d/src/intel/tools/tests/
H A Drun-test.py51 if e.errno == errno.ENOEXEC:
/third_party/ltp/testcases/kernel/syscalls/init_module/
H A Dinit_module02.c43 {"zero-size", &buf, &zero_size, "", 0, 0, ENOEXEC},
/third_party/ltp/testcases/kernel/syscalls/execve/
H A Dexecve03.c16 * 6. ENOEXEC
35 * permissions - fails with ENOEXEC.
74 /* the file is zero length with execute permissions - ENOEXEC */
75 {test_name6, ENOEXEC}
/third_party/lwip/src/include/lwip/
H A Derrno.h55 #define ENOEXEC 8 /* Exec format error */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h8 #define ENOEXEC 8 macro
/third_party/python/PC/
H A Derrmap.h55 return ENOEXEC; in winerror_to_errno()
/third_party/ffmpeg/libavutil/
H A Derror.c89 { EERROR_TAG(ENOEXEC), "Exec format error" },

Completed in 23 milliseconds

1234