Home
last modified time | relevance | path

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

123

/dragonfly/sys/dev/drm/i915/
HDintel_uc_fw.c90 err = -ENOEXEC; in intel_uc_fw_fetch()
111 err = -ENOEXEC; in intel_uc_fw_fetch()
122 err = -ENOEXEC; in intel_uc_fw_fetch()
162 err = -ENOEXEC; in intel_uc_fw_fetch()
/dragonfly/sys/kern/
HDlink_elf.c262 return ENOEXEC; in parse_dynamic()
275 return ENOEXEC; in parse_dynamic()
291 return ENOEXEC; in parse_dynamic()
296 return ENOEXEC; in parse_dynamic()
458 error = ENOEXEC; in link_elf_load_file()
465 error = ENOEXEC; in link_elf_load_file()
471 error = ENOEXEC; in link_elf_load_file()
480 error = ENOEXEC; in link_elf_load_file()
510 error = ENOEXEC; in link_elf_load_file()
533 error = ENOEXEC; in link_elf_load_file()
HDimgact_shell.c64 return(ENOEXEC); in exec_shell_imgact()
100 return (ENOEXEC); in exec_shell_imgact()
HDlink_elf_obj.c249 error = ENOEXEC; in link_elf_obj_preload_file()
454 error = ENOEXEC; in link_elf_obj_load_file()
458 error = ENOEXEC; in link_elf_obj_load_file()
465 error = ENOEXEC; in link_elf_obj_load_file()
471 error = ENOEXEC; in link_elf_obj_load_file()
480 error = ENOEXEC; in link_elf_obj_load_file()
500 error = ENOEXEC; in link_elf_obj_load_file()
510 error = ENOEXEC; in link_elf_obj_load_file()
542 error = ENOEXEC; in link_elf_obj_load_file()
548 error = ENOEXEC; in link_elf_obj_load_file()
[all …]
HDimgact_elf.c223 return (ENOEXEC); in __elfN()
235 return (ENOEXEC); in __elfN()
277 return (ENOEXEC); in __elfN()
479 error = ENOEXEC; in __elfN()
487 error = ENOEXEC; in __elfN()
493 error = ENOEXEC; in __elfN()
640 return (ENOEXEC); in __CONCAT()
644 return (ENOEXEC); in __CONCAT()
666 return (ENOEXEC); in __CONCAT()
672 return (ENOEXEC); in __CONCAT()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dsystem_error.cc208 #ifdef ENOEXEC in default_error_condition()
209 case ENOEXEC: in default_error_condition()
/dragonfly/stand/lib/
HDstrerror.c45 {ENOEXEC, "exec format error"},
/dragonfly/sbin/kldload/
HDkldload.c87 case ENOEXEC: in main()
/dragonfly/usr.bin/hesinfo/
HDhesinfo.c60 if (errno == ENOEXEC) in main()
/dragonfly/bin/sh/
HDexec.c129 if (e == ENOEXEC) in shellexec()
184 if (e == ENOEXEC) { in tryexec()
191 errno = ENOEXEC; in tryexec()
/dragonfly/sys/sys/
HDerrno.h71 #define ENOEXEC 8 /* Exec format error */ macro
/dragonfly/games/hangman/
HDgetsym.c106 errno = ENOEXEC; in sym_setup()
/dragonfly/contrib/gcc-8.0/libiberty/
HDstrerror.c97 #if defined (ENOEXEC)
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error"),
/dragonfly/contrib/gcc-4.7/libiberty/
HDstrerror.c97 #if defined (ENOEXEC)
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error"),
/dragonfly/contrib/binutils-2.34/libiberty/
HDstrerror.c97 #if defined (ENOEXEC)
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error"),
/dragonfly/contrib/binutils-2.27/libiberty/
HDstrerror.c97 #if defined (ENOEXEC)
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error"),
/dragonfly/lib/libc/nls/
HDmn_Cyrl_MN.UTF-8.msg20 $ ENOEXEC
HDel_GR.ISO8859-7.msg22 $ ENOEXEC
HDuk_UA.UTF-8.msg22 $ ENOEXEC
HDbe_BY.UTF-8.msg22 $ ENOEXEC
HDru_RU.KOI8-R.msg22 $ ENOEXEC
HDzh_Hans_CN.GB2312.msg18 $ ENOEXEC
HDja_JP.UTF-8.msg22 $ ENOEXEC
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
Derror_constants.h64 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
Derror_constants.h64 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY()

123