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.cpp407 uint64_t tocRelative = d->getVA(addend) - getPPC64TocBase(); in tryRelaxPPC64TocIndirection() local
408 if (!isInt<32>(tocRelative)) in tryRelaxPPC64TocIndirection()
413 tocRelative + ppc64TocOffset); in tryRelaxPPC64TocIndirection()