Searched refs:ucbp (Results 1 – 2 of 2) sorted by relevance
42 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);43 bool __attribute__((weak)) __cxa_begin_cleanup(_Unwind_Control_Block *ucbp);44 bool __attribute__((weak)) __cxa_type_match(_Unwind_Control_Block *ucbp,58 #define UCB_FORCED_STOP_FN(ucbp) ((ucbp)->unwinder_cache.reserved1) argument59 #define UCB_PR_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved2) argument60 #define UCB_SAVED_CALLSITE_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved3) argument61 #define UCB_FORCED_STOP_ARG(ucbp) ((ucbp)->unwinder_cache.reserved4) argument314 get_eit_entry (_Unwind_Control_Block *ucbp, _uw return_address, pid_t pid, in get_eit_entry() argument323 UCB_PR_ADDR (ucbp) = 0; in get_eit_entry()326 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset, pid); in get_eit_entry()[all …]
62 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);