Searched refs:piclo1 (Results 1 – 1 of 1) sorted by relevance
619 const Relocation& piclo1 = text.relocations[6]; in TEST() local620 EXPECT_EQ(piclo1.offset, Hex32(0x10)); in TEST()621 EXPECT_EQ(piclo1.scattered, true); in TEST()622 EXPECT_EQ(piclo1.type, PPC_RELOC_LO16_SECTDIFF); in TEST()623 EXPECT_EQ(piclo1.length, 2); in TEST()624 EXPECT_EQ(piclo1.value, 0x28U); in TEST()