Home
last modified time | relevance | path

Searched refs:ENOEXEC (Results 1 – 25 of 75) sorted by relevance

123

/external/mksh/src/
Dos2.c396 errno = ENOEXEC; in execve()
399 errno = ENOEXEC; in execve()
402 errno = ENOEXEC; in execve()
408 errno = ENOEXEC; in execve()
410 if (errno == ENOEXEC) in execve()
/external/u-boot/cmd/mvebu/
Dbubt.c505 return -ENOEXEC; in check_image_header()
515 return -ENOEXEC; in check_image_header()
553 return -ENOEXEC; in check_image_header()
605 return -ENOEXEC; in check_image_header()
613 return -ENOEXEC; in check_image_header()
625 return -ENOEXEC; in check_image_header()
/external/syzkaller/sys/linux/test/
Dbinfmt7 …, &(0x7f0000000000)='./file1\x00', &(0x7f0000000100)=[0x0], &(0x7f0000000200)=[0x0], 0x0) # ENOEXEC
16 …, &(0x7f0000000000)='./file1\x00', &(0x7f0000000100)=[0x0], &(0x7f0000000200)=[0x0], 0x0) # ENOEXEC
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c75 ENOEXEC, "ENOEXEC", ENOEXEC}, {
D4-1.c70 ENOEXEC, "ENOEXEC"}, {
D3-1-buildonly.c59 int dummy46 = ENOEXEC;
/external/libcxx/include/
Derrno.h292 #ifndef ENOEXEC
293 #define ENOEXEC 9954 macro
D__errc40 executable_format_error, // ENOEXEC
137 executable_format_error = ENOEXEC,
/external/elfutils/libdwfl/
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()
Dlinux-kernel-modules.c526 result = ferror_unlocked (state.f) ? errno : ENOEXEC; in intuit_kernel_bounds()
951 : ferror_unlocked (f) ? errno : ENOEXEC); in INTDEF()
997 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in INTDEF()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp193 #ifndef ENOEXEC
194 #error ENOEXEC not defined
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h12 #define ENOEXEC 8 /* Exec format error */ macro
/external/libusb/msvc/
Derrno.h32 #define ENOEXEC 8 /* Exec format error */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h289 # ifndef ENOEXEC
290 # define ENOEXEC 8 macro
521 executable_format_error = ENOEXEC,
/external/strace/tests-mx32/
Derrno2name.c279 #ifdef ENOEXEC in errno2name()
280 CASE(ENOEXEC); in errno2name()
/external/strace/tests-m32/
Derrno2name.c279 #ifdef ENOEXEC in errno2name()
280 CASE(ENOEXEC); in errno2name()
/external/strace/tests/
Derrno2name.c279 #ifdef ENOEXEC in errno2name()
280 CASE(ENOEXEC); in errno2name()
/external/ltp/testcases/kernel/syscalls/execve/
Dexecve03.c95 {test_name6, ENOEXEC}
/external/kmod/tools/
Dinsmod.c52 case ENOEXEC: in mod_strerror()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py16 ENOEXEC = 8 variable
/external/u-boot/include/linux/
Derrno.h11 #define ENOEXEC 8 /* Exec format error */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc157 case ENOEXEC: // Exec format error in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py20 ENOEXEC = 8 variable
/external/u-boot/drivers/core/
Dsyscon-uclass.c31 return ERR_PTR(-ENOEXEC); in syscon_get_regmap()
/external/u-boot/test/dm/
Dregmap.c47 ut_asserteq_ptr(ERR_PTR(-ENOEXEC), map); in dm_test_regmap_base()

123