Lines Matching refs:ElfError
34 class ElfError(Exception): class
79 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)
218 raise ElfError(e)
226 raise ElfError("Null-terminated string reaches end of file.")
246 raise ElfError(e)
486 raise ElfError('Unexpected SHT_ANDROID_RELA header: {}'
495 raise ElfError('Decoding pass end of section.')
498 raise ElfError('Decoding pass end of section.')
567 raise ElfError("Cannot find string table address in dynamic"
572 raise ElfError("Cannot find dynamic string table.")
643 raise ElfError("Cannot find symbol table.")