Home
last modified time | relevance | path

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

/build/make/tools/
Dcheck_elf_file.py154 class ELFInvalidMagicError(ELFError): class
157 super(ELFInvalidMagicError, self).__init__('bad ELF magic')
180 raise ELFInvalidMagicError()
364 except ELFInvalidMagicError: