/external/mksh/src/ |
D | os2.c | 396 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/ |
D | bubt.c | 505 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/ |
D | binfmt | 7 …, &(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/ |
D | 3-2.c | 75 ENOEXEC, "ENOEXEC", ENOEXEC}, {
|
D | 4-1.c | 70 ENOEXEC, "ENOEXEC"}, {
|
D | 3-1-buildonly.c | 59 int dummy46 = ENOEXEC;
|
/external/libcxx/include/ |
D | errno.h | 292 #ifndef ENOEXEC 293 #define ENOEXEC 9954 macro
|
D | __errc | 40 executable_format_error, // ENOEXEC 137 executable_format_error = ENOEXEC,
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 179 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()
|
D | linux-kernel-modules.c | 526 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/ |
D | cerrno.pass.cpp | 193 #ifndef ENOEXEC 194 #error ENOEXEC not defined
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 12 #define ENOEXEC 8 /* Exec format error */ macro
|
/external/libusb/msvc/ |
D | errno.h | 32 #define ENOEXEC 8 /* Exec format error */ macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 289 # ifndef ENOEXEC 290 # define ENOEXEC 8 macro 521 executable_format_error = ENOEXEC,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 279 #ifdef ENOEXEC in errno2name() 280 CASE(ENOEXEC); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 279 #ifdef ENOEXEC in errno2name() 280 CASE(ENOEXEC); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 279 #ifdef ENOEXEC in errno2name() 280 CASE(ENOEXEC); in errno2name()
|
/external/ltp/testcases/kernel/syscalls/execve/ |
D | execve03.c | 95 {test_name6, ENOEXEC}
|
/external/kmod/tools/ |
D | insmod.c | 52 case ENOEXEC: in mod_strerror()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 16 ENOEXEC = 8 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 11 #define ENOEXEC 8 /* Exec format error */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 157 case ENOEXEC: // Exec format error in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 20 ENOEXEC = 8 variable
|
/external/u-boot/drivers/core/ |
D | syscon-uclass.c | 31 return ERR_PTR(-ENOEXEC); in syscon_get_regmap()
|
/external/u-boot/test/dm/ |
D | regmap.c | 47 ut_asserteq_ptr(ERR_PTR(-ENOEXEC), map); in dm_test_regmap_base()
|