Searched refs:secRef (Results 1 – 1 of 1) sorted by relevance
140 OutputDesc *&secRef = nameToOutputSection[CachedHashStringRef(name)]; in createOutputSection() local142 if (secRef && secRef->osec.location.empty()) { in createOutputSection()144 sec = secRef; in createOutputSection()149 if (!secRef) in createOutputSection()150 secRef = sec; in createOutputSection()157 auto &secRef = nameToOutputSection[CachedHashStringRef(name)]; in getOrCreateOutputSection() local158 if (!secRef) { in getOrCreateOutputSection()159 secRef = descPool in getOrCreateOutputSection()164 return secRef; in getOrCreateOutputSection()