Home
last modified time | relevance | path

Searched refs:R_LARCH_TLS_IE_PC_LO12 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp449 case R_LARCH_TLS_IE_PC_LO12: in getRelExpr()
543 case R_LARCH_TLS_IE_PC_LO12: in usesOnlyLowPageBits()
632 case R_LARCH_TLS_IE_PC_LO12: in relocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DLoongArch.def93 ELF_RELOC(R_LARCH_TLS_IE_PC_LO12, 88)
/freebsd/sys/sys/
H A Delf_common.h1494 #define R_LARCH_TLS_IE_PC_LO12 88 macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp743 if (sym.hasFlag(NEEDS_TLSGD) && type != R_LARCH_TLS_IE_PC_LO12) in getRelocTargetVA()