HomeSort by: relevance | last modified time | path
    Searched refs:__errno (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/include/
errno.h 49 #ifndef __errno
50 int *__errno(void);
51 #define __errno __errno macro
55 #define errno (*__errno())
signal.h 105 #ifndef __errno
106 int *__errno(void);
107 #define __errno __errno macro
112 #define ___errno (*__errno())
  /src/lib/libc/arch/i386/sys/
ptrace.S 44 .globl _C_LABEL(__errno)
48 call PIC_PLT(_C_LABEL(__errno))
cerror.S 44 .globl _C_LABEL(__errno)
50 call PIC_PLT(_C_LABEL(__errno))
  /src/lib/libc/gen/
_errno.c 44 __errno(void) function in typeref:typename:int *
  /src/lib/libc/arch/x86_64/sys/
cerror.S 44 .globl _C_LABEL(__errno)
51 call PIC_PLT(_C_LABEL(__errno))
ptrace.S 44 .globl _C_LABEL(__errno)
48 * The following code calls __errno() to set it to 0 before
55 call PIC_PLT(_C_LABEL(__errno))
  /src/lib/libc/arch/m68k/sys/
ptrace.S 47 .globl _C_LABEL(__errno)
54 jbsr PIC_PLT(_C_LABEL(__errno))
cerror.S 47 .globl _C_LABEL(__errno)
54 jbsr PIC_PLT(_C_LABEL(__errno))
__vfork14.S 71 .globl _C_LABEL(__errno)
74 jbsr PIC_PLT(_C_LABEL(__errno))
  /src/lib/libc/arch/sparc64/sys/
ptrace.S 51 call _C_LABEL(__errno)
  /src/lib/libc/arch/vax/sys/
ptrace.S 39 calls $0,_C_LABEL(__errno)
cerror.S 41 calls $0,_C_LABEL(__errno)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_errno.h 29 # define __errno_location __errno
  /src/lib/libc/arch/mips/sys/
cerror.S 50 .globl _C_LABEL(__errno)
63 PTR_LA t9, _C_LABEL(__errno) # locate address of errno
65 jalr t9 # __errno()
  /src/lib/libc/arch/aarch64/sys/
cerror.S 41 bl _C_LABEL(__errno)
ptrace.S 41 bl _C_LABEL(__errno)
  /src/lib/libc/compat/arch/m68k/sys/
compat_Ovfork.S 74 .globl _C_LABEL(__errno)
77 jbsr PIC_PLT(_C_LABEL(__errno))
  /src/lib/libc/arch/riscv/sys/
cerror.S 43 .globl _C_LABEL(__errno)
50 call PLT(_C_LABEL(__errno)) # locate address of errno
  /src/lib/libc/arch/ia64/sys/
cerror.S 40 br.call.sptk.few rp=__errno
  /src/lib/libc/arch/sh3/sys/
cerror.S 47 .globl _C_LABEL(__errno)
66 .L___errno: CALL_DATUM(_C_LABEL(__errno), 1b)
ptrace.S 96 .global _C_LABEL(__errno)
98 CALL_DATUM(_C_LABEL(__errno), 1b)
  /src/lib/libc/arch/arm/sys/
cerror.S 55 /* __errno() returns the address of a thread local variable */
56 .globl _C_LABEL(__errno)
69 bl PLT_SYM(_C_LABEL(__errno))
  /src/lib/libc/arch/alpha/sys/
cerror.S 51 CALL(__errno)
  /src/lib/libc/arch/hppa/sys/
cerror.S 43 bl __errno, %rp

Completed in 22 milliseconds

1 2