Lines Matching refs:rbp
216 unw_word_t rbp, in trace_init_addr() argument
247 && likely(dwarf_put (d, d->loc[UNW_X86_64_RBP], rbp) >= 0) in trace_init_addr()
278 unw_word_t rbp, in trace_lookup() argument
331 return trace_init_addr (frame, cursor, cfa, rip, rbp, rsp); in trace_lookup()
403 unw_word_t rbp, rsp, rip, cfa; in tdep_trace() local
422 ACCESS_MEM_FAST(ret, 0, d, DWARF_GET_LOC(d->loc[UNW_X86_64_RBP]), rbp); in tdep_trace()
442 depth, cfa, rip, rsp, rbp); in tdep_trace()
449 unw_tdep_frame_t *f = trace_lookup (cursor, cache, cfa, rip, rbp, rsp); in tdep_trace()
483 cfa = (f->cfa_reg_rsp ? rsp : rbp) + f->cfa_reg_offset; in tdep_trace()
488 ACCESS_MEM_FAST(ret, validate, d, cfa + f->rbp_cfa_offset, rbp); in tdep_trace()
504 ACCESS_MEM_FAST(ret, validate, d, cfa + UC_MCONTEXT_GREGS_RBP, rbp); in tdep_trace()
519 cfa = (f->cfa_reg_rsp ? rsp : rbp) + f->cfa_reg_offset; in tdep_trace()
526 ACCESS_MEM_FAST(ret, validate, d, rbp, rbp); in tdep_trace()
545 cfa, rip, rsp, rbp); in tdep_trace()