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