Searched refs:R_AARCH64_TLSDESC_PAGE (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 83 R_AARCH64_TLSDESC_PAGE, enumerator
|
D | Relocations.cpp | 198 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC>( in handleTlsRelocation() 271 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation() 410 R_TLSDESC_PC, R_AARCH64_TLSDESC_PAGE, R_TLSLD_HINT, R_TLSIE_HINT>( in isStaticLinkTimeConstant()
|
D | InputSection.cpp | 834 case R_AARCH64_TLSDESC_PAGE: in getRelocTargetVA()
|
/external/llvm-project/lld/ELF/Arch/ |
D | AArch64.cpp | 105 return R_AARCH64_TLSDESC_PAGE; in getRelExpr()
|