Searched refs:movtPair (Results 1 – 1 of 1) sorted by relevance
556 const Relocation& movtPair = text.relocations[2]; in TEST() local557 EXPECT_EQ(movtPair.offset, Hex32(0x18)); in TEST()558 EXPECT_EQ(movtPair.scattered, true); in TEST()559 EXPECT_EQ(movtPair.type, ARM_RELOC_PAIR); in TEST()560 EXPECT_EQ(movtPair.length, 3); in TEST()561 EXPECT_EQ(movtPair.value, Hex32(0xE)); in TEST()