HomeSort by relevance Sort by last modified time
    Searched refs:rbp_cfa_offset (Results 1 - 4 of 4) sorted by null

  /external/libunwind/src/x86_64/
Gtrace.c 231 f->rbp_cfa_offset = -1;
263 f->rbp_cfa_offset, f->rsp_cfa_offset);
459 f->rbp_cfa_offset, f->rsp_cfa_offset);
482 if (likely(ret >= 0) && likely(f->rbp_cfa_offset != -1))
483 ACCESS_MEM_FAST(ret, c->validate, d, cfa + f->rbp_cfa_offset, rbp);
Gstash_frame.c 71 f->rbp_cfa_offset = rs->reg[RBP].val;
Gstep.c 189 c->frame_info.rbp_cfa_offset = -16;
  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 60 int64_t rbp_cfa_offset : 15; /* rbp saved at this offset from cfa (-1 = not saved) */ member in struct:__anon24346

Completed in 244 milliseconds