Searched refs:SecRef (Results 1 – 3 of 3) sorted by relevance
45 for (object::SectionRef SecRef : Obj->sections()) { in getSecNameOrIndexAsSecRef() local49 if (std::error_code E = SecRef.getName(SectionName)) in getSecNameOrIndexAsSecRef()53 return SecRef; in getSecNameOrIndexAsSecRef()55 return SecRef; in getSecNameOrIndexAsSecRef()
84 OutputSection *&SecRef = NameToOutputSection[Name]; in createOutputSection() local86 if (SecRef && SecRef->Location.empty()) { in createOutputSection()88 Sec = SecRef; in createOutputSection()91 if (!SecRef) in createOutputSection()92 SecRef = Sec; in createOutputSection()
348 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection() local350 OS << " \"" << SecRef.Name << '\"'; in dumpAddressSection()353 if (!SecRef.IsNameUnique) in dumpAddressSection()