Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py10 class NotELFFileError(Exception): class
42 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)
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Ddlopen-deps.inc78 except oe.qa.NotELFFileError as e:
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass16 except oe.qa.NotELFFileError:
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass173 except oe.qa.NotELFFileError:
H A Dinsane.bbclass289 except (oe.qa.NotELFFileError, FileNotFoundError):
298 except (oe.qa.NotELFFileError, FileNotFoundError):
791 except oe.qa.NotELFFileError: