Lines Matching refs:shared
21 At run-time, TLS variables are allocated on a module-by-module basis, where a module is a shared
25 few instructions. TLS variables belonging to dlopen'ed shared objects, on the other hand, may be
74 For example, if we have this C code in a shared object:
158 If the variable is part of the Static TLS Block (i.e. the executable or an initially-loaded shared
166 // in a shared object the executable links against.
201 * Code compiled with `-fpic` could be in a shared object, so use GD/LD.
225 As long as a shared object is one of the initially-loaded modules, a better option is to use
237 For example, if we have this C code in a shared object:
376 library is typically a shared object, but for Android, we link our own `libthread_db.a` into
468 ELF TLS isn't implemented on older Android platforms, so dynamic executables and shared objects
782 shared object can still use the efficient IE access model, but its TLS segment offset is known at