Searched refs:Versions (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/tools/tools/shlib-compat/test/
H A DMakefile.inc12 VERSION_DEF= ${.CURDIR}/../Versions.def
/freebsd-11-stable/lib/libdl/
H A DMakefile11 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libmp/
H A DMakefile15 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libthread_db/
H A DMakefile18 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libssp/
H A DMakefile8 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd-11-stable/sys/teken/libteken/
H A DMakefile36 VERSION_DEF= ${.CURDIR}/../../../lib/libc/Versions.def
/freebsd-11-stable/lib/librt/
H A DMakefile21 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/librpcsec_gss/
H A DMakefile11 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libulog/
H A DMakefile25 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libstdthreads/
H A DMakefile38 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libgcc_s/
H A DMakefile15 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd-11-stable/lib/libprocstat/
H A DMakefile16 VERSION_DEF= ${LIBCSRCDIR}/Versions.def
/freebsd-11-stable/lib/libthr/
H A DMakefile46 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libz/
H A DMakefile47 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd-11-stable/libexec/rtld-elf/
H A DMakefile67 VERSION_DEF= ${LIBCSRCDIR}/Versions.def
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dos_bsd.h87 u_char Versions; member in struct:_INQUIRYDATA
/freebsd-11-stable/sys/dev/hptnr/
H A Dos_bsd.h89 u_char Versions; member in struct:_INQUIRYDATA
/freebsd-11-stable/sys/dev/hptrr/
H A Dos_bsd.h90 u_char Versions; member in struct:_INQUIRYDATA
/freebsd-11-stable/lib/libgssapi/
H A DMakefile6 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/sys/dev/hptmv/
H A Dosbsd.h75 UCHAR Versions; member in struct:_INQUIRYDATA
/freebsd-11-stable/lib/libc/
H A DMakefile136 VERSION_DEF=${LIBC_SRCTOP}/Versions.def
/freebsd-11-stable/lib/liblzma/
H A DMakefile151 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp73 std::initializer_list<const char *> Versions = {"8.0", "7.5", "7.0"}; local
79 for (const char *Ver : Versions)
106 for (const char *Ver : Versions)
/freebsd-11-stable/lib/msun/
H A DMakefile102 VERSION_DEF= ${LIBCSRCDIR}/Versions.def
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4119 std::vector<StringRef> Versions; local
4123 Versions.emplace_back(Ndx == VER_NDX_LOCAL ? "*local*" : "*global*");
4138 Versions.emplace_back("<corrupt>");
4141 Versions.emplace_back(*NameOrErr);
4152 OS << left_justify("(" + std::string(Versions[VersymRow + I]) + ")", 13);

Completed in 329 milliseconds

12