HomeSort by: relevance | last modified time | path
    Searched defs:ucbp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
pr-support.c 41 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
313 /* Execute the unwinding instructions associated with a frame. UCBP and
318 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context)
323 ptr = (_uw *) ucbp->pr_cache.ehtp;
348 _Unwind_Control_Block *ucbp; local
350 ucbp = unwind_UCB_from_context (context);
351 return (_Unwind_Ptr) ucbp->pr_cache.fnstart;
359 _Unwind_Control_Block *ucbp; local
363 ucbp = unwind_UCB_from_context (context);
364 ptr = (_uw *) ucbp->pr_cache.ehtp
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
pr-support.c 41 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
362 /* Execute the unwinding instructions associated with a frame. UCBP and
367 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context)
372 ptr = (_uw *) ucbp->pr_cache.ehtp;
397 _Unwind_Control_Block *ucbp; local
399 ucbp = unwind_UCB_from_context (context);
400 return (_Unwind_Ptr) ucbp->pr_cache.fnstart;
408 _Unwind_Control_Block *ucbp; local
412 ucbp = unwind_UCB_from_context (context);
413 ptr = (_uw *) ucbp->pr_cache.ehtp
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
pr-support.c 70 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
471 /* Execute the unwinding instructions associated with a frame. UCBP and
476 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context)
481 ptr = (_uw *) ucbp->pr_cache.ehtp;
515 _Unwind_Control_Block *ucbp; local
517 ucbp = (_Unwind_Control_Block *) _Unwind_GetGR (context, UNWIND_POINTER_REG);
518 return (_Unwind_Ptr) ucbp->pr_cache.fnstart;
524 _Unwind_Control_Block *ucbp; local
527 ucbp = (_Unwind_Control_Block *) _Unwind_GetGR (context, UNWIND_POINTER_REG);
528 ptr = (_uw *) ucbp->pr_cache.ehtp
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
pr-support.c 70 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
471 /* Execute the unwinding instructions associated with a frame. UCBP and
476 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context)
481 ptr = (_uw *) ucbp->pr_cache.ehtp;
515 _Unwind_Control_Block *ucbp; local
517 ucbp = (_Unwind_Control_Block *) _Unwind_GetGR (context, UNWIND_POINTER_REG);
518 return (_Unwind_Ptr) ucbp->pr_cache.fnstart;
524 _Unwind_Control_Block *ucbp; local
527 ucbp = (_Unwind_Control_Block *) _Unwind_GetGR (context, UNWIND_POINTER_REG);
528 ptr = (_uw *) ucbp->pr_cache.ehtp
    [all...]

Completed in 65 milliseconds