Home
last modified time | relevance | path

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

12345678

/dports/devel/emscripten/emscripten-2.0.3/system/lib/libcxxabi/src/
H A Dcxa_personality.cpp571 results.actionRecord = 0; in scan_eh_tab()
713 const uint8_t* actionRecord = action; in scan_eh_tab() local
739 results.actionRecord = actionRecord; in scan_eh_tab()
780 results.actionRecord = actionRecord; in scan_eh_tab()
829 results.actionRecord = actionRecord; in scan_eh_tab()
859 results.actionRecord = actionRecord; in scan_eh_tab()
884 results.actionRecord = actionRecord; in scan_eh_tab()
1001 exception_header->actionRecord = results.actionRecord; in __gxx_personality_wasm0()
1026 results.actionRecord = exception_header->actionRecord; in __gxx_personality_wasm0()
1057 exception_header->actionRecord = results.actionRecord; in __gxx_personality_wasm0()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxxabi/src/
H A Dcxa_personality.cpp569 results.actionRecord = 0; in scan_eh_tab()
711 const uint8_t* actionRecord = action; in scan_eh_tab() local
732 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
812 results.actionRecord = actionRecord; in scan_eh_tab()
837 results.actionRecord = actionRecord; in scan_eh_tab()
862 results.actionRecord = actionRecord; in scan_eh_tab()
977 exception_header->actionRecord = results.actionRecord; in __gxx_personality_imp()
1002 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
1076 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++abi/trunk/src/
H A Dcxa_personality.cpp569 results.actionRecord = 0; in scan_eh_tab()
711 const uint8_t* actionRecord = action; in scan_eh_tab() local
732 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
812 results.actionRecord = actionRecord; in scan_eh_tab()
837 results.actionRecord = actionRecord; in scan_eh_tab()
862 results.actionRecord = actionRecord; in scan_eh_tab()
977 exception_header->actionRecord = results.actionRecord; in __gxx_personality_imp()
1002 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
1076 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
H A Dcxa_exception.hpp54 const unsigned char *actionRecord; member
91 const unsigned char *actionRecord; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxxabi/src/
H A Dcxa_personality.cpp569 results.actionRecord = 0; in scan_eh_tab()
711 const uint8_t* actionRecord = action; in scan_eh_tab() local
732 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
812 results.actionRecord = actionRecord; in scan_eh_tab()
837 results.actionRecord = actionRecord; in scan_eh_tab()
862 results.actionRecord = actionRecord; in scan_eh_tab()
977 exception_header->actionRecord = results.actionRecord; in __gxx_personality_imp()
1002 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
1076 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxxabi/src/
H A Dcxa_personality.cpp569 results.actionRecord = 0; in scan_eh_tab()
711 const uint8_t* actionRecord = action; in scan_eh_tab() local
732 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
812 results.actionRecord = actionRecord; in scan_eh_tab()
837 results.actionRecord = actionRecord; in scan_eh_tab()
862 results.actionRecord = actionRecord; in scan_eh_tab()
977 exception_header->actionRecord = results.actionRecord; in __gxx_personality_imp()
1002 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
1076 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
H A Dcxa_exception.h59 const unsigned char *actionRecord; member
97 const unsigned char *actionRecord; member
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxxabi/src/
H A Dcxa_personality.cpp515 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance. member
569 results.actionRecord = 0; in scan_eh_tab()
705 const uint8_t* actionRecord = action; in scan_eh_tab() local
723 results.actionRecord = actionRecord; in scan_eh_tab()
749 results.actionRecord = actionRecord; in scan_eh_tab()
781 results.actionRecord = actionRecord; in scan_eh_tab()
789 results.actionRecord = actionRecord; in scan_eh_tab()
906 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
932 exc->actionRecord = results.actionRecord; in __gxx_personality_imp()
983 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxxabi/src/
H A Dcxa_personality.cpp515 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance. member
569 results.actionRecord = 0; in scan_eh_tab()
705 const uint8_t* actionRecord = action; in scan_eh_tab() local
723 results.actionRecord = actionRecord; in scan_eh_tab()
749 results.actionRecord = actionRecord; in scan_eh_tab()
781 results.actionRecord = actionRecord; in scan_eh_tab()
789 results.actionRecord = actionRecord; in scan_eh_tab()
906 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
932 exc->actionRecord = results.actionRecord; in __gxx_personality_imp()
983 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxxabi/src/
H A Dcxa_personality.cpp524 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance. member
581 results.actionRecord = 0; in scan_eh_tab()
723 const uint8_t* actionRecord = action; in scan_eh_tab() local
742 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
801 results.actionRecord = actionRecord; in scan_eh_tab()
809 results.actionRecord = actionRecord; in scan_eh_tab()
926 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
961 exc->actionRecord = results.actionRecord; in __gxx_personality_imp()
1022 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxxabi/src/
H A Dcxa_personality.cpp524 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance. member
581 results.actionRecord = 0; in scan_eh_tab()
723 const uint8_t* actionRecord = action; in scan_eh_tab() local
742 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
801 results.actionRecord = actionRecord; in scan_eh_tab()
809 results.actionRecord = actionRecord; in scan_eh_tab()
926 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
961 exc->actionRecord = results.actionRecord; in __gxx_personality_imp()
1022 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxxabi/src/
H A Dcxa_personality.cpp524 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance. member
581 results.actionRecord = 0; in scan_eh_tab()
723 const uint8_t* actionRecord = action; in scan_eh_tab() local
742 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
801 results.actionRecord = actionRecord; in scan_eh_tab()
809 results.actionRecord = actionRecord; in scan_eh_tab()
926 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
961 exc->actionRecord = results.actionRecord; in __gxx_personality_imp()
1022 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxxabi/src/
H A Dcxa_personality.cpp524 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance. member
581 results.actionRecord = 0; in scan_eh_tab()
723 const uint8_t* actionRecord = action; in scan_eh_tab() local
742 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
801 results.actionRecord = actionRecord; in scan_eh_tab()
809 results.actionRecord = actionRecord; in scan_eh_tab()
926 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
961 exc->actionRecord = results.actionRecord; in __gxx_personality_imp()
1022 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxxabi/src/
H A Dcxa_personality.cpp524 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance. member
581 results.actionRecord = 0; in scan_eh_tab()
723 const uint8_t* actionRecord = action; in scan_eh_tab() local
742 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
801 results.actionRecord = actionRecord; in scan_eh_tab()
809 results.actionRecord = actionRecord; in scan_eh_tab()
926 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
961 exc->actionRecord = results.actionRecord; in __gxx_personality_imp()
1022 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxxabi/src/
H A Dcxa_personality.cpp524 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance. member
581 results.actionRecord = 0; in scan_eh_tab()
723 const uint8_t* actionRecord = action; in scan_eh_tab() local
742 results.actionRecord = actionRecord; in scan_eh_tab()
768 results.actionRecord = actionRecord; in scan_eh_tab()
801 results.actionRecord = actionRecord; in scan_eh_tab()
809 results.actionRecord = actionRecord; in scan_eh_tab()
926 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
961 exc->actionRecord = results.actionRecord; in __gxx_personality_imp()
1022 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/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()
/dports/lang/gcc10/gcc-10.3.0/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;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/gcc/
H A Ddeh.d351 const(ubyte)* actionRecord;
594 const(ubyte)* actionRecord = null; in scanLSDA()
620 actionRecord = actionTable + CSAction - 1; in scanLSDA()
642 actionRecord = actionTable + CSAction - 1; in scanLSDA()
653 else if (actionRecord is null) in scanLSDA()
663 handler = actionTableLookup(actions, unwindHeader, actionRecord, in scanLSDA()
692 const(ubyte)* actionRecord, _Unwind_Exception_Class exceptionClass, in actionTableLookup() argument
705 auto ap = actionRecord; in actionTableLookup()
770 actionRecord = apn + ARDisp; in actionTableLookup()
/dports/devel/avr-gcc/gcc-10.2.0/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;
/dports/lang/gcc9-devel/gcc-9-20211007/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;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/gcc/
H A Ddeh.d351 const(ubyte)* actionRecord;
594 const(ubyte)* actionRecord = null; in scanLSDA()
620 actionRecord = actionTable + CSAction - 1; in scanLSDA()
642 actionRecord = actionTable + CSAction - 1; in scanLSDA()
653 else if (actionRecord is null) in scanLSDA()
663 handler = actionTableLookup(actions, unwindHeader, actionRecord, in scanLSDA()
692 const(ubyte)* actionRecord, _Unwind_Exception_Class exceptionClass, in actionTableLookup() argument
705 auto ap = actionRecord; in actionTableLookup()
770 actionRecord = apn + ARDisp; in actionTableLookup()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/gcc/
H A Ddeh.d351 const(ubyte)* actionRecord;
594 const(ubyte)* actionRecord = null; in scanLSDA()
620 actionRecord = actionTable + CSAction - 1; in scanLSDA()
642 actionRecord = actionTable + CSAction - 1; in scanLSDA()
653 else if (actionRecord is null) in scanLSDA()
663 handler = actionTableLookup(actions, unwindHeader, actionRecord, in scanLSDA()
692 const(ubyte)* actionRecord, _Unwind_Exception_Class exceptionClass, in actionTableLookup() argument
705 auto ap = actionRecord; in actionTableLookup()
770 actionRecord = apn + ARDisp; in actionTableLookup()
/dports/lang/gcc10-devel/gcc-10-20211008/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;
/dports/lang/gcc9/gcc-9.4.0/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;
/dports/lang/gcc9-aux/gcc-9.1.0/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;

12345678