Searched refs:MDRawExceptionStream (Results 1 – 15 of 15) sorted by relevance
71 bool BenignCrashTrigger(const MDRawExceptionStream *raw_exception_stream);
119 const MDRawExceptionStream *raw_exception_stream = exception->exception(); in CheckPlatformExploitability()195 const MDRawExceptionStream *raw_exception_stream = exception->exception(); in EndedOnIllegalWrite()584 bool ExploitabilityLinux::BenignCrashTrigger(const MDRawExceptionStream in BenignCrashTrigger()
1093 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1167 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1252 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1334 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1397 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1481 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()1580 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
83 const MDRawExceptionStream *raw_exception = exception->exception(); in CheckPlatformExploitability()
338 assert(Size() == sizeof(MDRawExceptionStream)); in Exception()
732 const MDRawExceptionStream *raw_exception = exception->exception(); in GetCrashReason()
137 TypedMDRVA<MDRawExceptionStream> exception(&writer_);144 MDRawExceptionStream *exception_ptr = exception.get();
133 const MDRawExceptionStream* raw_exception = exception->exception(); in InProcessCrash()230 const MDRawExceptionStream* raw_exception = exception->exception(); in TEST_F()
635 const MDRawExceptionStream* exception() const { in exception()659 MDRawExceptionStream exception_;
702 TypedMDRVA<MDRawExceptionStream> exc(&minidump_writer_); in WriteExceptionStream()706 MDRawExceptionStream* stream = exc.get(); in WriteExceptionStream()707 my_memset(stream, 0, sizeof(MDRawExceptionStream)); in WriteExceptionStream()
566 } MDRawExceptionStream; /* MINIDUMP_EXCEPTION_STREAM */ typedef
1109 const MDRawExceptionStream* raw = exception->exception(); in TEST()1280 const MDRawExceptionStream* raw = exception->exception(); in TEST()
1137 TypedMDRVA<MDRawExceptionStream> exception(&writer_); in WriteExceptionStream()1144 MDRawExceptionStream *exception_ptr = exception.get(); in WriteExceptionStream()
583 TypedMDRVA<MDRawExceptionStream> exception(minidump_writer); in WriteExceptionStream()
915 const MDRawExceptionStream* exp = range.GetData<MDRawExceptionStream>(0); in ParseExceptionStream()