Searched refs:__tls_get_addr (Results 1 – 17 of 17) sorted by relevance
/third_party/musl/src/thread/ |
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/ |
D | __tls_get_offset.s | 8 brasl %r14, __tls_get_addr
|
/third_party/musl/src/ldso/ |
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/ |
D | pthread_impl.h | 79 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 79 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 82 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 128 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 142 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 141 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 174 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/elfutils/ |
D | TODO | 144 check that R_386_TLS_GD is followed by R_386_PLT32 for __tls_get_addr
|
/third_party/musl/ |
D | libc.map.txt | 249 __tls_get_addr;
|
D | musl_src.gni | 1316 "src/thread/__tls_get_addr.c",
|
/third_party/musl/porting/liteos_a/user/ldso/ |
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/ |
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/ |
D | dynlink.c | 2212 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 2335 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 3752 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 4152 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|