Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2054 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
2057 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
2058 else alloc_size += n_th * per_th; in load_library()
5048 size_t per_th = task->tls.size + task->tls.align + sizeof(void *) * (tls_cnt + TLS_CNT_INCREASE); in load_library_header() local
5050 if (n_th > SSIZE_MAX / per_th) { in load_library_header()
5053 alloc_size += n_th * per_th; in load_library_header()
/third_party/musl/ldso/
Ddynlink.c1145 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
1148 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
1149 else alloc_size += n_th * per_th; in load_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1163 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
1166 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
1167 else alloc_size += n_th * per_th; in load_library()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1164 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
1167 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
1168 else alloc_size += n_th * per_th; in load_library()