Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp405 uint64_t tocRelative = d->getVA(ctx, addend) - getPPC64TocBase(ctx); in tryRelaxPPC64TocIndirection() local
406 if (!isInt<32>(tocRelative)) in tryRelaxPPC64TocIndirection()
411 .relaxGot(bufLoc, rel, tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()