reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
571 EXPECT_TRUE(text.segmentName.equals("__TEXT")); 572 EXPECT_TRUE(text.sectionName.equals("__text")); 573 EXPECT_EQ(S_REGULAR, text.type); 574 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS 576 EXPECT_EQ((uint16_t)text.alignment, 4U); 577 EXPECT_EQ(text.address, Hex64(0x0)); 578 EXPECT_EQ(44UL, text.content.size()); 579 const Relocation& br24 = text.relocations[0]; 587 const Relocation& br14 = text.relocations[1]; 595 const Relocation& pichi1 = text.relocations[2]; 601 const Relocation& pichi2 = text.relocations[3]; 607 const Relocation& picha1 = text.relocations[4]; 613 const Relocation& picha2 = text.relocations[5]; 619 const Relocation& piclo1 = text.relocations[6]; 625 const Relocation& piclo2 = text.relocations[7]; 631 const Relocation& picloa1 = text.relocations[8]; 637 const Relocation& picloa2 = text.relocations[9]; 643 const Relocation& abshi1 = text.relocations[10]; 649 const Relocation& abshi2 = text.relocations[11]; 655 const Relocation& absha1 = text.relocations[12]; 661 const Relocation& absha2 = text.relocations[13]; 667 const Relocation& abslo1 = text.relocations[14]; 673 const Relocation& abslo2 = text.relocations[15]; 679 const Relocation& absloa1 = text.relocations[16]; 685 const Relocation& absloa2 = text.relocations[17];