reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
675 EXPECT_TRUE(text.segmentName.equals("__TEXT")); 676 EXPECT_TRUE(text.sectionName.equals("__text")); 677 EXPECT_EQ(text.type, S_REGULAR); 678 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS 680 EXPECT_EQ((uint16_t)text.alignment, 4U); 681 EXPECT_EQ(text.address, Hex64(0x0)); 682 EXPECT_EQ(text.content.size(), 68UL); 683 EXPECT_EQ((int)(text.content[0]), 0x7C); 684 EXPECT_EQ((int)(text.content[1]), 0x08); 685 EXPECT_TRUE(text.indirectSymbols.empty()); 686 EXPECT_EQ(text.relocations.size(), 5UL); 687 const Relocation& bl = text.relocations[0]; 693 const Relocation& lo = text.relocations[1]; 699 const Relocation& loPair = text.relocations[2]; 705 const Relocation& ha = text.relocations[3]; 711 const Relocation& haPair = text.relocations[4];