Lines Matching defs:offset
131 * practice. Mode defines how offset field is interpreted. See
136 * TLS_LOCAL_EXEC: offset from thread pointer (fs:0 for x86-64,
138 * TLS_IMM_EXEC: absolute address of GOT entry containing offset
143 int64_t offset;
262 * TLS module/offset information for shared library case.
268 uint64_t offset;
282 * (offset from fs:0 for x86-64 or tpidr_el0 for aarch64);
286 * (tls_mode + 1) * (tls_base + offset)
291 /* static executable is simple, we just have offset from
293 void *addr = tls_base + loc->offset;
302 * - loc->offset is pointing to a GOT entry containing fixed offset
306 * - loc->offset is pointing to a beginning of double GOT entries;
311 * - tls_index_t->offset provides offset within that TLS section,
319 (void *)loc->offset);
332 ? tls_ptr + tls_index.offset