Home
last modified time | relevance | path

Searched refs:gProtectedData (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/ios/
Dexception_handler_no_mach.cc79 } gProtectedData; variable
188 gProtectedData.handler->WriteMinidumpWithException( in SignalHandler()
204 if (gProtectedData.handler != NULL) in InstallHandlers()
218 gProtectedData.handler = this; in InstallHandlers()
220 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandlers()
221 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandlers()
235 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ | PROT_WRITE); in UninstallHandlers()
237 gProtectedData.handler = NULL; in UninstallHandlers()
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc87 } gProtectedData; variable
624 gProtectedData.handler->WriteMinidumpWithException( in SignalHandler()
640 if (gProtectedData.handler != NULL) { in InstallHandler()
656 gProtectedData.handler = this; in InstallHandler()
658 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
659 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
703 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
707 gProtectedData.handler = NULL; in UninstallHandler()