Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp391 uint64_t tocRelative = d->getVA(addend) - getPPC64TocBase(); in tryRelaxPPC64TocIndirection() local
392 if (!isInt<32>(tocRelative)) in tryRelaxPPC64TocIndirection()
397 tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()