Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp151 uint64_t elf::getPPC64TocBase() { in getPPC64TocBase() function in elf
349 uint64_t tocRelative = d->getVA(addend) - getPPC64TocBase(); in tryRelaxPPC64TocIndirection()
1081 write64(buf, getPPC64TocBase()); in writeGotHeader()
1116 writePPC64LoadAndBranch(buf, sym.getGotPltVA() - getPPC64TocBase()); in writeIplt()
/llvm-project-15.0.7/lld/ELF/
H A DThunks.cpp893 int64_t offset = destination.getGotPltVA() - getPPC64TocBase(); in writeTo()
919 uint64_t tocOffset = destination.getVA() - getPPC64TocBase(); in writeTo()
938 getPPC64TocBase(); in writeTo()
1027 getPPC64TocBase(); in writeTo()
H A DTarget.h225 uint64_t getPPC64TocBase();
H A DInputSection.cpp762 return getPPC64TocBase() + a; in getRelocTargetVA()
H A DRelocations.cpp513 addend += getPPC64TocBase(); in computeAddend()