Searched refs:g_r (Results 1 – 7 of 7) sorted by relevance
97 uint64_t stack_pointer = last_frame->context.g_r[30]; in GetCallerFrame()98 if (stack_pointer <= last_frame->context.g_r[14]) { in GetCallerFrame()117 frame->context.g_r[14] = stack_pointer; in GetCallerFrame()118 frame->context.g_r[30] = stack_base; in GetCallerFrame()
339 context.g_r[14] = GetSP(); in CountCallerFrames()340 context.g_r[30] = GetFP(); in CountCallerFrames()368 frame_sparc->context.g_r[14], frame_sparc->context.g_r[30]); in CountCallerFrames()
364 sequence = PrintRegister("sp", frame_sparc->context.g_r[14], sequence); in PrintStack()366 sequence = PrintRegister("fp", frame_sparc->context.g_r[30], sequence); in PrintStack()
484 g_r_index, context_sparc->g_r[g_r_index]); in Print()
948 Swap(&context_sparc->g_r[gpr_index]); in Read()
113 uint64_t g_r[MD_CONTEXT_SPARC_GPR_COUNT]; member
167 context->g_r[i] = 0; in WriteContext()171 context->g_r[i] = (uintptr_t)(sig_ctx->uc_mcontext.gregs[i + 3]); in WriteContext()173 context->g_r[30] = (uintptr_t)(((struct frame *)context->g_r[14])->fr_savfp); in WriteContext()192 context->g_r[i] = (uintptr_t)(regs[i]); in WriteContext()