Home
last modified time | relevance | path

Searched refs:tls_mod_off_t (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h63 #ifndef tls_mod_off_t
64 #define tls_mod_off_t size_t macro
79 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h62 #ifndef tls_mod_off_t
63 #define tls_mod_off_t size_t macro
78 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h63 #ifndef tls_mod_off_t
64 #define tls_mod_off_t size_t macro
79 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/src/internal/
Dpthread_impl.h111 #ifndef tls_mod_off_t
112 #define tls_mod_off_t size_t macro
127 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h111 #ifndef tls_mod_off_t
112 #define tls_mod_off_t size_t macro
127 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h112 #ifndef tls_mod_off_t
113 #define tls_mod_off_t size_t macro
128 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h141 #ifndef tls_mod_off_t
142 #define tls_mod_off_t size_t macro
157 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/src/thread/
D__tls_get_addr.c3 void *__tls_get_addr(tls_mod_off_t *v) in __tls_get_addr()
/third_party/musl/arch/x32/
Dpthread_arch.h14 #define tls_mod_off_t unsigned long long macro
/third_party/musl/ldso/
Ddynlink.c2166 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c2199 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c2199 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c3522 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()