Searched refs:movwPair (Results 1 – 1 of 1) sorted by relevance
568 const Relocation& movwPair = text.relocations[4]; in TEST() local569 EXPECT_EQ(movwPair.offset, Hex32(0x0)); in TEST()570 EXPECT_EQ(movwPair.scattered, true); in TEST()571 EXPECT_EQ(movwPair.type, ARM_RELOC_PAIR); in TEST()572 EXPECT_EQ(movwPair.length, 2); in TEST()573 EXPECT_EQ(movwPair.value, Hex32(0xE)); in TEST()