Home
last modified time | relevance | path

Searched refs:__error (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/lib/libc/i386/sys/
H A Dcerror.S49 .globl CNAME(__error)
50 .type CNAME(__error),@function
55 call PIC_PLT(CNAME(__error))
60 call CNAME(__error)
/freebsd-13.1/lib/libc/arm/sys/
H A Dcerror.S38 .globl _C_LABEL(__error)
39 .type _C_LABEL(__error),%function
44 bl PIC_SYM(_C_LABEL(__error), PLT)
/freebsd-13.1/lib/libc/amd64/sys/
H A Dcerror.S49 .globl CNAME(__error)
50 .type CNAME(__error),@function
53 call PIC_PLT(CNAME(__error))
/freebsd-13.1/contrib/libxo/tests/core/saved/
H A Dtest_02.XP.out70 <__error>
72 </__error>
73 <__error>
75 </__error>
H A Dtest_02.X.out5 …ongx</t3><t4>xtest</t4><__error><message>this is an error</message></__error><__error><message>two…
H A Dtest_02.JP.out67 "__error": {
70 "__error": {
H A Dtest_02.J.out1 …0","t2":"test5000","t3":"ten-longx","t4":"xtest", "__error": {"message":"this is an error"}, "__er…
/freebsd-13.1/lib/libc/powerpc64/sys/
H A Dcerror.S34 .globl CNAME(__error)
48 bl CNAME(__error)
/freebsd-13.1/lib/libc/mips/sys/
H A Dcerror.S47 .globl _C_LABEL(__error)
58 PTR_LA t9, _C_LABEL(__error) # locate address of errno
/freebsd-13.1/lib/libc/powerpc/sys/
H A Dcerror.S34 .globl CNAME(__error)
55 bl PIC_PLT(CNAME(__error))
/freebsd-13.1/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.c61 int *__error(void);
63 __error(void) in __error() function
/freebsd-13.1/sys/sys/
H A Derrno.h46 int * __error(void);
48 #define errno (* __error())
/freebsd-13.1/contrib/diff/lib/
H A Derror.c68 extern void __error (int status, int errnum, const char *message, ...)
74 # define error __error
308 weak_alias (__error, error)
/freebsd-13.1/lib/libc/sys/
H A D__error.c56 __error(void) in __error() function
H A DMakefile.inc34 __error.c \
H A DSymbol.map294 __error;
/freebsd-13.1/lib/libthr/sys/
H A Dthr_error.c47 __weak_reference(__error_threaded, __error);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.h25 # define __errno_location __error
/freebsd-13.1/lib/libc/aarch64/sys/
H A Dcerror.S35 bl _C_LABEL(__error)
/freebsd-13.1/lib/libc/riscv/sys/
H A Dcerror.S42 call _C_LABEL(__error)
/freebsd-13.1/lib/libthr/thread/
H A Dthr_rtld.c225 __error(); in _thr_rtld_init()