/openbmc/linux/crypto/asymmetric_keys/ |
H A D | verify_pefile.c | 39 return -ELIBBAD; \ in pefile_parse_binary() 44 return -ELIBBAD; in pefile_parse_binary() 50 return -ELIBBAD; in pefile_parse_binary() 78 return -ELIBBAD; in pefile_parse_binary() 85 return -ELIBBAD; in pefile_parse_binary() 88 return -ELIBBAD; in pefile_parse_binary() 112 return -ELIBBAD; in pefile_parse_binary() 131 return -ELIBBAD; in pefile_strip_sig_wrapper() 147 return -ELIBBAD; in pefile_strip_sig_wrapper() 202 return -ELIBBAD; in pefile_strip_sig_wrapper()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_elf.h | 35 #ifndef ELIBBAD 36 #define ELIBBAD 80 macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 177 return -ELIBBAD; in arch_check_elf() 210 return -ELIBBAD; in arch_check_elf() 262 return -ELIBBAD; in arch_check_elf()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 33 #ifndef ELIBBAD 34 #define ELIBBAD 80 macro
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 33 #ifndef ELIBBAD 34 #define ELIBBAD 80 macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 63 #define ELIBBAD 80 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 63 #define ELIBBAD 80 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 88 #define ELIBBAD 112 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 88 #define ELIBBAD 112 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 105 #define ELIBBAD 123 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 58 #define ELIBBAD 171 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 59 #define ELIBBAD 84 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 105 #define ELIBBAD 123 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 58 #define ELIBBAD 171 /* Accessing a corrupted shared library */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 59 #define ELIBBAD 84 /* Accessing a corrupted shared library */ macro
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 88 #define ELIBBAD 80 /* Accessing a corrupted shared library */ macro
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 94 ERRNO_MSG(ELIBBAD, "Accessing a corrupted shared library"),
|
/openbmc/linux/lib/ |
H A D | errname.c | 78 E(ELIBBAD),
|
/openbmc/qemu/linux-user/ |
H A D | errnos.c.inc | 72 E(ELIBBAD)
|
H A D | elfload.c | 128 #ifndef ELIBBAD 129 #define ELIBBAD 80 macro
|
/openbmc/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 303 retval = -ELIBBAD; in load_elf_fdpic_binary() 760 return -ELIBBAD; in elf_fdpic_map_file() 912 return -ELIBBAD; in elf_fdpic_map_file()
|
H A D | binfmt_elf.c | 950 retval = -ELIBBAD; in load_elf_binary()
|
/openbmc/linux/crypto/ |
H A D | api.c | 263 alg = ERR_PTR(-ELIBBAD); in crypto_alg_lookup()
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 723 return -ELIBBAD; in load_elf_binary()
|