Home
last modified time | relevance | path

Searched refs:GAP_ABOVE_TP (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/arch/aarch64/
Dpthread_arch.h9 #define GAP_ABOVE_TP 16 macro
/third_party/musl/arch/riscv64/
Dpthread_arch.h9 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/m68k/
Dpthread_arch.h8 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/powerpc64/
Dpthread_arch.h9 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/powerpc/
Dpthread_arch.h9 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/mipsn32/
Dpthread_arch.h14 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/mips/
Dpthread_arch.h14 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/mips64/
Dpthread_arch.h14 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/or1k/
Dpthread_arch.h15 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/sh/
Dpthread_arch.h9 #define GAP_ABOVE_TP 8 macro
/third_party/musl/src/env/
D__init_tls.c117 main_tls.offset = GAP_ABOVE_TP; in static_init_tls()
118 main_tls.offset += (-GAP_ABOVE_TP + (uintptr_t)main_tls.image) in static_init_tls()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c121 main_tls.offset = GAP_ABOVE_TP; in static_init_tls()
122 main_tls.offset += (-GAP_ABOVE_TP + (uintptr_t)main_tls.image) in static_init_tls()
/third_party/musl/arch/arm/
Dpthread_arch.h30 #define GAP_ABOVE_TP 8 macro
/third_party/musl/porting/liteos_a/user/arch/arm/
Dpthread_arch.h34 #define GAP_ABOVE_TP 8 macro
/third_party/musl/porting/liteos_m/user/arch/arm/
Dpthread_arch.h34 #define GAP_ABOVE_TP 8 macro
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c150 main_tls.offset = GAP_ABOVE_TP; in static_init_tls()
151 main_tls.offset += (-GAP_ABOVE_TP + (uintptr_t)main_tls.image) in static_init_tls()
/third_party/musl/ldso/
Ddynlink.c1818 app.tls.offset = GAP_ABOVE_TP; in __dls3()
1819 app.tls.offset += (-GAP_ABOVE_TP + (uintptr_t)app.tls.image) in __dls3()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1841 app.tls.offset = GAP_ABOVE_TP; in __dls3()
1842 app.tls.offset += (-GAP_ABOVE_TP + (uintptr_t)app.tls.image) in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1841 app.tls.offset = GAP_ABOVE_TP; in __dls3()
1842 app.tls.offset += (-GAP_ABOVE_TP + (uintptr_t)app.tls.image) in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2784 app.tls.offset = GAP_ABOVE_TP; in __dls3()
2785 app.tls.offset += (-GAP_ABOVE_TP + (uintptr_t)app.tls.image) in __dls3()