Searched refs:__tls_get_addr (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_tls_get_addr_test.cpp | 14 extern "C" void* __tls_get_addr(tls_mod_off_t* v); 19 EXPECT_EQ(nullptr, __tls_get_addr(&v)); in ThreadFunc()
|
/third_party/musl/src/thread/ |
H A D | __tls_get_addr.c | 3 void *__tls_get_addr(tls_mod_off_t *v) in __tls_get_addr() function
|
/third_party/musl/src/thread/s390x/ |
H A D | __tls_get_offset.s | 8 brasl %r14, __tls_get_addr
|
/third_party/musl/src/ldso/ |
H A D | dl_iterate_phdr.c | 39 info.dlpi_tls_data = __tls_get_addr((tls_mod_off_t[]){1,0}); in static_dl_iterate_phdr()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | pthread_impl.h | 79 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | pthread_impl.h | 79 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | pthread_impl.h | 82 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A D | pthread_impl.h | 128 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | pthread_impl.h | 194 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
H A D | pthread_impl.h | 142 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/src/internal/ |
H A D | pthread_impl.h | 186 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 2246 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 2369 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 2245 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 2368 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 2355 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); 2478 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0});
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 3844 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 4335 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 4161 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 4678 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|
Completed in 32 milliseconds