Home
last modified time | relevance | path

Searched full:dlls (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/contrib/ncurses/
H A DMakefile.os261 # make -f Makefile.os2 make.dlls
122 all :: make.dlls
125 # DLLs and that stuff
134 DLLS = $(addsuffix .dll, $(addprefix ./lib/, $(DLL_ROOTS)))
162 make.dlls : $(DEFS) $(LIBS) $(DLLS) $(LIBS_AOUT)
170 install.libs :: $(LIBS) $(DLLS) $(LIBDIR)
207 -rm -f $(DLLS) $(LIBS)
H A DREADME.MinGW59 to provide the includes, libraries and DLLs to be used with the more
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp9 // the DLLs that have instrumentation in order to delegate the calls to the
81 // In DLLs, the callbacks are expected to return 0, in __dll_thunk_init()
H A Dsanitizer_win_defs.h141 // But if we override the function, the dlls don't have access to it (which
143 // exported and interception can be used from the rest of the dlls.
H A Dsanitizer_coverage_win_dll_thunk.cpp10 // the DLLs that have instrumentation in order to delegate the calls to the
H A Dsanitizer_win_weak_interception.cpp76 // In DLLs, the callbacks are expected to return 0, in weak_intercept_init()
/freebsd/crypto/openssl/util/
H A Dshlib_wrap.sh84 # the location of DLLs. It does not use PATH or variables
99 # .DLLs in vicinity of executable, which is done elsewhere...
H A Dshlib_wrap.sh.in89 # the location of DLLs. It does not use PATH or variables
104 # .DLLs in vicinity of executable, which is done elsewhere...
H A Dopensslwrap.sh18 # *all* possible situations is to copy newly built .DLLs to apps/
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp12 // the DLLs that have ASan instrumentation in order to delegate the calls to the
146 // In DLLs, the callbacks are expected to return 0, in asan_dll_thunk_init()
/freebsd/contrib/lib9p/
H A D.gitignore17 # Shared objects (inc. Windows DLLs)
/freebsd/crypto/krb5/src/ccapi/lib/win/
H A Ddllmain.cxx142 // may get a DLL_PROCESS_DETACH before other DLLs are done in DllMain()
163 // using multiple DLLs that use this DLL. in DllMain()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_win_dll_thunk.cpp10 // the DLLs that have instrumentation in order to delegate the calls to the
/freebsd/crypto/openssl/include/internal/
H A De_winsock.h25 * might be possible to achieve the goal by /DELAYLOAD-ing .DLLs
/freebsd/sys/contrib/libsodium/builds/msvc/
H A Dresource.rc10 //specify the product name for the dlls based on the platform we are compiling for
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmicrochip,mpfs-ccc.yaml14 these blocks contains two PLLs and 2 DLLs & are located in the four corners of
/freebsd/contrib/llvm-project/lld/docs/
H A DNewLLD.rst260 Windows executables or DLLs are not position-independent; they are
265 for DLLs. For example, when we are creating an executable, we assume
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1003 // GetProcAddress appears to initialize DLLs before returning function pointers
1069 void **DLLs = InterestingDLLsAvailable(); in OverrideFunction() local
1070 for (size_t i = 0; DLLs[i]; ++i) { in OverrideFunction()
1071 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideFunction()
1101 // Iterate the list of imported DLLs. FirstThunk will be null for the last in OverrideImportedFunction()
/freebsd/crypto/krb5/src/windows/
H A DREADME25 * An OpenSSL installation, including the headers, DLLs, and import
97 4) set OPENSSL_VERSION=3 # Version of OpenSSL DLLs
H A Dversion.rc39 /* we're going to stamp all the DLLs with the same version number */
/freebsd/stand/efi/include/amd64/
H A Defibind.h117 // compiled as DLLs. In NT they require a dll init entry pointer.
/freebsd/stand/efi/include/i386/
H A Defibind.h113 // compiled as DLLs. In NT they require a dll init entry pointer.
/freebsd/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c21 /* Declare the EXPORT macro that expands to exporting the symbol for DLLs when
/freebsd/sys/contrib/openzfs/config/
H A Dconfig.rpath203 # no search path for DLLs.
355 # no search path for DLLs.
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h59 // for DLLs (that normally export symbols as part of their interface) and for

12345