Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0026-build-path.c-avoid-boot-time-segfault-for-musl.patch6 This function, at runtime, should return -ENOEXEC. For musl, it
8 really does not matter, just return -ENOEXEC.
25 + return -ENOEXEC;
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c505 return -ENOEXEC; in check_image_header()
515 return -ENOEXEC; in check_image_header()
553 return -ENOEXEC; in check_image_header()
605 return -ENOEXEC; in check_image_header()
613 return -ENOEXEC; in check_image_header()
625 return -ENOEXEC; in check_image_header()
/openbmc/qemu/linux-user/
H A Dflatload.c228 return -ENOEXEC; in load_flat_file()
234 return -ENOEXEC; in load_flat_file()
246 return -ENOEXEC; in load_flat_file()
387 return -ENOEXEC; in load_flat_file()
422 return -ENOEXEC; in load_flat_file()
437 return -ENOEXEC; in load_flat_file()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0007-kexec.c-add-guard-around-ENOTSUP.patch25 case -ENOEXEC:
/openbmc/u-boot/include/linux/
H A Derrno.h11 #define ENOEXEC 8 /* Exec format error */ macro
/openbmc/u-boot/drivers/core/
H A Dsyscon-uclass.c31 return ERR_PTR(-ENOEXEC); in syscon_get_regmap()
/openbmc/u-boot/lib/
H A Derrno_str.c22 ERRNO_MSG(ENOEXEC, "Exec format error"),
/openbmc/u-boot/test/dm/
H A Dregmap.c47 ut_asserteq_ptr(ERR_PTR(-ENOEXEC), map); in dm_test_regmap_base()
/openbmc/u-boot/common/
H A Dimage-fit.c1819 return -ENOEXEC; in fit_image_load()
1888 return -ENOEXEC; in fit_image_load()
1949 return -ENOEXEC; in fit_image_load()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c561 return -ENOEXEC; in make_exec()
/openbmc/qemu/bsd-user/
H A Delfload.c623 return -ENOEXEC; in load_elf_binary()