Searched refs:NewSection (Results 1 – 2 of 2) sorted by relevance
999 Section_t * NewSection; in CreateSection() local1021 NewSection = Sections+NewIndex; in CreateSection()1023 NewSection->Type = SectionType; in CreateSection()1024 NewSection->Size = Size; in CreateSection()1025 NewSection->Data = Data; in CreateSection()1027 return NewSection; in CreateSection()
317 MCSectionSubPair NewSection = I->first; in PopSection() local319 if (OldSection != NewSection) in PopSection()320 ChangeSection(NewSection.first, NewSection.second); in PopSection()