Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d356 const(ubyte)* actionRecord;
599 const(ubyte)* actionRecord = null;
625 actionRecord = actionTable + CSAction - 1;
647 actionRecord = actionTable + CSAction - 1;
658 else if (actionRecord is null)
668 handler = actionTableLookup(actions, unwindHeader, actionRecord,
697 const(ubyte)* actionRecord, _Unwind_Exception_Class exceptionClass,
710 auto ap = actionRecord;
775 actionRecord = apn + ARDisp;
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d332 const(ubyte)* actionRecord;
587 const(ubyte)* actionRecord = null; in scanLSDA()
613 actionRecord = actionTable + CSAction - 1; in scanLSDA()
635 actionRecord = actionTable + CSAction - 1; in scanLSDA()
646 else if (actionRecord is null) in scanLSDA()
656 handler = actionTableLookup(actions, unwindHeader, actionRecord, in scanLSDA()
685 const(ubyte)* actionRecord, const(ubyte)* lsda, in actionTableLookup() argument
699 auto ap = actionRecord; in actionTableLookup()
764 actionRecord = apn + ARDisp; in actionTableLookup()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h90 const unsigned char *actionRecord; member
144 const unsigned char *actionRecord; member
H A Deh_personality.cc293 xh->actionRecord = action_record; in save_caught_exception()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h90 const unsigned char *actionRecord; member
144 const unsigned char *actionRecord; member
H A Deh_personality.cc293 xh->actionRecord = action_record; in save_caught_exception()
/netbsd/external/bsd/libc++/dist/libcxxrt/src/
H A Dcxxabi.h135 const char *actionRecord; member
H A Dexception.cc212 const char *actionRecord; member
1143 ex->actionRecord = reinterpret_cast<const char*>(action.action_record);