Searched refs:gotLoad (Results 1 – 1 of 1) sorted by relevance
190 const Relocation& gotLoad = text.relocations[1]; in TEST() local191 EXPECT_EQ(gotLoad.offset, Hex32(0x8)); in TEST()192 EXPECT_EQ(gotLoad.type, X86_64_RELOC_GOT_LOAD); in TEST()193 EXPECT_EQ(gotLoad.length, 2); in TEST()194 EXPECT_EQ(gotLoad.isExtern, true); in TEST()195 EXPECT_EQ(gotLoad.symbol, 1U); in TEST()