Home
last modified time | relevance | path

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

/include/linux/
Dmoduleloader.h62 return -ENOEXEC; in apply_relocate()
102 return -ENOEXEC; in apply_relocate_add()
Dkexec.h247 return -ENOEXEC; in arch_kexec_apply_relocations_add()
266 return -ENOEXEC; in arch_kexec_apply_relocations()
/include/uapi/asm-generic/
Derrno-base.h12 #define ENOEXEC 8 /* Exec format error */ macro