reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
680 EXPECT_TRUE(sect1.segmentName.equals("__TEXT")); 681 EXPECT_TRUE(sect1.sectionName.equals("__text")); 682 EXPECT_EQ((uint32_t)(sect1.type), (uint32_t)(llvm::MachO::S_REGULAR)); 683 EXPECT_EQ((uint32_t)(sect1.attributes), 686 EXPECT_EQ((uint16_t)sect1.alignment, 2U); 687 EXPECT_EQ((uint64_t)sect1.address, 0x0ULL); 688 EXPECT_EQ(sect1.content.size(), 22UL); 689 EXPECT_EQ((int)(sect1.content[0]), 0x80); 690 EXPECT_EQ((int)(sect1.content[1]), 0xb5); 691 EXPECT_EQ(sect1.relocations.size(), 5UL); 692 const Relocation& reloc1 = sect1.relocations[0]; 701 const Relocation& reloc2 = sect1.relocations[1]; 709 const Relocation& reloc3 = sect1.relocations[2]; 717 const Relocation& reloc4 = sect1.relocations[3]; 725 const Relocation& reloc5 = sect1.relocations[4];