Searched refs:ARCH_MIPS64 (Results 1 – 9 of 9) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | RegsTest.cpp | 124 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 …]
|
D | UnwinderTest.cpp | 1579 case ARCH_MIPS64: in TEST_F()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Arch.h | 31 ARCH_MIPS64, enumerator
|
/system/unwinding/libunwindstack/ |
D | Regs.cpp | 86 case ARCH_MIPS64: in CreateFromUcontext() 163 case ARCH_MIPS64: { in GetPcAdjustment()
|
D | RegsMips64.cpp | 36 return ARCH_MIPS64; in Arch()
|
D | Elf.cpp | 320 arch_ = ARCH_MIPS64; in CreateInterfaceFromMemory()
|
D | GlobalDebugImpl.h | 424 case ARCH_MIPS64: { in CreateGlobalDebugImpl()
|
/system/unwinding/libunwindstack/tools/ |
D | unwind.cpp | 83 case unwindstack::ARCH_MIPS64: in DoUnwind()
|
/system/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 46 case unwindstack::ARCH_MIPS64: { in GetRegisters()
|