Searched refs:getPPC64TocBase (Results 1 – 5 of 5) sorted by relevance
206 uint64_t elf::getPPC64TocBase(Ctx &ctx) { in getPPC64TocBase() function in elf405 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()
241 uint64_t getPPC64TocBase(Ctx &ctx);
1416 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()
952 return getPPC64TocBase(ctx) + a; in getRelocTargetVA()
1529 addend += getPPC64TocBase(ctx); in scanOne()