reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
412 EXPECT_TRUE(sect1.segmentName.equals("__TEXT")); 413 EXPECT_TRUE(sect1.sectionName.equals("__text")); 414 EXPECT_EQ((uint32_t)(sect1.type), (uint32_t)(llvm::MachO::S_REGULAR)); 415 EXPECT_EQ((uint32_t)(sect1.attributes), 418 EXPECT_EQ((uint16_t)sect1.alignment, 1U); 419 EXPECT_EQ((uint64_t)sect1.address, 0x0ULL); 420 EXPECT_EQ(sect1.content.size(), 33UL); 421 EXPECT_EQ((int)(sect1.content[0]), 0x55); 422 EXPECT_EQ((int)(sect1.content[1]), 0x89); 423 EXPECT_EQ(sect1.relocations.size(), 3UL); 424 const Relocation& reloc1 = sect1.relocations[0]; 433 const Relocation& reloc2 = sect1.relocations[1]; 441 const Relocation& reloc3 = sect1.relocations[2];