Searched refs:RelocatableSec (Results 1 – 7 of 7) sorted by relevance
435 StringRef RelocatableSec; /* Info */ member
536 StringRef RelocatableSec; /* Info */ member
807 if (!Section.RelocatableSec.empty()) in writeSectionContent()808 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
1100 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()
1205 if (!Section.RelocatableSec.empty()) in writeSectionContent()1206 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
1220 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()
807 S.RelocatableSec = NameOrErr.get(); in dumpCommonRelocationSection()