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