Searched refs:loPair (Results 1 – 1 of 1) sorted by relevance
699 const Relocation& loPair = text.relocations[2]; in TEST() local700 EXPECT_EQ(loPair.offset, Hex32(0x0)); in TEST()701 EXPECT_EQ(loPair.scattered, true); in TEST()702 EXPECT_EQ(loPair.type, PPC_RELOC_PAIR); in TEST()703 EXPECT_EQ(loPair.length, 2); in TEST()704 EXPECT_EQ(loPair.value, Hex32(0x18)); in TEST()