Searched refs:MDRawExceptionStream (Results 1 – 13 of 13) sorted by relevance
731 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()805 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()890 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()972 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1035 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1119 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1218 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
83 const MDRawExceptionStream *raw_exception = exception->exception(); in CheckPlatformExploitability()
315 assert(Size() == sizeof(MDRawExceptionStream)); in Exception()
658 const MDRawExceptionStream *raw_exception = exception->exception(); in GetCrashReason()
137 TypedMDRVA<MDRawExceptionStream> exception(&writer_);144 MDRawExceptionStream *exception_ptr = exception.get();
599 const MDRawExceptionStream* exception() const { in exception()623 MDRawExceptionStream exception_;
132 const MDRawExceptionStream* raw_exception = exception->exception(); in InProcessCrash()229 const MDRawExceptionStream* raw_exception = exception->exception(); in TEST_F()
546 } MDRawExceptionStream; /* MINIDUMP_EXCEPTION_STREAM */ typedef
1017 const MDRawExceptionStream* raw = exception->exception(); in TEST()1188 const MDRawExceptionStream* raw = exception->exception(); in TEST()
616 TypedMDRVA<MDRawExceptionStream> exc(&minidump_writer_); in WriteExceptionStream()619 my_memset(exc.get(), 0, sizeof(MDRawExceptionStream)); in WriteExceptionStream()
1117 TypedMDRVA<MDRawExceptionStream> exception(&writer_); in WriteExceptionStream()1124 MDRawExceptionStream *exception_ptr = exception.get(); in WriteExceptionStream()
741 const MDRawExceptionStream* exp = range.GetData<MDRawExceptionStream>(0); in ParseExceptionStream()
583 TypedMDRVA<MDRawExceptionStream> exception(minidump_writer); in WriteExceptionStream()