Searched refs:syscall_error (Results 1 – 25 of 31) sorted by relevance
12
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | clone.c | 50 goto syscall_error; in __clone() 52 goto syscall_error; in __clone() 56 syscall_error: in __clone()
|
/glibc-2.36/sysdeps/s390/s390-64/ |
D | sysdep.h | 62 #define syscall_error __syscall_error 68 jg JUMPTARGET(syscall_error); \ 69 .globl syscall_error; \
|
/glibc-2.36/sysdeps/s390/s390-32/ |
D | sysdep.h | 64 #define syscall_error __syscall_error 73 1: .long JUMPTARGET(syscall_error) - 0b; \ 74 .globl syscall_error; \
|
/glibc-2.36/sysdeps/microblaze/ |
D | sysdep.h | 58 # define syscall_error __syscall_error 62 .globl syscall_error; \
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | sysdep.h | 94 # define SYSCALL_ERROR_LABEL $syscall_error 96 $syscall_error: \ 106 # define SYSCALL_ERROR_LABEL $syscall_error 108 $syscall_error: \
|
/glibc-2.36/sysdeps/i386/ |
D | sysdep.h | 53 .globl syscall_error; \ 55 jmp JUMPTARGET(syscall_error); \
|
/glibc-2.36/sysdeps/x86_64/ |
D | sysdep.h | 53 jmp JUMPTARGET(syscall_error) \ 54 .globl syscall_error; \
|
/glibc-2.36/sysdeps/unix/x86_64/ |
D | sysdep.S | 27 .globl syscall_error
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | syscall.S | 47 b PLTJMP(syscall_error)
|
D | clone.S | 38 beq PLTJMP(syscall_error)
|
/glibc-2.36/sysdeps/unix/arm/ |
D | sysdep.S | 27 #undef syscall_error
|
/glibc-2.36/sysdeps/sh/ |
D | sysdep.h | 72 #define syscall_error __syscall_error
|
/glibc-2.36/sysdeps/x86/ |
D | sysdep.h | 104 #define syscall_error __syscall_error
|
/glibc-2.36/sysdeps/or1k/ |
D | sysdep.h | 44 #define syscall_error __syscall_error macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | sysdep.h | 91 # define SYSCALL_ERROR_LABEL syscall_error
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/ |
D | sysdep.h | 90 2: .long syscall_error
|
/glibc-2.36/sysdeps/aarch64/ |
D | sysdep.h | 220 #define syscall_error __syscall_error
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/ |
D | sysdep.h | 57 # define SYSCALL_ERROR_LABEL syscall_error
|
/glibc-2.36/sysdeps/arm/ |
D | sysdep.h | 127 #define syscall_error __syscall_error
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.2 | 160 * 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
|
D | ChangeLog.3 | 1463 * sysdeps/unix/sparc/sysdep.h [NO_UNDERSCORES]: #define syscall_error 1465 (PSEUDO): On error, jump to syscall_error instead of setting errno.
|
D | ChangeLog.ports-alpha | 312 move $syscall_error label...
|
D | ChangeLog.8 | 2774 (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.
|
D | ChangeLog.5 | 6432 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/ |
D | tst-regex.input | 2774 (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