Home
last modified time | relevance | path

Searched refs:R_GOT (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp94 return R_GOT; in getRelExpr()
132 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr()
H A DHexagon.cpp127 return R_GOT; in getRelExpr()
H A DLoongArch.cpp491 return R_GOT; in getRelExpr()
H A DAArch64.cpp171 return R_GOT; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h36 R_GOT, enumerator
H A DRelocations.cpp212 return oneof<R_GOT, R_GOT_OFF, R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOT_OFF, in needsGot()
998 if (e == R_GOT || e == R_PLT) in isStaticLinkTimeConstant()
1144 if (oneof<R_GOT, R_LOONGARCH_GOT>(expr) || in processAux()
1418 if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, in handleTlsRelocation()
1428 if (expr == R_GOT && config->isPic && !target->usesOnlyLowPageBits(type)) in handleTlsRelocation()
H A DInputSection.cpp736 case R_GOT: in getRelocTargetVA()
746 return getRelocTargetVA(file, type, a, p, sym, R_GOT); in getRelocTargetVA()