Home
last modified time | relevance | path

Searched refs:ELIBBAD (Results 1 – 6 of 6) sorted by relevance

/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h35 #ifndef ELIBBAD
36 #define ELIBBAD 80 macro
/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h33 #ifndef ELIBBAD
34 #define ELIBBAD 80 macro
/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h33 #ifndef ELIBBAD
34 #define ELIBBAD 80 macro
/qemu/linux-user/
H A Derrnos.c.inc72 E(ELIBBAD)
H A Delfload.c128 #ifndef ELIBBAD
129 #define ELIBBAD 80 macro
/qemu/bsd-user/
H A Delfload.c723 return -ELIBBAD; in load_elf_binary()