45.5 SUTSectionRef

An SUTSectionRef is used by the SUT to represent a reference to an SUTSection, allowing it to be loaded into memory on demand.


struct SUTSectionRef
{
    SegId segid_;
    mutable SUTSection* ptr_;
};