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

Declarations

tools/lld/ELF/Target.h
  185 uint64_t getPPC64TocBase();

References

tools/lld/ELF/Arch/PPC64.cpp
  184   uint64_t tocRelative = d->getVA(addend) - getPPC64TocBase();
  644   write64(buf, getPPC64TocBase());
tools/lld/ELF/InputSection.cpp
  779     return getPPC64TocBase() + a;
tools/lld/ELF/Relocations.cpp
  643     addend += getPPC64TocBase();
tools/lld/ELF/Thunks.cpp
  776   int64_t offset = destination.getGotPltVA() - getPPC64TocBase();
  789   int64_t offset = destination.getPPC64LongBranchTableVA() - getPPC64TocBase();