Searched refs:tls_offset (Results 1 – 4 of 4) sorted by relevance
137 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable1186 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 …]
137 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable1185 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 …]
139 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable1169 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 …]
136 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable2078 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 …]