Home
last modified time | relevance | path

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

/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/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/ldso/
Ddynlink.c1628 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); local
1629 uintptr_t (*newdtv)[tls_cnt+1] = (void *)dtv_provider->new_dtv;
/third_party/musl/ldso/linux/
Ddynlink.c2723 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls() local
2724 uintptr_t (*newdtv)[tls_cnt+1] = (void *)dtv_provider->new_dtv; in install_new_tls()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2723 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls() local
2724 uintptr_t (*newdtv)[tls_cnt+1] = (void *)dtv_provider->new_dtv; in install_new_tls()