Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/linux/
H A Dnacl_bootstrap_munge_phdr.py42 class ElfFormatError(Error): class
47 super(ElfFormatError, self).__init__(message)
154 raise ElfFormatError('Missing ELF magic number (%s)' % (
162 raise ElfFormatError('Unhandled ELF "ei_class" (%d)' %
166 raise ElfFormatError('Wrong endian "ei_data" (%d): expected 1 (little)' %