Home
last modified time | relevance | path

Searched refs:UNW_RISCV_X1 (Results 1 – 7 of 7) sorted by relevance

/third_party/libunwind/src/riscv/
DGstep.c65 for (i = UNW_RISCV_X1; i <= UNW_RISCV_F31; i++) in riscv_handle_signal_frame()
109 c->dwarf.loc[UNW_RISCV_PC] = c->dwarf.loc[UNW_RISCV_X1]; in unw_step()
110 c->dwarf.loc[UNW_RISCV_X1] = DWARF_NULL_LOC; in unw_step()
DGresume.c57 for (int i = UNW_RISCV_X1; i <= UNW_RISCV_F31; ++i) { in riscv_local_resume()
91 for (reg = UNW_RISCV_X1; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
DGget_save_loc.c36 case UNW_RISCV_X1: in unw_get_save_loc()
DGglobal.c37 UNW_RISCV_X1,
DGinit.c55 if (reg >= UNW_RISCV_X1 && reg <= UNW_RISCV_X31) in uc_addr()
/third_party/libunwind/include/
Dlibunwind-riscv.h75 UNW_RISCV_X1, enumerator
/third_party/libunwind/src/ptrace/
D_UPT_reg_offset.c726 [UNW_RISCV_X1] = RISCV_REG_OFFSET(1),