reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Arch/AArch64.cpp
  143     return R_GOT;
tools/lld/ELF/Arch/X86.cpp
  103     return R_GOT;
  141     return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT;
tools/lld/ELF/InputSection.cpp
  661   case R_GOT:
tools/lld/ELF/Relocations.cpp
  286   if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, R_GOT_OFF,
  346   return oneof<R_GOT, R_GOT_OFF, R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOT_OFF,
  383   if (e == R_GOT || e == R_PLT || e == R_TLSDESC)
 1046     if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) {