Searched refs:RelocatableSec (Results 1 – 3 of 3) sorted by relevance
595 StringRef RelocatableSec; /* Info */ member
1274 if (!Section.RelocatableSec.empty()) in writeSectionContent()1275 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
1345 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()