Lines Matching refs:relocations
293 EXPECT_EQ(sect1.relocations.size(), 2UL); in TEST()
294 const Relocation& reloc1 = sect1.relocations[0]; in TEST()
303 const Relocation& reloc2 = sect1.relocations[1]; in TEST()
423 EXPECT_EQ(sect1.relocations.size(), 3UL); in TEST()
424 const Relocation& reloc1 = sect1.relocations[0]; in TEST()
433 const Relocation& reloc2 = sect1.relocations[1]; in TEST()
441 const Relocation& reloc3 = sect1.relocations[2]; in TEST()
551 EXPECT_EQ(sect1.relocations.size(), 3UL); in TEST()
552 const Relocation& reloc1 = sect1.relocations[0]; in TEST()
560 const Relocation& reloc2 = sect1.relocations[1]; in TEST()
568 const Relocation& reloc3 = sect1.relocations[2]; in TEST()
691 EXPECT_EQ(sect1.relocations.size(), 5UL); in TEST()
692 const Relocation& reloc1 = sect1.relocations[0]; in TEST()
701 const Relocation& reloc2 = sect1.relocations[1]; in TEST()
709 const Relocation& reloc3 = sect1.relocations[2]; in TEST()
717 const Relocation& reloc4 = sect1.relocations[3]; in TEST()
725 const Relocation& reloc5 = sect1.relocations[4]; in TEST()