Searched refs:SFU (Results 1 – 5 of 5) sorted by relevance
258 SectionFlagsUpdate SFU; in parseSetSectionFlagValue() local259 SFU.Name = Section2Flags.first; in parseSetSectionFlagValue()267 SFU.NewFlags = *ParsedFlagSet; in parseSetSectionFlagValue()269 return SFU; in parseSetSectionFlagValue()1019 Expected<SectionFlagsUpdate> SFU = in parseObjcopyOptions() local1021 if (!SFU) in parseObjcopyOptions()1022 return SFU.takeError(); in parseObjcopyOptions()1023 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()1027 SFU->Name.str().c_str()); in parseObjcopyOptions()
956 const SectionFlagsUpdate &SFU = Iter->second; in handleArgs() local957 if (Error E = setSectionFlagsAndType(Sec, SFU.NewFlags, Obj.Machine)) in handleArgs()
979 /* Defined in [MS-SFU] */1847 #define KRB5_PADATA_PAC_OPTIONS 167 /**< MS-KILE and MS-SFU */
3416 + update interix entry using tack and SFU on Windows 7 Ultimate -TD9644 + add terminfo entries for SFU aka Interix aka OpenNT (Federico
10075 # Presently it is distributed by Microsoft as Services For Unix (SFU).26630 # * add OpenNT/Interix/SFU entries (Federico Bianchi)27384 # + update interix entry using tack and SFU on Windows 7 Ultimate -TD