Searched refs:R_TLSDESC_PC (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 64 R_TLSDESC_PC, 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 | 832 case R_TLSDESC_PC: in getRelocTargetVA()
|
/external/llvm-project/lld/ELF/Arch/ |
D | X86_64.cpp | 348 return R_TLSDESC_PC; in getRelExpr()
|