Home
last modified time | relevance | path

Searched refs:ARCH_MIPS64 (Results 1 – 9 of 9) sorted by relevance

/system/unwinding/libunwindstack/tests/
DRegsTest.cpp124 EXPECT_EQ(8U, GetPcAdjustment(0x10, elf_.get(), ARCH_MIPS64)); in TEST_F()
125 EXPECT_EQ(8U, GetPcAdjustment(0x8, elf_.get(), ARCH_MIPS64)); in TEST_F()
126 EXPECT_EQ(0U, GetPcAdjustment(0x7, elf_.get(), ARCH_MIPS64)); in TEST_F()
127 EXPECT_EQ(0U, GetPcAdjustment(0x6, elf_.get(), ARCH_MIPS64)); in TEST_F()
128 EXPECT_EQ(0U, GetPcAdjustment(0x5, elf_.get(), ARCH_MIPS64)); in TEST_F()
129 EXPECT_EQ(0U, GetPcAdjustment(0x4, elf_.get(), ARCH_MIPS64)); in TEST_F()
130 EXPECT_EQ(0U, GetPcAdjustment(0x3, elf_.get(), ARCH_MIPS64)); in TEST_F()
131 EXPECT_EQ(0U, GetPcAdjustment(0x2, elf_.get(), ARCH_MIPS64)); in TEST_F()
132 EXPECT_EQ(0U, GetPcAdjustment(0x1, elf_.get(), ARCH_MIPS64)); in TEST_F()
133 EXPECT_EQ(0U, GetPcAdjustment(0x0, elf_.get(), ARCH_MIPS64)); in TEST_F()
[all …]
DUnwinderTest.cpp1579 case ARCH_MIPS64: in TEST_F()
/system/unwinding/libunwindstack/include/unwindstack/
DArch.h31 ARCH_MIPS64, enumerator
/system/unwinding/libunwindstack/
DRegs.cpp86 case ARCH_MIPS64: in CreateFromUcontext()
163 case ARCH_MIPS64: { in GetPcAdjustment()
DRegsMips64.cpp36 return ARCH_MIPS64; in Arch()
DElf.cpp320 arch_ = ARCH_MIPS64; in CreateInterfaceFromMemory()
DGlobalDebugImpl.h424 case ARCH_MIPS64: { in CreateGlobalDebugImpl()
/system/unwinding/libunwindstack/tools/
Dunwind.cpp83 case unwindstack::ARCH_MIPS64: in DoUnwind()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp46 case unwindstack::ARCH_MIPS64: { in GetRegisters()