Searched refs:movt1 (Results 1 – 1 of 1) sorted by relevance
442 const Relocation& movt1 = text.relocations[3]; in TEST() local443 EXPECT_EQ(movt1.offset, Hex32(0x8)); in TEST()444 EXPECT_EQ(movt1.scattered, true); in TEST()445 EXPECT_EQ(movt1.type, ARM_RELOC_HALF_SECTDIFF); in TEST()446 EXPECT_EQ(movt1.length, 2); in TEST()447 EXPECT_EQ(movt1.value, Hex32(0x10)); in TEST()