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.cpp206 uint64_t elf::getPPC64TocBase(Ctx &ctx) { in getPPC64TocBase() function in elf
405 uint64_t tocRelative = d->getVA(ctx, addend) - getPPC64TocBase(ctx); in tryRelaxPPC64TocIndirection()
1136 write64(ctx, buf, getPPC64TocBase(ctx)); in writeGotHeader()
1172 sym.getGotPltVA(ctx) - getPPC64TocBase(ctx)); in writeIplt()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h241 uint64_t getPPC64TocBase(Ctx &ctx);
H A DThunks.cpp1416 int64_t offset = destination.getGotPltVA(ctx) - getPPC64TocBase(ctx); in writeTo()
1442 uint64_t tocOffset = destination.getVA(ctx) - getPPC64TocBase(ctx); in writeTo()
1461 getPPC64TocBase(ctx); in writeTo()
1524 getPPC64TocBase(ctx); in writeTo()
H A DInputSection.cpp952 return getPPC64TocBase(ctx) + a; in getRelocTargetVA()
H A DRelocations.cpp1529 addend += getPPC64TocBase(ctx); in scanOne()