Searched refs:bitpattern (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_call.cc89 rtti_count = exc_obj->barrier_cache.bitpattern[1];
91 rtti_stride = exc_obj->barrier_cache.bitpattern[3];
92 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
H A Deh_personality.cc164 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr;
165 ue_header->barrier_cache.bitpattern[1]
167 ue_header->barrier_cache.bitpattern[2]
169 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad;
181 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1];
183 (const unsigned char*) ue_header->barrier_cache.bitpattern[2];
184 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3];
666 ue_header->barrier_cache.bitpattern[1] = n;
668 ue_header->barrier_cache.bitpattern[2] = 0;
670 ue_header->barrier_cache.bitpattern[
[all...]
H A Dunwind-cxx.h207 return (void*)eo->barrier_cache.bitpattern[0];
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c790 data = (_uw *) ucbp->cleanup_cache.bitpattern[0];
831 ucbp->cleanup_cache.bitpattern[0] = (_uw) data;
871 ucbp->barrier_cache.bitpattern[0] = (_uw) matched;
872 ucbp->barrier_cache.bitpattern[1] = (_uw) data;
879 && ucbp->barrier_cache.bitpattern[1] == (_uw) data)
920 ucbp->barrier_cache.bitpattern[0] = (_uw) matched;
921 ucbp->barrier_cache.bitpattern[1] = (_uw) data;
928 && ucbp->barrier_cache.bitpattern[1] == (_uw) data)
933 ucbp->barrier_cache.bitpattern[1] = rtti_count;
934 ucbp->barrier_cache.bitpattern[
[all...]
H A Dunwind-arm.h106 _uw bitpattern[5]; member in struct:_Unwind_Control_Block::__anon130
112 _uw bitpattern[4]; member in struct:_Unwind_Control_Block::__anon131
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h48 uint32_t bitpattern[5]; member in struct:_Unwind_Control_Block::__anon298
53 uint32_t bitpattern[4]; member in struct:_Unwind_Control_Block::__anon299
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1037 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr;
1038 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord;
1039 unwind_exception->barrier_cache.bitpattern[2] = (uint32_t)results.languageSpecificData;
1040 unwind_exception->barrier_cache.bitpattern[3] = (uint32_t)results.landingPad;
1041 unwind_exception->barrier_cache.bitpattern[4] = (uint32_t)results.ttypeIndex;
1047 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0];
1048 results.actionRecord = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[1];
1049 results.languageSpecificData = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[2];
1050 results.landingPad = (uintptr_t)unwind_exception->barrier_cache.bitpattern[3];
1051 results.ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache.bitpattern[
[all...]
H A Dcxa_exception.cpp298 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]);
469 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h127 uint32_t bitpattern[5]; member in struct:_Unwind_Control_Block::__anon673
131 uint32_t bitpattern[4]; member in struct:_Unwind_Control_Block::__anon674

Completed in 99 milliseconds