Searched refs:private_ (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp144 exc->private_[1] = (ULONG_PTR)frame;
163 exc->private_[2] = disp->TargetIp;
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]);
167 exc->private_[2] = disp->TargetPc;
169 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]);
171 exc->private_[2] = disp->TargetPc;
173 __unw_get_reg(&cursor, UNW_AARCH64_X1, &exc->private_[3]);
182 ms_exc->ExceptionInformation[3] = exc->private_[3];
341 memset(exception_object->private_, 0, sizeof(exception_object->private_));
[all...]
H A DUnwindLevel1-gcc-ext.c32 #define PRIVATE_1 private_[0]
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h26 uintptr_t private_[6]; member in struct:_Unwind_Exception
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h147 _Unwind_Word private_[6]; member in struct:_Unwind_Exception

Completed in 105 milliseconds