Lines Matching refs:relocations
285 EXPECT_EQ(text.relocations.size(), 2UL); in TEST()
286 const Relocation& call = text.relocations[0]; in TEST()
292 const Relocation& str = text.relocations[1]; in TEST()
311 EXPECT_TRUE(cstring.relocations.empty()); in TEST()
410 EXPECT_EQ(text.relocations.size(), 3UL); in TEST()
411 const Relocation& call = text.relocations[0]; in TEST()
419 const Relocation& sectDiff = text.relocations[1]; in TEST()
426 const Relocation& pair = text.relocations[2]; in TEST()
446 EXPECT_TRUE(cstring.relocations.empty()); in TEST()
542 EXPECT_EQ(text.relocations.size(), 5UL); in TEST()
543 const Relocation& call = text.relocations[0]; in TEST()
550 const Relocation& movt = text.relocations[1]; in TEST()
556 const Relocation& movtPair = text.relocations[2]; in TEST()
562 const Relocation& movw = text.relocations[3]; in TEST()
568 const Relocation& movwPair = text.relocations[4]; in TEST()
587 EXPECT_TRUE(cstring.relocations.empty()); in TEST()
686 EXPECT_EQ(text.relocations.size(), 5UL); in TEST()
687 const Relocation& bl = text.relocations[0]; in TEST()
693 const Relocation& lo = text.relocations[1]; in TEST()
699 const Relocation& loPair = text.relocations[2]; in TEST()
705 const Relocation& ha = text.relocations[3]; in TEST()
711 const Relocation& haPair = text.relocations[4]; in TEST()
730 EXPECT_TRUE(cstring.relocations.empty()); in TEST()