Home
last modified time | relevance | path

Searched refs:__restore_rt (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/signal/x32/
H A Drestore.s2 .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 Drestore.s2 .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 Drestore.s7 .global __restore_rt
8 .hidden __restore_rt
9 .type __restore_rt,%function
10 __restore_rt: label
/third_party/musl/src/signal/loongarch64/
H A Drestore.s1 .global __restore_rt
3 .hidden __restore_rt
5 .type __restore_rt,@function
7 __restore_rt: label
/third_party/musl/src/signal/aarch64/
H A Drestore.s5 .global __restore_rt
6 .hidden __restore_rt
7 .type __restore_rt,%function
8 __restore_rt: label
/third_party/musl/src/signal/powerpc64/
H A Drestore.s8 .global __restore_rt
9 .hidden __restore_rt
10 .type __restore_rt,%function
11 __restore_rt: label
/third_party/musl/src/signal/powerpc/
H A Drestore.s8 .global __restore_rt
9 .hidden __restore_rt
10 .type __restore_rt,%function
11 __restore_rt: label
/third_party/musl/src/signal/arm/
H A Drestore.s10 .global __restore_rt
11 .hidden __restore_rt
12 .type __restore_rt,%function
13 __restore_rt: label
/third_party/musl/src/signal/i386/
H A Drestore.s9 .global __restore_rt
10 .hidden __restore_rt
11 .type __restore_rt,@function
12 __restore_rt: label
/third_party/musl/src/signal/microblaze/
H A Drestore.s8 .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 Drestore.s23 .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 Drestore.s23 .global __restore_rt
24 .hidden __restore_rt
25 .type __restore_rt,%function
26 __restore_rt: label
/third_party/musl/src/signal/riscv32/
H A Drestore.s4 .global __restore_rt
5 .type __restore_rt, %function
6 __restore_rt: label
/third_party/musl/src/signal/riscv64/
H A Drestore.s4 .global __restore_rt
5 .type __restore_rt, %function
6 __restore_rt: label
/third_party/musl/src/signal/sh/
H A Drestore.s13 .global __restore_rt
14 .hidden __restore_rt
15 __restore_rt: label
/third_party/musl/arch/x32/
H A Dksigaction.h10 hidden void __restore_rt();
11 #define __restore __restore_rt
/third_party/musl/arch/x86_64/
H A Dksigaction.h10 hidden void __restore_rt();
11 #define __restore __restore_rt
/third_party/musl/src/signal/
H A Drestore.c10 hidden void __restore_rt() in __restore_rt() function
H A Dsigaction.c50 ksa.restorer = (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore; in __libc_sigaction()
/third_party/musl/arch/mips/
H A Dksigaction.h10 hidden void __restore(), __restore_rt();
/third_party/musl/arch/mips64/
H A Dksigaction.h10 hidden void __restore(), __restore_rt();
/third_party/musl/arch/mipsn32/
H A Dksigaction.h10 hidden void __restore(), __restore_rt();
/third_party/musl/arch/sh/
H A Dksigaction.h10 extern hidden unsigned char __restore[], __restore_rt[];
/third_party/musl/src/internal/
H A Dksigaction.h18 hidden void __restore(), __restore_rt();
/third_party/musl/porting/linux/user/src/signal/
H A Dsigaction.c81 ksa.restorer = (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore; in __libc_sigaction()

Completed in 3 milliseconds

12