Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp349 uint64_t tocRelative = d->getVA(addend) - getPPC64TocBase(); in tryRelaxPPC64TocIndirection() local
350 if (!isInt<32>(tocRelative)) in tryRelaxPPC64TocIndirection()
354 target->relaxGot(bufLoc, rel, tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()