Searched refs:ColdPart (Results 1 – 1 of 1) sorted by relevance
3730 BinaryFunction::FragmentInfo &ColdPart = Function.cold(); in mapCodeSections() local3733 ColdPart.setAddress(0); in mapCodeSections()3734 ColdPart.setImageAddress(0); in mapCodeSections()3735 ColdPart.setImageSize(0); in mapCodeSections()3736 ColdPart.setFileOffset(0); in mapCodeSections()3738 ColdPart.setAddress(NextAvailableAddress); in mapCodeSections()3739 ColdPart.setImageAddress(ColdSection->getAllocAddress()); in mapCodeSections()3740 ColdPart.setImageSize(ColdSection->getOutputSize()); in mapCodeSections()3742 ColdSection->setOutputAddress(ColdPart.getAddress()); in mapCodeSections()3751 ColdPart.getAddress()); in mapCodeSections()[all …]