Home
last modified time | relevance | path

Searched refs:dtv_provider (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/ldso/
Ddynlink.c1585 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls() local
1586 uintptr_t (*newdtv)[tls_cnt+1] = (void *)dtv_provider->new_dtv; in install_new_tls()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1601 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls() local
1602 uintptr_t (*newdtv)[tls_cnt+1] = (void *)dtv_provider->new_dtv; in install_new_tls()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1602 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls() local
1603 uintptr_t (*newdtv)[tls_cnt+1] = (void *)dtv_provider->new_dtv; in install_new_tls()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2649 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls() local
2650 uintptr_t (*newdtv)[tls_cnt+1] = (void *)dtv_provider->new_dtv; in install_new_tls()