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