Home
last modified time | relevance | path

Searched refs:ucbp (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/
Dunwind-arm.c42 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) argument
59 #define UCB_PR_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved2) argument
60 #define UCB_SAVED_CALLSITE_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved3) argument
61 #define UCB_FORCED_STOP_ARG(ucbp) ((ucbp)->unwinder_cache.reserved4) argument
314 get_eit_entry (_Unwind_Control_Block *ucbp, _uw return_address, pid_t pid, in get_eit_entry() argument
323 UCB_PR_ADDR (ucbp) = 0; in get_eit_entry()
326 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset, pid); in get_eit_entry()
[all …]
Dpr-support.c62 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);