Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp354 uint64_t tocRelative = d->getVA(addend) - getPPC64TocBase(); in tryRelaxPPC64TocIndirection() local
355 if (!isInt<32>(tocRelative)) in tryRelaxPPC64TocIndirection()
359 target->relaxGot(bufLoc, rel, tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()