Searched refs:ENOEXEC (Results 1 – 11 of 11) sorted by relevance
11 #define ENOEXEC 8 /* Exec format error */ macro
169 return ENOEXEC; in proc_maps_report()218 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
422 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()
289 # ifndef ENOEXEC290 # define ENOEXEC 8 macro510 executable_format_error = ENOEXEC,
278 { ERROR_BAD_FORMAT, ENOEXEC },350 return ENOEXEC; in _MapDosError()
113 _set_errno(ENOEXEC); in Create()
1189 #ifdef ENOEXEC in g_strerror()1190 case ENOEXEC: return "exec format error"; in g_strerror()
529 #define VKI_ENOEXEC ENOEXEC
344 #ifdef ENOEXEC in __xmlIOErr()345 else if (errno == ENOEXEC) code = XML_IO_ENOEXEC; in __xmlIOErr()
464 if (rv == ENOEXEC) in execute()
5821 note: cygwin execve(2) doesn't return to us with ENOEXEC, we lose