Home
last modified time | relevance | path

Searched refs:tls_offset (Results 1 – 5 of 5) 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.c141 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
1212 p->tls.offset = tls_offset + ( (p->tls.align-1) &
1213 (-tls_offset + (uintptr_t)p->tls.image) );
1214 tls_offset = p->tls.offset + p->tls.size;
1216 tls_offset += p->tls.size + p->tls.align - 1;
1217 tls_offset -= (tls_offset + (uintptr_t)p->tls.image)
1219 p->tls.offset = tls_offset;
1618 tls_offset +
1914 tls_offset = app.tls.offset + app.tls.size;
1916 tls_offset = app.tls.offset = app.tls.size
[all …]
/third_party/musl/ldso/linux/
Ddynlink.c148 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
2152 p->tls.offset = tls_offset + ( (p->tls.align-1) & in load_library()
2153 (-tls_offset + (uintptr_t)p->tls.image) ); in load_library()
2154 tls_offset = p->tls.offset + p->tls.size; in load_library()
2156 tls_offset += p->tls.size + p->tls.align - 1; in load_library()
2157 tls_offset -= (tls_offset + (uintptr_t)p->tls.image) in load_library()
2159 p->tls.offset = tls_offset; in load_library()
2713 tls_offset + in update_tls_size()
3006 tls_offset = app.tls.offset + app.tls.size; in __dls3()
3008 tls_offset = app.tls.offset = app.tls.size in __dls3()
[all …]
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c148 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
2152 p->tls.offset = tls_offset + ( (p->tls.align-1) & in load_library()
2153 (-tls_offset + (uintptr_t)p->tls.image) ); in load_library()
2154 tls_offset = p->tls.offset + p->tls.size; in load_library()
2156 tls_offset += p->tls.size + p->tls.align - 1; in load_library()
2157 tls_offset -= (tls_offset + (uintptr_t)p->tls.image) in load_library()
2159 p->tls.offset = tls_offset; in load_library()
2713 tls_offset + in update_tls_size()
3006 tls_offset = app.tls.offset + app.tls.size; in __dls3()
3008 tls_offset = app.tls.offset = app.tls.size in __dls3()
[all …]