Home
last modified time | relevance | path

Searched refs:__cp_begin (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/src/thread/mips64/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
4 .type __cp_begin,@function
19 __cp_begin: label
/third_party/musl/src/thread/mipsn32/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
4 .type __cp_begin,@function
19 __cp_begin: label
/third_party/musl/src/thread/mips/
H A Dsyscall_cp.s3 .global __cp_begin
4 .hidden __cp_begin
5 .type __cp_begin,@function
18 __cp_begin: label
/third_party/musl/src/thread/microblaze/
H A Dsyscall_cp.s1 .global __cp_begin
2 .hidden __cp_begin
12 __cp_begin: label
/third_party/musl/src/thread/riscv64/
H A Dsyscall_cp.s1 .global __cp_begin
2 .hidden __cp_begin
12 __cp_begin: label
/third_party/musl/src/thread/riscv32/
H A Dsyscall_cp.s1 .global __cp_begin
2 .hidden __cp_begin
12 __cp_begin: label
/third_party/musl/src/thread/aarch64/
H A Dsyscall_cp.s7 .global __cp_begin
8 .hidden __cp_begin
18 __cp_begin: label
/third_party/musl/src/thread/loongarch64/
H A Dsyscall_cp.s1 .global __cp_begin
2 .hidden __cp_begin
13 __cp_begin: label
/third_party/musl/src/thread/m68k/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
15 __cp_begin: label
/third_party/musl/src/thread/s390x/
H A Dsyscall_cp.s1 .global __cp_begin
2 .hidden __cp_begin
13 __cp_begin: label
/third_party/musl/src/thread/or1k/
H A Dsyscall_cp.s1 .global __cp_begin
2 .hidden __cp_begin
12 __cp_begin: label
/third_party/musl/src/thread/x86_64/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
14 __cp_begin: label
/third_party/musl/src/thread/x32/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
14 __cp_begin: label
/third_party/musl/porting/linux/user/src/thread/arm/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
20 __cp_begin: label
/third_party/musl/src/thread/i386/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
18 __cp_begin: label
/third_party/musl/src/thread/powerpc64/
H A Dsyscall_cp.s1 .global __cp_begin
2 .hidden __cp_begin
14 __cp_begin: label
/third_party/musl/src/thread/arm/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
27 __cp_begin: label
/third_party/musl/src/thread/sh/
H A Dsyscall_cp.s2 .global __cp_begin
3 .hidden __cp_begin
14 __cp_begin: label
/third_party/musl/src/thread/powerpc/
H A Dsyscall_cp.s1 .global __cp_begin
2 .hidden __cp_begin
32 __cp_begin: label
/third_party/musl/src/thread/
H A Dpthread_cancel.c47 extern hidden const char __cp_begin[1], __cp_end[1], __cp_cancel[1];
72 if (pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) { in cancel_handler()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cancel.c47 extern hidden const char __cp_begin[1], __cp_end[1], __cp_cancel[1];
60 if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) { in cancel_handler()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_cancel.c46 extern hidden const char __cp_begin[1], __cp_end[1], __cp_cancel[1];

Completed in 3 milliseconds