Home
last modified time | relevance | path

Searched refs:TARGET_ENOEXEC (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/
H A Derrno_defs.h47 #define TARGET_ENOEXEC 8 /* Exec format error */ macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h18 #define TARGET_ENOEXEC 8 /* TARGET_Exec format error */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c65 TARGET_ENOEXEC = 8, enumerator
107 case ENOEXEC: return TARGET_ENOEXEC; in errno_h2g()