Searched refs:PEFormatError (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/symsrc/
H A Dpefile.py557 except PEFormatError, e:
590 class PEFormatError(Exception): class in inherits:Exception
743 raise PEFormatError('Data length less than expected header length.')
1314 except PEFormatError, err:
1346 raise PEFormatError('DOS Header magic not found.')
1352 raise PEFormatError('Invalid e_lfanew value, probably not a PE file')
1366 raise PEFormatError('NT Headers not found.')
1369 raise PEFormatError('Invalid NT Headers signature.')
1378 raise PEFormatError('File Header missing')
1463 raise PEFormatError('Fil
[all...]

Completed in 1480 milliseconds