Searched refs:piclo2 (Results 1 – 1 of 1) sorted by relevance
625 const Relocation& piclo2 = text.relocations[7]; in TEST() local626 EXPECT_EQ(piclo2.offset, Hex32(0x0)); in TEST()627 EXPECT_EQ(piclo2.scattered, true); in TEST()628 EXPECT_EQ(piclo2.type, PPC_RELOC_PAIR); in TEST()629 EXPECT_EQ(piclo2.length, 2); in TEST()630 EXPECT_EQ(piclo2.value, 0x4U); in TEST()