Searched refs:SectionsOrError (Results 1 – 2 of 2) sorted by relevance
42 auto SectionsOrError = Elf->sections(); in getDynamicStrTab() local43 if (!SectionsOrError) in getDynamicStrTab()44 return SectionsOrError.takeError(); in getDynamicStrTab()46 for (const typename ELFO::Elf_Shdr &Sec : *SectionsOrError) { in getDynamicStrTab()
505 auto SectionsOrError = sections(); in dynamicEntries() local506 if (!SectionsOrError) in dynamicEntries()507 return SectionsOrError.takeError(); in dynamicEntries()509 for (const Elf_Shdr &Sec : *SectionsOrError) { in dynamicEntries()