Searched refs:NotELFFileError (Results 1 – 5 of 5) sorted by relevance
10 class NotELFFileError(Exception): class42 raise NotELFFileError("%s is not an ELF" % self.name)66 raise NotELFFileError("%s is empty" % self.name)70 raise NotELFFileError("%s is not an ELF" % self.name)83 raise NotELFFileError("ELF but not 32 or 64 bit.")88 raise NotELFFileError("Unexpected EI_DATA %x" % self.endian)
78 except oe.qa.NotELFFileError as e:
16 except oe.qa.NotELFFileError:
173 except oe.qa.NotELFFileError:
289 except (oe.qa.NotELFFileError, FileNotFoundError):298 except (oe.qa.NotELFFileError, FileNotFoundError):791 except oe.qa.NotELFFileError: