Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp151 uint64_t elf::getPPC64TocBase() { in getPPC64TocBase() function in elf
354 uint64_t tocRelative = d->getVA(addend) - getPPC64TocBase(); in tryRelaxPPC64TocIndirection()
1088 write64(buf, getPPC64TocBase()); in writeGotHeader()
1123 writePPC64LoadAndBranch(buf, sym.getGotPltVA() - getPPC64TocBase()); in writeIplt()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DThunks.cpp909 int64_t offset = destination.getGotPltVA() - getPPC64TocBase(); in writeTo()
936 uint64_t tocOffset = destination.getVA() - getPPC64TocBase(); in writeTo()
961 getPPC64TocBase(); in writeTo()
1050 getPPC64TocBase(); in writeTo()
H A DTarget.h224 uint64_t getPPC64TocBase();
H A DInputSection.cpp820 return getPPC64TocBase() + a; in getRelocTargetVA()
H A DRelocations.cpp686 addend += getPPC64TocBase(); in computeAddend()