Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-generic/
Derrno-base.h11 #define ENOEXEC 8 /* Exec format error */ macro
/external/elfutils/libdwfl/
Dlinux-proc-maps.c169 return ENOEXEC; in proc_maps_report()
218 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
Dlinux-kernel-modules.c422 result = ferror_unlocked (f) ? errno : ENOEXEC; in INTDEF()
804 : ferror_unlocked (f) ? errno : ENOEXEC); in INTDEF()
850 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in INTDEF()
/external/llvm/include/llvm/Support/
Dsystem_error.h289 # ifndef ENOEXEC
290 # define ENOEXEC 8 macro
510 executable_format_error = ENOEXEC,
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c278 { ERROR_BAD_FORMAT, ENOEXEC },
350 return ENOEXEC; in _MapDosError()
/external/qemu/elff/
Delf_file.cc113 _set_errno(ENOEXEC); in Create()
/external/bluetooth/glib/glib/
Dgstrfuncs.c1189 #ifdef ENOEXEC in g_strerror()
1190 case ENOEXEC: return "exec format error"; in g_strerror()
/external/valgrind/main/include/vki/
Dvki-darwin.h529 #define VKI_ENOEXEC ENOEXEC
/external/libxml2/
DxmlIO.c344 #ifdef ENOEXEC in __xmlIOErr()
345 else if (errno == ENOEXEC) code = XML_IO_ENOEXEC; in __xmlIOErr()
/external/mksh/src/
Dexec.c464 if (rv == ENOEXEC) in execute()
Dcheck.t5821 note: cygwin execve(2) doesn't return to us with ENOEXEC, we lose