Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c137 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
1186 p->tls.offset = tls_offset + ( (p->tls.align-1) & in load_library()
1187 (-tls_offset + (uintptr_t)p->tls.image) ); in load_library()
1188 tls_offset = p->tls.offset + p->tls.size; in load_library()
1190 tls_offset += p->tls.size + p->tls.align - 1; in load_library()
1191 tls_offset -= (tls_offset + (uintptr_t)p->tls.image) in load_library()
1193 p->tls.offset = tls_offset; in load_library()
1592 tls_offset + in update_tls_size()
1884 tls_offset = app.tls.offset + app.tls.size; in __dls3()
1886 tls_offset = app.tls.offset = app.tls.size in __dls3()
[all …]
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c137 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
1185 p->tls.offset = tls_offset + ( (p->tls.align-1) & in load_library()
1186 (-tls_offset + (uintptr_t)p->tls.image) ); in load_library()
1187 tls_offset = p->tls.offset + p->tls.size; in load_library()
1189 tls_offset += p->tls.size + p->tls.align - 1; in load_library()
1190 tls_offset -= (tls_offset + (uintptr_t)p->tls.image) in load_library()
1192 p->tls.offset = tls_offset; in load_library()
1591 tls_offset + in update_tls_size()
1883 tls_offset = app.tls.offset + app.tls.size; in __dls3()
1885 tls_offset = app.tls.offset = app.tls.size in __dls3()
[all …]
/third_party/musl/ldso/
Ddynlink.c139 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
1169 p->tls.offset = tls_offset + ( (p->tls.align-1) & in load_library()
1170 (-tls_offset + (uintptr_t)p->tls.image) ); in load_library()
1171 tls_offset = p->tls.offset + p->tls.size; in load_library()
1173 tls_offset += p->tls.size + p->tls.align - 1; in load_library()
1174 tls_offset -= (tls_offset + (uintptr_t)p->tls.image) in load_library()
1176 p->tls.offset = tls_offset; in load_library()
1575 tls_offset + in update_tls_size()
1860 tls_offset = app.tls.offset + app.tls.size; in __dls3()
1862 tls_offset = app.tls.offset = app.tls.size in __dls3()
[all …]
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c136 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
2078 p->tls.offset = tls_offset + ( (p->tls.align-1) & in load_library()
2079 (-tls_offset + (uintptr_t)p->tls.image) ); in load_library()
2080 tls_offset = p->tls.offset + p->tls.size; in load_library()
2082 tls_offset += p->tls.size + p->tls.align - 1; in load_library()
2083 tls_offset -= (tls_offset + (uintptr_t)p->tls.image) in load_library()
2085 p->tls.offset = tls_offset; in load_library()
2639 tls_offset + in update_tls_size()
2927 tls_offset = app.tls.offset + app.tls.size; in __dls3()
2929 tls_offset = app.tls.offset = app.tls.size in __dls3()
[all …]