Searched refs:ElfError (Results 1 – 3 of 3) sorted by relevance
34 class ElfError(Exception): class79 raise ElfError(e)84 raise ElfError(e)90 raise ElfError('Unexpected magic bytes: {}'.format(e_ident[:4]))94 raise ElfError('Unexpected file class: {}'98 raise ElfError('Unexpected data encoding: {}'100 except ElfError:142 except ElfError:176 raise ElfError("Read beyond end of file.")181 raise ElfError(e)[all …]
222 except elf_parser.ElfError:235 except elf_parser.ElfError as e:
281 elf_parser.ElfError,