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