Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86.cpp94 return R_GOT; in getRelExpr()
132 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr()
HDHexagon.cpp127 return R_GOT; in getRelExpr()
HDSystemZ.cpp163 return R_GOT; in getRelExpr()
HDLoongArch.cpp491 return R_GOT; in getRelExpr()
HDAArch64.cpp171 return R_GOT; in getRelExpr()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h36 R_GOT, enumerator
HDRelocations.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()
HDInputSection.cpp736 case R_GOT: in getRelocTargetVA()
746 return getRelocTargetVA(file, type, a, p, sym, R_GOT); in getRelocTargetVA()