Searched refs:private_ (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/
H A Dcrypto.h610 return private_##alg##_Init(c); \
612 int private_##alg##_Init(cx##_CTX *c)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h144 _Unwind_Word private_[6]; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h132 uintptr_t private_[6]; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp114 memset(exc->private_, 0, sizeof(exc->private_));
156 exc->private_[1] = (ULONG_PTR)frame;
175 exc->private_[2] = disp->TargetIp;
177 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]);
179 exc->private_[2] = disp->TargetPc;
181 __unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]);
183 exc->private_[2] = disp->TargetPc;
185 __unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]);
194 ms_exc->ExceptionInformation[3] = exc->private_[
[all...]
H A DUnwindLevel1-gcc-ext.c28 #define private_1 private_[0]

Completed in 125 milliseconds