Searched refs:tocISB (Results 1 – 1 of 1) sorted by relevance
377 auto *tocISB = cast<InputSectionBase>(defSym->section); in tryRelaxPPC64TocIndirection() local379 config->isLE ? getRelaTocSymAndAddend<ELF64LE>(tocISB, rel.addend) in tryRelaxPPC64TocIndirection()380 : getRelaTocSymAndAddend<ELF64BE>(tocISB, rel.addend); in tryRelaxPPC64TocIndirection()