Searched refs:Relas (Results 1 – 1 of 1) sorted by relevance
1847 Expected<typename ELFFile<ELFT>::Elf_Rela_Range> Relas = in readSections() local1849 if (!Relas) in readSections()1850 return Relas.takeError(); in readSections()1852 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()