Searched refs:dll (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-pe-read.c118 of the dll name, e.g. KERNEL32!AddAtomA. This matches the style
156 /* Low-level support functions, direct from the ld module pe-dll.c. */
188 pe_implied_import_dll in pe-dll.c. */
193 bfd *dll = objfile->obfd;
223 pe_header_offset = pe_get32 (dll, 0x3c);
225 num_entries = pe_get32 (dll, opthdr_ofs + 92);
232 export_rva = pe_get32 (dll, opthdr_ofs + 96);
233 export_size = pe_get32 (dll, opthdr_ofs + 100);
234 nsections = pe_get16 (dll, pe_header_offset + 4 + 2);
236 pe_get16 (dll, pe_header_offse
189 bfd *dll = objfile->obfd; local
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_mod.h105 struct dll { struct
113 SLIST_ENTRY(dll) next;
116 /* Functions used with dll module. */
119 int attach_dll(struct dll *);
121 struct dll *walk_dll_chain(void);
H A Dalias_mod.c130 SLIST_HEAD(dll_chain, dll) dll_chain = SLIST_HEAD_INITIALIZER(dll_chain);
132 attach_dll(struct dll *p)
134 struct dll *b;
147 struct dll *b, *b_tmp;
154 SLIST_REMOVE(&dll_chain, b, dll, next);
161 struct dll *
164 struct dll *t;
/freebsd-11-stable/contrib/ncurses/
H A DMakefile.os247 # No rule to make target `lib/ncurses4.dll'
72 # them --_nc_panel_hook, _nc_ada*, etc-- are needed outside ncurses.dll.
133 DLLS = $(addsuffix .dll, $(addprefix ./lib/, $(DLL_ROOTS)))
150 ./lib/%$(DLL_TAG).dll : ./lib/%.a
171 echo installing ./lib/$$i.dll as $(LIBDIR)/$$i.dll; \
172 $(INSTALL_DATA) ./lib/$$i.dll $(LIBDIR)/$$i.dll; done
179 echo uninstalling $(LIBDIR)/$$i.dll; \
180 rm -f $(LIBDIR)/$$i.dll; don
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Ddo_ms.sh10 perl util/mk1mf.pl dll VC-WIN16 >ms/w31dll.mak
12 perl util/mk1mf.pl dll VC-WIN32 >ms/ntdll.mak
H A Dmkrc.pl25 if ($extname =~ /dll/i) { $description = "OpenSSL shared library"; }
H A Dcygwin.sh131 strip usr/bin/*.exe usr/bin/*.dll usr/lib/engines/*.so
136 usr/bin/cyg*dll
/freebsd-11-stable/contrib/ncurses/misc/
H A Dshlib109 *.dll)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc101 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx
107 // * Not including the load time of Dbghelp.dll (~.005 sec)
137 // Doing that here is causing real problems for the JIT where msvc.dll
138 // and ucrt.dll can define the same symbols. The runtime linker will choose
139 // symbols from ucrt.dll first, but iterating NOT in reverse here would
140 // mean that the msvc.dll versions would be returned.
/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak39 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
122 -@erase "$(OUTDIR)\libapr-1.dll"
176 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /opt:ref
256 "$(OUTDIR)\libapr-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
261 TargetPath=.\Release\libapr-1.dll
270 "$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\libapr-1.dll"
271 if exist .\Release\libapr-1.dll.manifest mt.exe -manifest .\Release\libapr-1.dll.manifest -outputresource:.\Release\libapr-1.dll;
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c43 #include "pe-dll.h"
49 #include "pep-dll.h"
56 #include "pe-dll.h"
134 noted that dll and symbol name structures are reused across fixup entries
139 in windows9x kernel32.dll, so if you use it, you have two
140 IMAGE_IMPORT_DESCRIPTORS for kernel32.dll). Yet other question is whether
849 filler_file = lang_add_input_file ("dll stuff",
852 filler_file->the_bfd = filler_bfd = bfd_create ("dll stuff", output_bfd);
1297 einfo (_("%XError: %d-bit reloc in dll\n"),
1756 .asciz "my.dll" */
2592 bfd *dll; local
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dpcsc_funcs.c128 * dynamically from winscard.dll for now. */
130 static HINSTANCE dll = NULL; /* winscard.dll */ variable
195 if (dll)
198 dll = LoadLibrary("winscard");
199 if (dll == NULL) {
200 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
207 dll_ ## s = (void *) GetProcAddress(dll, sym); \
228 "winscard.dll", sym);
229 FreeLibrary(dll);
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Duart_emul.c117 uint8_t dll; /* Baudrate divisor latch LSB */ member in struct:uart_softc
344 sc->dll = divisor;
412 sc->dll = value;
530 reg = sc->dll;
/freebsd-11-stable/contrib/binutils/
H A Dconfig.rpath444 shrext=.dll
499 shrext=.dll
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.rpath444 shrext=.dll
499 shrext=.dll
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.rpath463 shrext=.dll
522 shrext=.dll
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.msc242 SQLITE3DLL = winsqlite3.dll
244 SQLITE3DLL = sqlite3.dll
397 # nmake /f Makefile.msc sqlite3.dll
404 # nmake /f Makefile.msc sqlite3.dll
970 core: dll shell
982 dll: $(SQLITE3DLL)
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp110 // ".exe", ".dll" or ".sys".
113 if (config->dll)
114 ext = ".dll";
227 if (filename.endswith_lower(".dll")) {
575 if (config->dll)
601 return config->dll ? 0x180000000 : 0x140000000;
602 return config->dll ? 0x10000000 : 0x400000;
733 // LINK | {value} | {value}.{.dll/.exe} | {output name}
734 // LIB | {value} | {value}.dll | {output name}.dll
[all...]
/freebsd-11-stable/contrib/libucl/
H A DMakefile.w329 SONAME = libucl.dll
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org413 rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
577 c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \
591 *crypto*) i=libeay32.dll;; \
592 *ssl*) i=ssleay32.dll;; \
H A DMakefile415 rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
579 c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \
593 *crypto*) i=libeay32.dll;; \
594 *ssl*) i=ssleay32.dll;; \
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win121 SHLDFLAGS = /nologo /dll /debug /subsystem:windows /incremental:no
/freebsd-11-stable/contrib/openpam/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib

Completed in 151 milliseconds

1234