Searched refs:OrgSection (Results 1 – 1 of 1) sorted by relevance
3816 ErrorOr<BinarySection &> OrgSection = in mapDataSections() local3818 if (!OrgSection || in mapDataSections()3819 !OrgSection->isAllocatable() || in mapDataSections()3820 !OrgSection->isFinalized() || in mapDataSections()3821 !OrgSection->hasValidSectionID()) in mapDataSections()3824 if (OrgSection->getOutputAddress()) { in mapDataSections()3827 << Twine::utohexstr(OrgSection->getOutputAddress()) in mapDataSections()3833 << Twine::utohexstr(OrgSection->getAllocAddress()) << ") to 0x" in mapDataSections()3836 RTDyld.reassignSectionAddress(OrgSection->getSectionID(), in mapDataSections()3839 OrgSection->setOutputAddress(Section.getAddress()); in mapDataSections()[all …]