Searched refs:movt2 (Results 1 – 1 of 1) sorted by relevance
448 const Relocation& movt2 = text.relocations[4]; in TEST() local449 EXPECT_EQ(movt2.offset, Hex32(0x0)); in TEST()450 EXPECT_EQ(movt2.scattered, true); in TEST()451 EXPECT_EQ(movt2.type, ARM_RELOC_PAIR); in TEST()452 EXPECT_EQ(movt2.length, 2); in TEST()453 EXPECT_EQ(movt2.value, Hex32(0xC)); in TEST()