Home
last modified time | relevance | path

Searched refs:Relas (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1826 Expected<typename ELFFile<ELFT>::Elf_Rela_Range> Relas = in readSections() local
1828 if (!Relas) in readSections()
1829 return Relas.takeError(); in readSections()
1831 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()