Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/tools/
Dremove_dt_needed.py57 class ELFError(ValueError): class
107 raise ELFError('bad ident')
110 raise ELFError('bad magic')
114 raise ELFError('unknown word size')
119 raise ELFError('unknown endianness')
139 raise ELFError(error_msg)
159 raise ELFError('no section header')
178 raise ELFError('no .dynamic section')
182 raise ELFError('no .dynstr section')
192 raise ELFError('.dynamic section is empty')
[all …]