Searched refs:R_GOT (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86.cpp | 94 return R_GOT; in getRelExpr() 132 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr()
|
H A D | Hexagon.cpp | 127 return R_GOT; in getRelExpr()
|
H A D | LoongArch.cpp | 491 return R_GOT; in getRelExpr()
|
H A D | AArch64.cpp | 171 return R_GOT; in getRelExpr()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 36 R_GOT, enumerator
|
H A D | Relocations.cpp | 212 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 D | InputSection.cpp | 736 case R_GOT: in getRelocTargetVA() 746 return getRelocTargetVA(file, type, a, p, sym, R_GOT); in getRelocTargetVA()
|