Searched refs:haPair (Results 1 – 1 of 1) sorted by relevance
711 const Relocation& haPair = text.relocations[4]; in TEST() local712 EXPECT_EQ(haPair.offset, Hex32(0x2c)); in TEST()713 EXPECT_EQ(haPair.scattered, true); in TEST()714 EXPECT_EQ(haPair.type, PPC_RELOC_PAIR); in TEST()715 EXPECT_EQ(haPair.length, 2); in TEST()716 EXPECT_EQ(haPair.value, Hex32(0x18)); in TEST()