Searched refs:RelocatableSec (Results 1 – 4 of 4) sorted by relevance
597 StringRef RelocatableSec; /* Info */ member
1273 if (!Section.RelocatableSec.empty()) in writeSectionContent()1274 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
1418 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()
836 S.RelocatableSec = NameOrErr.get(); in dumpCommonRelocationSection()