Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DPPC64.cpp63 uint64_t elf::getPPC64TocBase() { in getPPC64TocBase() function in elf
495 write64(Buf, getPPC64TocBase()); in writeGotHeader()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h180 uint64_t getPPC64TocBase();
H A DThunks.cpp696 int64_t Offset = Destination.getGotPltVA() - getPPC64TocBase(); in writeTo()
709 int64_t Offset = Destination.getPPC64LongBranchTableVA() - getPPC64TocBase(); in writeTo()
H A DInputSection.cpp730 return getPPC64TocBase() + A; in getRelocTargetVA()
H A DRelocations.cpp643 Addend += getPPC64TocBase(); in computeAddend()