| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/ |
| H A D | REXX.pm | 5 require OS2::DLL; 19 *_call = \&OS2::DLL::_call; 20 *load = \&OS2::DLL::load; 21 *find = \&OS2::DLL::find;
|
| H A D | Changes | 6 A subsystem module OS2::DLL extracted which does not link
|
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/ |
| H A D | rx_emxrv.t | 13 require OS2::DLL; 15 $emx_dll = OS2::DLL->load('emx'); 28 $emx_dll1 = OS2::DLL->module($emx_fullname); 53 $emx_dll2 = OS2::DLL->new($emx_fullname1);
|
| H A D | rx_dllld.t | 15 next unless -f "$dir/RXU.DLL"; 16 $found = "$dir/RXU.DLL"; 19 $found or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
|
| H A D | rx_vrexx.t | 20 next unless -f "$dir/$name.DLL"; 21 $found = "$dir/$name.DLL"; 25 $found or print "1..0 # skipped: cannot find $name.DLL\n" and exit;
|
| H A D | rx_objcall.t | 14 # DLL 17 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
|
| H A D | rx_tievar.t | 14 # DLL 17 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
|
| H A D | rx_tieydb.t | 13 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
|
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/ |
| H A D | DLL.pm | 1 package OS2::DLL; 29 *{"$p\::AUTOLOAD"} = \&OS2::DLL::dll::AUTOLOAD; 76 package OS2::DLL::dll; 101 OS2::DLL::_call($name, $addr, $queue, @_);
|
| H A D | MANIFEST | 4 DLL.pm 5 DLL.xs
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/ |
| H A D | Makefile.PL | 48 open(DLL, '>' . File::Spec->catfile("win32", "$name.dll")) 50 binmode(DLL); 51 print DLL unpack "u", $uudata; 52 close(DLL);
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | windows_support.rst | 33 Linking against DLL 34 :good:`Done`. LLD can read import libraries needed to link against DLL. Both 41 Creating DLL 42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | Changes | 70 Functions emx_{malloc,realloc,calloc,free} are exported from DLL. 129 Make DLL names different if thread-enabled. 130 Emit more informative internal DLL descriptions. 154 We mangle the name of perl*.DLL, to allow coexistence of different 156 names of extension DLL is also changed, thus running two 258 Extract a lightweight DLL access module OS2::DLL from OS2::REXX 275 The reason was: when an extension DLL was linked, the order of 286 However, libperl.lib is an import library for a .DLL, so *each 306 (if the DLL was compile-time linked). 352 Put ordinals in the base DLL. [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | README-interworking | 166 is also possible to call Thumb code in a DLL from an ARM program and 176 When compiling files for a DLL or a program the `-mthumb-interwork' 183 If the exported functions from a DLL are all Thumb encoded then the 188 If the DLL consists of both exported Thumb functions and exported 190 Instead the Thumb functions in the DLL should be compiled with the 197 If it is possible for Thumb functions in a DLL to call 213 When linking a program with an old DLL which does not support 650 And a DLL source file (`dll.c') like this: 654 Here is how to build the DLL and the program for a purely ARM based 658 Build a `.def' file describing the DLL: [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | README-interworking | 166 is also possible to call Thumb code in a DLL from an ARM program and 176 When compiling files for a DLL or a program the `-mthumb-interwork' 183 If the exported functions from a DLL are all Thumb encoded then the 188 If the DLL consists of both exported Thumb functions and exported 190 Instead the Thumb functions in the DLL should be compiled with the 197 If it is possible for Thumb functions in a DLL to call 213 When linking a program with an old DLL which does not support 650 And a DLL source file (`dll.c') like this: 654 Here is how to build the DLL and the program for a purely ARM based 658 Build a `.def' file describing the DLL: [all …]
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | psion | 31 >4 lelong 0x00000000 DLL 36 >4 lelong 0x1000008D DLL
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToBuildWindowsItaniumPrograms.rst | 52 store a runtime address from another DLL into this pointer (although runtime 113 libunwind can be built as a DLL. It is not dependent on other projects. 131 into the libc++ DLL. This necessitates setting the CMake file 134 DLL later, see: https://reviews.llvm.org/D90021. 146 We build libc++ as a DLL and statically link libc++abi into it.
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | README.win32 | 36 version of the cygwin DLL. If you are using an earlier version of mkhybrid, 37 then you will need this DLL as well.
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | CMakeLists.txt | 10 DLL.cpp
|
| H A D | Options.td | 43 def delayload : P<"delayload", "Delay loaded DLL name">; 137 def dll : F<"dll">, HelpText<"Create a DLL">; 178 defm allowbind : B<"allowbind", "Enable DLL binding (default)", 179 "Disable DLL binding">; 180 defm allowisolation : B<"allowisolation", "Enable DLL isolation (default)", 181 "Disable DLL isolation">;
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | .gitignore | 1 # Byte-compiled / optimized / DLL files
|
| /openbsd-src/gnu/llvm/libcxxabi/ |
| H A D | .gitignore | 1 # Byte-compiled / optimized / DLL files
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/COFF/ |
| H A D | BUILD.gn | 34 "DLL.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | Options.td | 9 def D: JoinedOrSeparate<["-"], "D">, HelpText<"Specify the input DLL Name">;
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | CMakeLists.txt | 183 …# Add a Post-Build Event to copy the custom Python DLL to the lldb binaries dir so that Windows ca… 193 COMMENT "Copying Python DLL to LLDB binaries directory.")
|