Home
last modified time | relevance | path

Searched refs:SFU (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp258 SectionFlagsUpdate SFU; in parseSetSectionFlagValue() local
259 SFU.Name = Section2Flags.first; in parseSetSectionFlagValue()
267 SFU.NewFlags = *ParsedFlagSet; in parseSetSectionFlagValue()
269 return SFU; in parseSetSectionFlagValue()
1019 Expected<SectionFlagsUpdate> SFU = in parseObjcopyOptions() local
1021 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp956 const SectionFlagsUpdate &SFU = Iter->second; in handleArgs() local
957 if (Error E = setSectionFlagsAndType(Sec, SFU.NewFlags, Obj.Machine)) in handleArgs()
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin979 /* Defined in [MS-SFU] */
1847 #define KRB5_PADATA_PAC_OPTIONS 167 /**< MS-KILE and MS-SFU */
/freebsd/contrib/ncurses/
H A DNEWS3416 + update interix entry using tack and SFU on Windows 7 Ultimate -TD
9644 + add terminfo entries for SFU aka Interix aka OpenNT (Federico
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src10075 # 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