Searched refs:SFU (Results 1 – 4 of 4) sorted by relevance
246 SectionFlagsUpdate SFU; in parseSetSectionFlagValue() local247 SFU.Name = Section2Flags.first; in parseSetSectionFlagValue()255 SFU.NewFlags = *ParsedFlagSet; in parseSetSectionFlagValue()257 return SFU; in parseSetSectionFlagValue()911 Expected<SectionFlagsUpdate> SFU = in parseObjcopyOptions() local913 if (!SFU) in parseObjcopyOptions()914 return SFU.takeError(); in parseObjcopyOptions()915 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()919 SFU->Name.str().c_str()); in parseObjcopyOptions()
798 const SectionFlagsUpdate &SFU = Iter->second; in handleArgs() local799 if (Error E = setSectionFlagsAndType(Sec, SFU.NewFlags, Obj.Machine)) in handleArgs()
2847 + update interix entry using tack and SFU on Windows 7 Ultimate -TD9075 + add terminfo entries for SFU aka Interix aka OpenNT (Federico
9592 # Presently it is distributed by Microsoft as Services For Unix (SFU).26233 # * add OpenNT/Interix/SFU entries (Federico Bianchi)26987 # + update interix entry using tack and SFU on Windows 7 Ultimate -TD