Searched refs:gotUse (Results 1 – 1 of 1) sorted by relevance
196 const Relocation& gotUse = text.relocations[2]; in TEST() local197 EXPECT_EQ(gotUse.offset, Hex32(0xE)); in TEST()198 EXPECT_EQ(gotUse.type, X86_64_RELOC_GOT); in TEST()199 EXPECT_EQ(gotUse.length, 2); in TEST()200 EXPECT_EQ(gotUse.isExtern, true); in TEST()201 EXPECT_EQ(gotUse.symbol, 1U); in TEST()