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

References

tools/lld/ELF/Arch/ARM.cpp
  102     return R_GOT_OFF;
tools/lld/ELF/Arch/PPC.cpp
  215     return R_GOT_OFF;
  225     return R_GOT_OFF;
tools/lld/ELF/Arch/PPC64.cpp
  561     return R_GOT_OFF;
  595     return R_GOT_OFF;
tools/lld/ELF/Arch/SPARCV9.cpp
   64     return R_GOT_OFF;
   66     return R_GOT_OFF;
tools/lld/ELF/InputSection.cpp
  677   case R_GOT_OFF:
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,
  371   if (oneof<R_DTPREL, R_GOTPLT, R_GOT_OFF, R_TLSLD_GOT_OFF,