Searched refs:rs (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/ngunwind/src/aarch64/ |
| A D | Gstash_frame.c | 41 rs->reg[DWARF_CFA_REG_COLUMN].val, in tdep_stash_frame() 42 rs->reg[DWARF_CFA_OFF_COLUMN].val, in tdep_stash_frame() 44 rs->reg[FP].where, rs->reg[FP].val, DWARF_GET_LOC(d->loc[FP]), in tdep_stash_frame() 45 rs->reg[LR].where, rs->reg[LR].val, DWARF_GET_LOC(d->loc[LR]), in tdep_stash_frame() 46 rs->reg[SP].where, rs->reg[SP].val, DWARF_GET_LOC(d->loc[SP])); in tdep_stash_frame() 64 && rs->reg[FP].val+1 != 0)) in tdep_stash_frame() 69 && rs->reg[LR].val+1 != 0)) in tdep_stash_frame() 74 && rs->reg[SP].val+1 != 0))) in tdep_stash_frame() 81 f->fp_cfa_offset = rs->reg[FP].val; in tdep_stash_frame() 83 f->lr_cfa_offset = rs->reg[LR].val; in tdep_stash_frame() [all …]
|
| /third_party/ulib/ngunwind/src/arm/ |
| A D | Gstash_frame.c | 40 rs->reg[DWARF_CFA_REG_COLUMN].where, in tdep_stash_frame() 41 (int) rs->reg[DWARF_CFA_REG_COLUMN].val, in tdep_stash_frame() 44 rs->reg[R7].where, (int) rs->reg[R7].val, (int) DWARF_GET_LOC(d->loc[R7]), in tdep_stash_frame() 45 rs->reg[LR].where, (int) rs->reg[LR].val, (int) DWARF_GET_LOC(d->loc[LR]), in tdep_stash_frame() 46 rs->reg[SP].where, (int) rs->reg[SP].val, (int) DWARF_GET_LOC(d->loc[SP])); in tdep_stash_frame() 64 && rs->reg[R7].val+1 != 0)) in tdep_stash_frame() 69 && rs->reg[LR].val+1 != 0)) in tdep_stash_frame() 74 && rs->reg[SP].val+1 != 0))) in tdep_stash_frame() 81 f->fp_cfa_offset = rs->reg[R7].val; in tdep_stash_frame() 83 f->lr_cfa_offset = rs->reg[LR].val; in tdep_stash_frame() [all …]
|
| /third_party/ulib/ngunwind/src/x86_64/ |
| A D | Gstash_frame.c | 38 rs->reg[DWARF_CFA_REG_COLUMN].where, in tdep_stash_frame() 39 rs->reg[DWARF_CFA_REG_COLUMN].val, in tdep_stash_frame() 40 rs->reg[DWARF_CFA_OFF_COLUMN].val, in tdep_stash_frame() 42 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]), in tdep_stash_frame() 43 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP])); in tdep_stash_frame() 60 && rs->reg[RBP].val+1 != 0)) in tdep_stash_frame() 65 && rs->reg[RSP].val+1 != 0))) in tdep_stash_frame() 72 f->fp_cfa_offset = rs->reg[RBP].val; in tdep_stash_frame() 74 f->sp_cfa_offset = rs->reg[RSP].val; in tdep_stash_frame() 128 rs->signal_frame = c->sigcontext_format; in tdep_cache_frame() [all …]
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gparser.c | 31 #define free_reg_state(rs) (mempool_free (&dwarf_reg_state_pool, rs)) argument 578 if (rs->valid && (ip == rs->ip)) in cache_match() 593 return rs; in rs_lookup() 607 return rs; in rs_lookup() 611 rs = cache->buckets + rs->coll_chain; in rs_lookup() 631 if (rs->ip) in rs_new() 660 rs->hint = 0; in rs_new() 661 rs->ip = c->ip; in rs_new() 662 rs->valid = 1; in rs_new() 667 return rs; in rs_new() [all …]
|
| /third_party/ulib/chromiumos-platform-ec/ |
| A D | comm-lpc.cpp | 54 struct ec_host_response rs; in CommandLpc3() local 109 for (i = 0, dout = (uint8_t *)&rs; i < sizeof(rs); i++, dout++) { in CommandLpc3() 115 if (rs.struct_version != EC_HOST_RESPONSE_VERSION) { in CommandLpc3() 119 if (rs.reserved) { in CommandLpc3() 123 if (rs.data_len > insize) { in CommandLpc3() 128 for (i = 0, dout = (uint8_t *)indata; i < rs.data_len; i++, dout++) { in CommandLpc3() 129 const uint16_t addr = static_cast<uint16_t>(EC_LPC_ADDR_HOST_PACKET + sizeof(rs) + i); in CommandLpc3() 140 *actual = rs.data_len; in CommandLpc3()
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | libunwind_i.h | 349 struct dwarf_reg_state *rs); 351 struct dwarf_reg_state *rs); 354 #define tdep_cache_frame(c,rs) do {} while(0) argument 355 #define tdep_reuse_frame(c,rs) do {} while(0) argument 359 struct dwarf_reg_state *rs);
|
Completed in 10 milliseconds