Home
last modified time | relevance | path

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

/third_party/musl/ldso/
Ddynlink.c1124 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
1127 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
1128 else alloc_size += n_th * per_th; in load_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1142 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
1145 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
1146 else alloc_size += n_th * per_th; in load_library()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1142 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
1145 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
1146 else alloc_size += n_th * per_th; in load_library()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1138 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
1141 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()
1142 else alloc_size += n_th * per_th; in load_library()