Searched refs:SectionStrippedError (Results 1 – 2 of 2) sorted by relevance
1296 class SectionStrippedError1297 : public ErrorInfo<SectionStrippedError, BinaryError> {1299 SectionStrippedError() { setErrorCode(object_error::section_stripped); } in SectionStrippedError() function
491 return make_error<SectionStrippedError>(); in getRvaPtr()779 if (E.isA<SectionStrippedError>()) { in ignoreStrippedErrors()