Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/w32/
H A Dsignal.cxx432 const char* pSEHName = NULL; in win_seh_translator() local
435 case EXCEPTION_ACCESS_VIOLATION: pSEHName = "SEH Exception: ACCESS VIOLATION"; break; in win_seh_translator()
444 case EXCEPTION_FLT_OVERFLOW: pSEHName = "SEH Exception: FLOAT OVERFLOW"; break; in win_seh_translator()
446 case EXCEPTION_FLT_UNDERFLOW: pSEHName = "SEH Exception: FLOAT UNDERFLOW"; break; in win_seh_translator()
450 case EXCEPTION_IN_PAGE_ERROR: pSEHName = "SEH Exception: IN_PAGE_ERROR"; break; in win_seh_translator()
453 case EXCEPTION_STACK_OVERFLOW: pSEHName = "SEH Exception: STACK OVERFLOW"; break; in win_seh_translator()
455 case EXCEPTION_GUARD_PAGE: pSEHName = "SEH Exception: GUARD PAGE"; break; in win_seh_translator()
456 case EXCEPTION_INVALID_HANDLE: pSEHName = "SEH Exception: INVALID HANDLE"; break; in win_seh_translator()
458 default: pSEHName = "Unknown SEH Exception"; break; in win_seh_translator()
461 if( pSEHName) in win_seh_translator()
[all …]

Completed in 15 milliseconds