Searched refs:picloa1 (Results 1 – 1 of 1) sorted by relevance
631 const Relocation& picloa1 = text.relocations[8]; in TEST() local632 EXPECT_EQ(picloa1.offset, Hex32(0x14)); in TEST()633 EXPECT_EQ(picloa1.scattered, true); in TEST()634 EXPECT_EQ(picloa1.type, PPC_RELOC_LO14_SECTDIFF); in TEST()635 EXPECT_EQ(picloa1.length, 2); in TEST()636 EXPECT_EQ(picloa1.value, 0x28U); in TEST()