Home
last modified time | relevance | path

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

/third_party/musl/arch/m68k/
Dpthread_arch.h7 #define GAP_ABOVE_TP 0 macro
/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/powerpc/
Dpthread_arch.h9 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/powerpc64/
Dpthread_arch.h9 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/mips/
Dpthread_arch.h13 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/sh/
Dpthread_arch.h9 #define GAP_ABOVE_TP 8 macro
/third_party/musl/arch/or1k/
Dpthread_arch.h14 #define GAP_ABOVE_TP 0 macro
/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/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/arch/mips64/
Dpthread_arch.h14 #define GAP_ABOVE_TP 0 macro
/third_party/musl/arch/mipsn32/
Dpthread_arch.h14 #define GAP_ABOVE_TP 0 macro
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c149 main_tls.offset = GAP_ABOVE_TP; in static_init_tls()
150 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.h32 #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/ldso/
Ddynlink.c1857 app.tls.offset = GAP_ABOVE_TP; in __dls3()
1858 app.tls.offset += (-GAP_ABOVE_TP + (uintptr_t)app.tls.image) in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1880 app.tls.offset = GAP_ABOVE_TP; in __dls3()
1881 app.tls.offset += (-GAP_ABOVE_TP + (uintptr_t)app.tls.image) in __dls3()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1881 app.tls.offset = GAP_ABOVE_TP; in __dls3()
1882 app.tls.offset += (-GAP_ABOVE_TP + (uintptr_t)app.tls.image) in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2924 app.tls.offset = GAP_ABOVE_TP; in __dls3()
2925 app.tls.offset += (-GAP_ABOVE_TP + (uintptr_t)app.tls.image) in __dls3()