Home
last modified time | relevance | path

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

/third_party/libunwind/src/riscv/
Dinit.h40 c->dwarf.loc[UNW_RISCV_PC] = DWARF_REG_LOC (&c->dwarf, UNW_RISCV_PC); in common_init()
42 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_RISCV_PC], &c->dwarf.ip); in common_init()
DGstep.c109 c->dwarf.loc[UNW_RISCV_PC] = c->dwarf.loc[UNW_RISCV_X1]; in unw_step()
111 if (!DWARF_IS_NULL_LOC (c->dwarf.loc[UNW_RISCV_PC])) in unw_step()
113 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_RISCV_PC], &c->dwarf.ip); in unw_step()
DGget_save_loc.c67 case UNW_RISCV_PC: in unw_get_save_loc()
DGinit.c62 else if (reg == UNW_RISCV_PC) in uc_addr()
/third_party/libunwind/include/
Dlibunwind-riscv.h141 UNW_RISCV_PC, enumerator
143 UNW_TDEP_LAST_REG = UNW_RISCV_PC,
148 UNW_TDEP_IP = UNW_RISCV_PC,
/third_party/libunwind/src/coredump/
D_UCD_access_reg_linux.c64 if (regnum == UNW_RISCV_PC) in _UCD_access_reg()
/third_party/libunwind/src/ptrace/
D_UPT_reg_offset.c725 [UNW_RISCV_PC] = RISCV_REG_OFFSET(0),