reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
  176   EXPECT_TRUE(text.segmentName.equals("__TEXT"));
  177   EXPECT_TRUE(text.sectionName.equals("__text"));
  178   EXPECT_EQ(S_REGULAR, text.type);
  179   EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
  181   EXPECT_EQ((uint16_t)text.alignment, 16U);
  182   EXPECT_EQ(text.address, Hex64(0x0));
  183   EXPECT_EQ(48UL, text.content.size());
  184   const Relocation& call = text.relocations[0];
  190   const Relocation& gotLoad = text.relocations[1];
  196   const Relocation& gotUse = text.relocations[2];
  202   const Relocation& signed0 = text.relocations[3];
  208   const Relocation& signed1 = text.relocations[4];
  214   const Relocation& signed4 = text.relocations[5];