Home
last modified time | relevance | path

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

1234

/freebsd-src/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-src/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_coverage_win_dll_thunk.cpp10 // the DLLs that have instrumentation in order to delegate the calls to the
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_win_weak_interception.cpp76 // In DLLs, the callbacks are expected to return 0, in weak_intercept_init()
H A Dsanitizer_win_dll_thunk.h10 // will be linked to the dlls, when the sanitizer is a static library included
/freebsd-src/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-src/contrib/lib9p/
H A D.gitignore17 # Shared objects (inc. Windows DLLs)
/freebsd-src/crypto/openssl/util/
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-src/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-src/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-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1003 // GetProcAddress appears to initialize DLLs before returning function pointers in InternalGetProcAddress()
1069 void **DLLs = InterestingDLLsAvailable(); in OverrideFunction()
1070 for (size_t i = 0; DLLs[i]; ++i) {
1071 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideImportedFunction()
1101 // Iterate the list of imported DLLs. FirstThunk will be null for the last in OverrideImportedFunction()
1060 void **DLLs = InterestingDLLsAvailable(); OverrideFunction() local
/freebsd-src/stand/efi/include/i386/
H A Defibind.h113 // compiled as DLLs. In NT they require a dll init entry pointer.
/freebsd-src/stand/efi/include/amd64/
H A Defibind.h117 // compiled as DLLs. In NT they require a dll init entry pointer.
/freebsd-src/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c21 /* Declare the EXPORT macro that expands to exporting the symbol for DLLs when
/freebsd-src/sys/contrib/openzfs/config/
H A Dconfig.rpath203 # no search path for DLLs.
355 # no search path for DLLs.
/freebsd-src/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h59 // for DLLs (that normally export symbols as part of their interface) and for
/freebsd-src/contrib/googletest/googlemock/
H A DCMakeLists.txt57 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
/freebsd-src/contrib/libfido2/windows/
H A Dbuild.ps1233 # Copy DLLs.
/freebsd-src/contrib/xz/src/liblzma/check/
H A Dcrc64_x86.S113 * the code in Windows DLLs is not PIC in sense that it is in ELF
H A Dcrc32_x86.S122 * the code in Windows DLLs is not PIC in sense that it is in ELF

1234