HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionFlags (Results 1 - 7 of 7) sorted by null

  /external/libunwind_llvm/src/
Unwind-seh.cpp 81 ms_exc->ExceptionCode, ms_exc->ExceptionFlags,
84 if (IS_TARGET_UNWIND(ms_exc->ExceptionFlags)) {
104 if (!IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) {
121 if (!IS_UNWINDING(ms_exc->ExceptionFlags)) {
153 if (IS_UNWINDING(ms_exc->ExceptionFlags))
168 if (ours && !IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1)
171 if (!IS_UNWINDING(ms_exc->ExceptionFlags))
219 ms_exc.ExceptionFlags = 0;
392 ms_exc.ExceptionFlags = EXCEPTION_NONCONTINUABLE;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcDebuggerHook.h 27 @param ExceptionFlags Specifies the exception context.
37 IN EXCEPTION_FLAGS ExceptionFlags,
EbcInt.c 731 @param ExceptionFlags Specifies the exception context.
741 IN EXCEPTION_FLAGS ExceptionFlags,
752 VmPtr->ExceptionFlags |= ExceptionFlags;
758 if ((ExceptionFlags & EXCEPTION_FLAG_FATAL) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
EbcVmTest.h 98 EXCEPTION_FLAGS ExceptionFlags; ///< to keep track of exceptions
  /external/grpc-grpc/test/core/util/
test_config.cc 162 DWORD flgs = exrec->ExceptionFlags;
  /external/python/cpython3/Modules/
faulthandler.c 385 DWORD flags = exc_info->ExceptionRecord->ExceptionFlags;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]

Completed in 710 milliseconds