Home
last modified time | relevance | path

Searched refs:dylib (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/crypto/openssl/demos/http3/
H A Dbuild.info10 GENERATE[libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll]=gen_nghttp3.pl
11 DEPEND[ossl-nghttp3-demo.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.d…
12 DEPEND[ossl-nghttp3-demo-server.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libng…
13 DEPEND[ossl-nghttp3.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
/freebsd/contrib/bmake/mk/sys/
H A DDarwin.mk8 .SUFFIXES: .sh .m4 .dylib
10 .LIBS: .a .dylib
12 SHLIBEXT ?= .dylib
13 HOST_LIBEXT ?= .dylib
14 DSHLIBEXT ?= .dylib
85 LIBEXT ?= .dylib
/freebsd/crypto/krb5/src/config/
H A Dshlib.conf211 SHLIBEXT=.dylib
220 for lib in libkrb5support.1.1.dylib libkadm5srv.5.1.dylib libkdb5.4.0.dylib; do
/freebsd/contrib/libpcap/
H A DMakefile.in455 libpcap.dylib: $(OBJ)
456 rm -f libpcap*.dylib
462 -o libpcap.$$VER.dylib $(OBJ) $(ADDLOBJS) $(LIBS) \
463 -install_name $(libdir)/libpcap.$$MAJOR_VER.dylib \
696 install-shared-dylib: libpcap.dylib
701 $(INSTALL_PROGRAM) libpcap.$$VER.dylib $(DESTDIR)$(libdir)/libpcap.$$VER.dylib; \
702 ln -sf libpcap.$$VER.dylib $(DESTDIR)$(libdir)/libpcap.$$MAJOR_VER.dylib; \
703 ln -sf libpcap.$$MAJOR_VER.dylib $(DESTDIR)$(libdir)/libpcap.dylib
725 install-archive-so install-archive-dylib install-archive-sl install-archive-none: libpcap.a
779 uninstall-shared-dylib:
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in43 for a in libhx509.so .libs/libhx509.so libhx509.dylib .libs/libhx509.dylib ; do
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td81 def print_dylib_search: Flag<["--"], "print-dylib-search">,
115 def no_warn_dylib_install_name: Flag<["--"], "no-warn-dylib-install-name">,
116 HelpText<"Do not warn on -install_name if -dylib is not passed (default)">,
118 def warn_dylib_install_name: Flag<["--"], "warn-dylib-install-name">,
119 HelpText<"Warn on -install_name if -dylib is not passed">,
225 def dylib : Flag<["-"], "dylib">,
263 HelpText<"Search for lib<name>.dylib or lib<name>.a on the library search path">,
291 HelpText<"Like -l<name>, but specify dylib as an upward dependency">,
296 HelpText<"Like bare <path>, but specify dylib as an upward dependency">,
311 …HelpText<"Search for lib<name>.dylib and lib<name>.a at each step in traversing search path (defau…
[all …]
H A DInputFiles.cpp1721 currentVersion = read32le(&c->dylib.current_version); in DylibFile()
1722 compatibilityVersion = read32le(&c->dylib.compatibility_version); in DylibFile()
1724 reinterpret_cast<const char *>(cmd) + read32le(&c->dylib.name); in DylibFile()
1824 reinterpret_cast<const char *>(c) + read32le(&c->dylib.name); in parseLoadCommands()
1835 reinterpret_cast<const char *>(c) + read32le(&c->dylib.name); in parseLoadCommands()
1836 DylibFile *dylib = findDylib(dylibPath, umbrella, nullptr); in parseLoadCommands() local
1837 if (!dylib) in parseLoadCommands()
2012 for (const auto *dylib : extraDylibs) in isExplicitlyLinked() local
2013 if (dylib->isReferenced()) in isExplicitlyLinked()
2022 for (DylibFile *dylib : extraDylibs) in getSyntheticDylib()
[all …]
H A DWriter.cpp339 c->dylib.name = sizeof(dylib_command); in writeTo()
340 c->dylib.timestamp = 0; in writeTo()
341 c->dylib.compatibility_version = compatibilityVersion; in writeTo()
342 c->dylib.current_version = currentVersion; in writeTo()
/freebsd/contrib/lib9p/
H A D.gitignore21 *.dylib
H A DGNUmakefile55 LIB := lib9p.dylib
/freebsd/sys/contrib/libsodium/dist-build/
H A Dgenerate-emscripten-symbols.sh20 nm /usr/local/lib/libsodium.23.dylib | \
/freebsd/contrib/file/magic/Magdir/
H A Dmach251 #!:ext dylib
252 !:ext dylib/
255 # normally name extension bundle; but exceptions like: AMDil_r700.dylib
256 !:ext bundle/dylib/
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp171 BA.InstallName = Slice.copyString(LCI.Ptr + DLLC.dylib.name); in readMachOHeader()
172 BA.CurrentVersion = DLLC.dylib.current_version; in readMachOHeader()
173 BA.CompatVersion = DLLC.dylib.compatibility_version; in readMachOHeader()
179 Slice.copyString(LCI.Ptr + DLLC.dylib.name)); in readMachOHeader()
/freebsd/contrib/ncurses/misc/
H A Dshlib113 *.dylib)
/freebsd/crypto/openssh/
H A D.gitignore16 **/*.dylib
/freebsd/contrib/sqlite3/tea/
H A DpkgIndex.tcl.in27 if {[string tolower [file extension {@TEAISH_DLL8@}]] in [list .dll .dylib .so]} {
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h326 template <> struct MappingTraits<MachO::dylib> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
327 static void mapping(IO &IO, MachO::dylib &LoadCommand); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h613 struct dylib { struct
623 struct dylib dylib; argument
1265 sys::swapByteOrder(d.dylib.name); in swapStruct()
1266 sys::swapByteOrder(d.dylib.timestamp); in swapStruct()
1267 sys::swapByteOrder(d.dylib.current_version); in swapStruct()
1268 sys::swapByteOrder(d.dylib.compatibility_version); in swapStruct()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_openssl.m4
/freebsd/contrib/libcbor/doc/source/
H A Dgetting_started.rst189 …owing version identifiers are used as a part of the SONAME (Linux) or the dylib `"Compatibility ve…
194 .. warning:: Please note that releases up to and including v0.6.0 `may export misleading .so/.dylib
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp363 void MappingTraits<MachO::dylib>::mapping(IO &IO, MachO::dylib &DylibStruct) { in mapping()
372 IO.mapRequired("dylib", LoadCommand.dylib); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DREADME.txt46 depends on the libcxx dylib.
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt46 depends on the libcxx dylib.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint62 // console. This function is in the dylib to avoid pulling in windows.h
64 // of the dylib too.
67 // it with C++23 would fail since the dylib is currently built using C++20.
/freebsd/contrib/bmake/mk/
H A Dlib.mk207 LD_so = ${SHLIB_FULLVERSION}.dylib
211 LD_solink = dylib

123