Home
last modified time | relevance | path

Searched refs:barrier_cache (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_personality.cc162 ue_header->barrier_cache.sp = _Unwind_GetGR(context, 13); in save_caught_exception()
163 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr; in save_caught_exception()
164 ue_header->barrier_cache.bitpattern[1] in save_caught_exception()
166 ue_header->barrier_cache.bitpattern[2] in save_caught_exception()
168 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad; in save_caught_exception()
182 (const unsigned char*) ue_header->barrier_cache.bitpattern[2]; in restore_caught_exception()
384 && ue_header->barrier_cache.sp == _Unwind_GetGR(context, 13)) in PERSONALITY_FUNCTION()
665 ue_header->barrier_cache.bitpattern[1] = n; in PERSONALITY_FUNCTION()
667 ue_header->barrier_cache.bitpattern[2] = 0; in PERSONALITY_FUNCTION()
669 ue_header->barrier_cache.bitpattern[3] = 4; in PERSONALITY_FUNCTION()
[all …]
H A Deh_call.cc89 rtti_count = exc_obj->barrier_cache.bitpattern[1]; in __cxa_call_unexpected()
91 rtti_stride = exc_obj->barrier_cache.bitpattern[3]; in __cxa_call_unexpected()
92 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4]; in __cxa_call_unexpected()
H A Dunwind-cxx.h227 return (void*)eo->barrier_cache.bitpattern[0]; in __gxx_caught_object()
/freebsd-12.1/contrib/gcc/config/arm/
H A Dunwind-arm.c927 ucbp->barrier_cache.sp = in __gnu_unwind_pr_common()
929 ucbp->barrier_cache.bitpattern[0] = (_uw) matched; in __gnu_unwind_pr_common()
930 ucbp->barrier_cache.bitpattern[1] = (_uw) data; in __gnu_unwind_pr_common()
937 && ucbp->barrier_cache.bitpattern[1] == (_uw) data) in __gnu_unwind_pr_common()
976 ucbp->barrier_cache.sp = in __gnu_unwind_pr_common()
978 ucbp->barrier_cache.bitpattern[0] = (_uw) matched; in __gnu_unwind_pr_common()
979 ucbp->barrier_cache.bitpattern[1] = (_uw) data; in __gnu_unwind_pr_common()
991 ucbp->barrier_cache.bitpattern[1] = rtti_count; in __gnu_unwind_pr_common()
992 ucbp->barrier_cache.bitpattern[2] = 0; in __gnu_unwind_pr_common()
993 ucbp->barrier_cache.bitpattern[3] = 4; in __gnu_unwind_pr_common()
[all …]
H A Dunwind-arm.h112 barrier_cache; member
/freebsd-12.1/contrib/libcxxrt/
H A Dunwind-arm.h80 } barrier_cache; member
216 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
H A Dexception.cc76 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13); in saveLandingPad()
77 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector); in saveLandingPad()
78 ucb->barrier_cache.bitpattern[3] = reinterpret_cast<uint32_t>(landingPad); in saveLandingPad()
99 *selector = ucb->barrier_cache.bitpattern[1]; in loadLandingPad()
100 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ucb->barrier_cache.bitpattern[3]); in loadLandingPad()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h139 } barrier_cache; member
/freebsd-12.1/contrib/libunwind/include/
H A Dunwind.h92 } barrier_cache; member
/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-EHABI.cpp614 if (sp == exception_object->barrier_cache.sp) { in unwind_phase2()