Home
last modified time | relevance | path

Searched refs:MIPS_REG_RA (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/
DRegsMips.cpp33 : RegsImpl<uint32_t>(MIPS_REG_LAST, Location(LOCATION_REGISTER, MIPS_REG_RA)) {} in RegsMips()
64 uint32_t ra = regs_[MIPS_REG_RA]; in SetPcFromReturnAddress()
105 fn("ra", regs_[MIPS_REG_RA]); in IterateRegisters()
/system/core/libunwindstack/include/unwindstack/
DMachineMips.h61 MIPS_REG_RA = MIPS_REG_R31, enumerator
/system/core/libunwindstack/tests/
DRegsIterateTest.cpp192 result.push_back({"ra", MIPS_REG_RA}); in ExpectedRegisters()