Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py7 class NotELFFileError(Exception): class
39 raise NotELFFileError("%s is not an ELF" % self.name)
63 raise NotELFFileError("%s is empty" % self.name)
67 raise NotELFFileError("%s is not an ELF" % self.name)
80 raise NotELFFileError("ELF but not 32 or 64 bit.")
85 raise NotELFFileError("Unexpected EI_DATA %x" % self.endian)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dchrpath.bbclass10 except oe.qa.NotELFFileError:
H A Duninative.bbclass165 except oe.qa.NotELFFileError:
H A Dinsane.bbclass292 except (oe.qa.NotELFFileError):
301 except (oe.qa.NotELFFileError):
713 except oe.qa.NotELFFileError: