Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp331 getRelaTocSymAndAddend(InputSectionBase *tocSec, uint64_t offset) { in getRelaTocSymAndAddend() function
393 ctx.arg.isLE ? getRelaTocSymAndAddend<ELF64LE>(tocISB, rel.addend) in tryRelaxPPC64TocIndirection()
394 : getRelaTocSymAndAddend<ELF64BE>(tocISB, rel.addend); in tryRelaxPPC64TocIndirection()