Searched refs:CommonSection (Results 1 – 3 of 3) sorted by relevance
39 if (!CommonSection) { in getCommonSection()42 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()44 return *CommonSection; in getCommonSection()53 Section *CommonSection = nullptr; variable
110 if (!CommonSection) { in getCommonSection()113 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()115 return *CommonSection; in getCommonSection()
227 Section *CommonSection = nullptr; variable