Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DRegsTest.cpp244 Elf invalid_elf(new MemoryFake); in TEST_F() local
252 ASSERT_EQ(0x500U, regs_arm.GetRelPc(&invalid_elf, &map_info)); in TEST_F()
253 ASSERT_EQ(0x500U, regs_arm.GetAdjustedPc(0x500U, &invalid_elf)); in TEST_F()
256 ASSERT_EQ(0x600U, regs_arm64.GetRelPc(&invalid_elf, &map_info)); in TEST_F()
257 ASSERT_EQ(0x600U, regs_arm64.GetAdjustedPc(0x600U, &invalid_elf)); in TEST_F()
260 ASSERT_EQ(0x700U, regs_x86.GetRelPc(&invalid_elf, &map_info)); in TEST_F()
261 ASSERT_EQ(0x700U, regs_x86.GetAdjustedPc(0x700U, &invalid_elf)); in TEST_F()
264 ASSERT_EQ(0x800U, regs_x86_64.GetRelPc(&invalid_elf, &map_info)); in TEST_F()
265 ASSERT_EQ(0x800U, regs_x86_64.GetAdjustedPc(0x800U, &invalid_elf)); in TEST_F()