Lines Matching refs:relocation
100 `R_TLS_DTPMOD` is a dynamic relocation to the index of the module containing `tls_var`, and
101 `R_TLS_DTPOFF` is a dynamic relocation to the offset of `tls_var` within its module's `PT_TLS`
141 // a dynamic relocation against symbol 0 => current module ID
255 // allocated in the .got, uses a dynamic relocation
476 * On arm32, x86, and x86_64, the loader [should reject a TLS relocation]. (XXX: I haven't verified
478 * On arm64, the primary TLS relocation (R_AARCH64_TLSDESC) is [confused with an obsolete
479 R_AARCH64_TLS_DTPREL32 relocation][R_AARCH64_TLS_DTPREL32] and is [quietly ignored].
487 [should reject a TLS relocation]: https://android.googlesource.com/platform/bionic/+/android-8.1.0_…
673 * arm64: requires either subtle reinterpretation of a TLS relocation or addition of a new
674 relocation
675 * arm64: a new TLS relocation reduces compiler/assembler compatibility with non-Android
687 Size | TP offset range | Static LE relocation types
721 Maybe we could modify the `R_AARCH64_TLSLE_ADD_TPREL_HI12` relocation to allow a negative TP offset
723 `R_AARCH64_TLSLE_SUB_TPREL_HI12` relocation, and Clang would use a different TLS LE instruction
798 * LLD should abort if it sees a TLS LE relocation.
799 * LLD must not statically resolve an executable's IE relocation in the GOT. (It might assume that