Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h513 #define MD_EXCEPTION_MAXIMUM_PARAMETERS 15 macro
530 uint64_t exception_information[MD_EXCEPTION_MAXIMUM_PARAMETERS];
/external/google-breakpad/src/processor/
Dsynth_minidump.cc312 for (int i = 0; i < MD_EXCEPTION_MAXIMUM_PARAMETERS; ++i) in Exception()
Dminidump.cc2931 parameter_index < MD_EXCEPTION_MAXIMUM_PARAMETERS; in Read()
/external/v8/tools/
Dgrokdump.py221 MD_EXCEPTION_MAXIMUM_PARAMETERS = 15 variable
230 ("information", ctypes.c_uint64 * MD_EXCEPTION_MAXIMUM_PARAMETERS)