Home
last modified time | relevance | path

Searched refs:RISCV64_REG_RA (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/
DRegsRiscv64.cpp73 : RegsImpl<uint64_t>(RISCV64_REG_COUNT, Location(LOCATION_REGISTER, RISCV64_REG_RA)) {} in RegsRiscv64()
96 uint64_t ra = regs_[RISCV64_REG_RA]; in SetPcFromReturnAddress()
107 fn("ra", regs_[RISCV64_REG_RA]); in IterateRegisters()
/system/unwinding/libunwindstack/include/unwindstack/
DMachineRiscv64.h25 RISCV64_REG_RA, enumerator
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp161 result.push_back({"ra", RISCV64_REG_RA}); in ExpectedRegisters()
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp502 {"pc", RISCV64_REG_PC}, {"ra", RISCV64_REG_RA}, {"sp", RISCV64_REG_SP},