Home
last modified time | relevance | path

Searched refs:syscall_error (Results 1 – 25 of 31) sorted by relevance

12

/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dclone.c50 goto syscall_error; in __clone()
52 goto syscall_error; in __clone()
56 syscall_error: in __clone()
/glibc-2.36/sysdeps/s390/s390-64/
Dsysdep.h62 #define syscall_error __syscall_error
68 jg JUMPTARGET(syscall_error); \
69 .globl syscall_error; \
/glibc-2.36/sysdeps/s390/s390-32/
Dsysdep.h64 #define syscall_error __syscall_error
73 1: .long JUMPTARGET(syscall_error) - 0b; \
74 .globl syscall_error; \
/glibc-2.36/sysdeps/microblaze/
Dsysdep.h58 # define syscall_error __syscall_error
62 .globl syscall_error; \
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dsysdep.h94 # define SYSCALL_ERROR_LABEL $syscall_error
96 $syscall_error: \
106 # define SYSCALL_ERROR_LABEL $syscall_error
108 $syscall_error: \
/glibc-2.36/sysdeps/i386/
Dsysdep.h53 .globl syscall_error; \
55 jmp JUMPTARGET(syscall_error); \
/glibc-2.36/sysdeps/x86_64/
Dsysdep.h53 jmp JUMPTARGET(syscall_error) \
54 .globl syscall_error; \
/glibc-2.36/sysdeps/unix/x86_64/
Dsysdep.S27 .globl syscall_error
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dsyscall.S47 b PLTJMP(syscall_error)
Dclone.S38 beq PLTJMP(syscall_error)
/glibc-2.36/sysdeps/unix/arm/
Dsysdep.S27 #undef syscall_error
/glibc-2.36/sysdeps/sh/
Dsysdep.h72 #define syscall_error __syscall_error
/glibc-2.36/sysdeps/x86/
Dsysdep.h104 #define syscall_error __syscall_error
/glibc-2.36/sysdeps/or1k/
Dsysdep.h44 #define syscall_error __syscall_error macro
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/
Dsysdep.h91 # define SYSCALL_ERROR_LABEL syscall_error
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
Dsysdep.h90 2: .long syscall_error
/glibc-2.36/sysdeps/aarch64/
Dsysdep.h220 #define syscall_error __syscall_error
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/
Dsysdep.h57 # define SYSCALL_ERROR_LABEL syscall_error
/glibc-2.36/sysdeps/arm/
Dsysdep.h127 #define syscall_error __syscall_error
/glibc-2.36/ChangeLog.old/
DChangeLog.2160 * sysdeps/unix/i386/sysdep.S (syscall_error): Reverse args in
423 * sysdeps/unix/i386/sysdep.S (syscall_error): Fix labels so
1506 * sysdeps/unix/i386/sysdep.S: #undef syscall_error before using it
1508 [NO_UNDERSCORES]: Define __syscall_error instead of syscall_error.
1550 * sysdeps/unix/i386/sysdep.S: Paste : onto syscall_error.
3480 [NO_UNDERSCORES]: #define syscall_error to __syscall_error, so we
DChangeLog.31463 * sysdeps/unix/sparc/sysdep.h [NO_UNDERSCORES]: #define syscall_error
1465 (PSEUDO): On error, jump to syscall_error instead of setting errno.
DChangeLog.ports-alpha312 move $syscall_error label...
DChangeLog.82774 (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
3117 syscall_error label in case of PIC anonymous.
3749 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
4479 __syscall_error rather than syscall_error directly.
6428 (PSEUDO): Correct test for error, call syscall_error through PLT
7299 * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
7302 return; call syscall_error through PLT.
8020 ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
DChangeLog.56432 on syscall_error. For PIC, it is a local label;
6492 (PSEUDO): Use it instead of SYSCALL_PIC_SETUP and jmp syscall_error.
6521 SYSCALL_PIC_SETUP before jumping to syscall_error.
6523 (PSEUDO): Use it before jumping to syscall_error.
7839 (PSEUDO): Use JUMPTARGET(syscall_error) in jump insn.
7840 * sysdeps/unix/i386/syscall.S: Use JUMPTARGET(syscall_error) in
7847 stack. Use JUMPTARGET(syscall_error) in jump insn.
/glibc-2.36/posix/
Dtst-regex.input2774 (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
3117 syscall_error label in case of PIC anonymous.
3749 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
4479 __syscall_error rather than syscall_error directly.
6428 (PSEUDO): Correct test for error, call syscall_error through PLT
7299 * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
7302 return; call syscall_error through PLT.
8020 ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.

12