Home
last modified time | relevance | path

Searched refs:getPPC64TocBase (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp208 uint64_t elf::getPPC64TocBase() { in getPPC64TocBase() function in elf
407 uint64_t tocRelative = d->getVA(addend) - getPPC64TocBase(); in tryRelaxPPC64TocIndirection()
1136 write64(buf, getPPC64TocBase()); in writeGotHeader()
1171 writePPC64LoadAndBranch(buf, sym.getGotPltVA() - getPPC64TocBase()); in writeIplt()
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp1132 int64_t offset = destination.getGotPltVA() - getPPC64TocBase(); in writeTo()
1158 uint64_t tocOffset = destination.getVA() - getPPC64TocBase(); in writeTo()
1177 getPPC64TocBase(); in writeTo()
1237 getPPC64TocBase(); in writeTo()
H A DTarget.h231 uint64_t getPPC64TocBase();
H A DInputSection.cpp890 return getPPC64TocBase() + a; in getRelocTargetVA()
H A DRelocations.cpp1470 addend += getPPC64TocBase(); in scanOne()