/third_party/musl/src/signal/x32/ |
H A D | restore.s | 2 .global __restore_rt 3 .hidden __restore_rt 4 .type __restore_rt,@function 5 __restore_rt: label 8 .size __restore_rt,.-__restore_rt
|
/third_party/musl/src/signal/x86_64/ |
H A D | restore.s | 2 .global __restore_rt 3 .hidden __restore_rt 4 .type __restore_rt,@function 5 __restore_rt: label 8 .size __restore_rt,.-__restore_rt
|
/third_party/musl/src/signal/s390x/ |
H A D | restore.s | 7 .global __restore_rt 8 .hidden __restore_rt 9 .type __restore_rt,%function 10 __restore_rt: label
|
/third_party/musl/src/signal/loongarch64/ |
H A D | restore.s | 1 .global __restore_rt 3 .hidden __restore_rt 5 .type __restore_rt,@function 7 __restore_rt: label
|
/third_party/musl/src/signal/aarch64/ |
H A D | restore.s | 5 .global __restore_rt 6 .hidden __restore_rt 7 .type __restore_rt,%function 8 __restore_rt: label
|
/third_party/musl/src/signal/powerpc64/ |
H A D | restore.s | 8 .global __restore_rt 9 .hidden __restore_rt 10 .type __restore_rt,%function 11 __restore_rt: label
|
/third_party/musl/src/signal/powerpc/ |
H A D | restore.s | 8 .global __restore_rt 9 .hidden __restore_rt 10 .type __restore_rt,%function 11 __restore_rt: label
|
/third_party/musl/src/signal/arm/ |
H A D | restore.s | 10 .global __restore_rt 11 .hidden __restore_rt 12 .type __restore_rt,%function 13 __restore_rt: label
|
/third_party/musl/src/signal/i386/ |
H A D | restore.s | 9 .global __restore_rt 10 .hidden __restore_rt 11 .type __restore_rt,@function 12 __restore_rt: label
|
/third_party/musl/src/signal/microblaze/ |
H A D | restore.s | 8 .global __restore_rt 9 .hidden __restore_rt 10 .type __restore_rt,@function 11 __restore_rt: label
|
/third_party/musl/src/signal/arm/liteos_a/ |
H A D | restore.s | 23 .global __restore_rt 24 .hidden __restore_rt 25 .type __restore_rt,%function 26 __restore_rt: label
|
/third_party/musl/porting/liteos_a/user/src/signal/arm/ |
H A D | restore.s | 23 .global __restore_rt 24 .hidden __restore_rt 25 .type __restore_rt,%function 26 __restore_rt: label
|
/third_party/musl/src/signal/riscv32/ |
H A D | restore.s | 4 .global __restore_rt 5 .type __restore_rt, %function 6 __restore_rt: label
|
/third_party/musl/src/signal/riscv64/ |
H A D | restore.s | 4 .global __restore_rt 5 .type __restore_rt, %function 6 __restore_rt: label
|
/third_party/musl/src/signal/sh/ |
H A D | restore.s | 13 .global __restore_rt 14 .hidden __restore_rt 15 __restore_rt: label
|
/third_party/musl/arch/x32/ |
H A D | ksigaction.h | 10 hidden void __restore_rt(); 11 #define __restore __restore_rt
|
/third_party/musl/arch/x86_64/ |
H A D | ksigaction.h | 10 hidden void __restore_rt(); 11 #define __restore __restore_rt
|
/third_party/musl/src/signal/ |
H A D | restore.c | 10 hidden void __restore_rt() in __restore_rt() function
|
H A D | sigaction.c | 50 ksa.restorer = (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore; in __libc_sigaction()
|
/third_party/musl/arch/mips/ |
H A D | ksigaction.h | 10 hidden void __restore(), __restore_rt();
|
/third_party/musl/arch/mips64/ |
H A D | ksigaction.h | 10 hidden void __restore(), __restore_rt();
|
/third_party/musl/arch/mipsn32/ |
H A D | ksigaction.h | 10 hidden void __restore(), __restore_rt();
|
/third_party/musl/arch/sh/ |
H A D | ksigaction.h | 10 extern hidden unsigned char __restore[], __restore_rt[];
|
/third_party/musl/src/internal/ |
H A D | ksigaction.h | 18 hidden void __restore(), __restore_rt();
|
/third_party/musl/porting/linux/user/src/signal/ |
H A D | sigaction.c | 81 ksa.restorer = (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore; in __libc_sigaction()
|