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