Lines Matching refs:cfa
66 void *cfa; member
1007 void *cfa; member
1079 void *cfa; in uw_update_context_1() local
1102 tmp_sp = (_Unwind_Ptr) context->cfa; in uw_update_context_1()
1112 cfa = (void *) (_Unwind_Ptr) _Unwind_GetGR (&orig_context, fs->cfa_reg); in uw_update_context_1()
1113 cfa += fs->cfa_offset; in uw_update_context_1()
1122 cfa = (void *) (_Unwind_Ptr) in uw_update_context_1()
1130 context->cfa = cfa; in uw_update_context_1()
1140 context->reg[i] = cfa + fs->regs.reg[i].loc.offset; in uw_update_context_1()
1155 (_Unwind_Ptr) cfa); in uw_update_context_1()
1276 target_cfa = target->cfa; in uw_install_context_1()
1280 return target_cfa - current->cfa + target->args_size; in uw_install_context_1()
1282 return current->cfa - target_cfa - target->args_size; in uw_install_context_1()