Searched refs:ExpSec (Results 1 – 1 of 1) sorted by relevance
365 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection() local366 if (!ExpSec) in getSymbolSection()367 return ExpSec.takeError(); in getSymbolSection()369 return section_iterator(SectionRef(ExpSec.get(), this)); in getSymbolSection()