reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
185 uint64_t getPPC64TocBase();
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.cpp776 int64_t offset = destination.getGotPltVA() - getPPC64TocBase(); 789 int64_t offset = destination.getPPC64LongBranchTableVA() - getPPC64TocBase();