Searched refs:CmdRef (Results 1 – 1 of 1) sorted by relevance
99 OutputSection *&CmdRef = NameToOutputSection[Name]; in getOrCreateOutputSection() local100 if (!CmdRef) in getOrCreateOutputSection()101 CmdRef = make<OutputSection>(Name, SHT_PROGBITS, 0); in getOrCreateOutputSection()102 return CmdRef; in getOrCreateOutputSection()