Searched refs:SymSI (Results 1 – 1 of 1) sorted by relevance
535 Expected<section_iterator> SymSI = SI->getSection(); in getRelocationValueString() local536 if (!SymSI) in getRelocationValueString()537 return errorToErrorCode(SymSI.takeError()); in getRelocationValueString()538 const Elf_Shdr *SymSec = Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString()