| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | OrcRTBridge.h | 54 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr, 55 shared::SPSString, uint64_t); 58 shared::SPSExpected<shared::SPSSequence<shared::SPSExecutorAddr>>( 59 shared::SPSExecutorAddr, shared::SPSExecutorAddr, 60 shared::SPSRemoteSymbolLookupSet); 63 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr, 66 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest); 67 using SPSSimpleExecutorMemoryManagerDeallocateSignature = shared::SPSError( 68 shared::SPSExecutorAddr, shared::SPSSequence<shared::SPSExecutorAddr>); 72 shared::SPSExpected< [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | object2.t | 24 use threads::shared; 53 my $ID :shared = -1; 59 my $self = &threads::shared::share({}); 74 my $self = &threads::shared::share([]); 91 threads::shared::share($self); 251 # Testing with shared array 252 my @shared_ary :shared; 256 ok($created[$ID], 'Created hash object in shared array'); 258 ok($destroyed[$ID], 'Deleted hash object in shared array'); 261 ok($created[$ID], 'Created hash object in shared array'); [all …]
|
| H A D | dualvar.t | 20 use threads::shared; 70 my $siv :shared = shared_clone($iv); 71 my $snv :shared = shared_clone($nv); 72 my $suv :shared = shared_clone($uv); 81 my @ary :shared = ($iv, $nv, $uv); 91 my @ary :shared; 102 my @ary :shared; 113 print("# Shared array initialization - shared scalars\n"); 115 my @ary :shared = ($siv, $snv, $suv); 123 print("# Shared array list assignment - shared scalars\n"); [all …]
|
| H A D | utf8.t | 42 use threads::shared; 52 my %a :shared; 57 is(exists($a{$plain}), 1, 'Found plain key in shared hash'); 58 is(exists($a{$utf8}), 1, 'Found UTF-8 key in shared hash'); 59 is(exists($a{$code}), 1, 'Found code ref key in shared hash'); 63 is($key, $plain, 'Plain key in shared hash'); 65 is($key, $utf8, 'UTF-8 key in shared hash'); 67 is($key, "$code", 'Code ref key in shared hash'); 78 is(exists($$a{$plain}), 1, 'Found plain key in shared hash ref'); 79 is(exists($$a{$utf8}), 1, 'Found UTF-8 key in shared hash ref'); [all …]
|
| H A D | shared_attr.t | 37 use threads::shared; 47 my $foo : shared = "foo"; 51 my @foo : shared = ("foo","bar"); 55 my %foo : shared = ( foo => "bar" ); 65 my $shared :shared = &share({}); 66 $$shared{'foo'} = 'bar'; 69 my $str1 = "$shared"; 70 my $str2 = "$shared"; 72 $str1 = $$shared{'foo'}; 73 $str2 = $$shared{'foo'};
|
| H A D | clone.t | 36 use threads::shared; 61 my $foo :shared = shared_clone($x); 75 my $foo :shared; 78 ok($test++, threads::shared::_id($foo) == threads::shared::_id($$foo), 'Circular ref'); 81 … ok($test++, threads::shared::_id($foo) == threads::shared::_id($$foo), 'Circular ref in thread'); 90 ok($test++, threads::shared::_id($$foo) == threads::shared::_id($$$$$foo), 117 my $hsh :shared = shared_clone({'foo' => [qw/foo bar baz/]}); 154 my $copy :shared; 160 …ok($test++, threads::shared::_id($copy) == threads::shared::_id($copy->{'self'}), 'Circular ref in… 168 …ok($test++, threads::shared::_id($copy) == threads::shared::_id($copy->{'self'}), 'Circular ref in… [all …]
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | bsdi | 9 >32 byte 0x6a (uses shared libs) 13 >32 byte 0x6a (uses shared libs) 17 >32 byte 0x6a (uses shared libs) 21 >32 byte 0x6a (uses shared libs) 23 # same as in SunOS 4.x, except for static shared libraries 26 >>20 belong <4096 shared library 31 >36 belong 0xb4100001 (uses shared libs) 37 >36 belong 0xb4100001 (uses shared libs) 43 >36 belong 0xb4100001 (uses shared libs)
|
| H A D | mach | 5 # Unfortunately the first, cafebabe, is shared with 13 >12 lelong 3 fixed virtual memory shared library 16 >12 lelong 6 dynamically linked shared library 19 >12 lelong 9 dynamically linked shared library stub 50 >12 belong 3 fixed virtual memory shared library 53 >12 belong 6 dynamically linked shared library 56 >12 belong 9 dynamically linked shared library stub
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | OrcRTBootstrap.cpp | 18 using namespace llvm::orc::shared; 25 static llvm::orc::shared::CWrapperFunctionResult 36 static llvm::orc::shared::CWrapperFunctionResult 48 static llvm::orc::shared::CWrapperFunctionResult 59 static llvm::orc::shared::CWrapperFunctionResult 69 static llvm::orc::shared::CWrapperFunctionResult 83 shared::SPSMemoryAccessUInt8Write>); in addTo() 86 shared::SPSMemoryAccessUInt16Write>); in addTo() 89 shared::SPSMemoryAccessUInt32Write>); in addTo() 92 shared::SPSMemoryAccessUInt64Write>); in addTo()
|
| H A D | SimpleRemoteEPCServer.cpp | 20 using namespace llvm::orc::shared; 133 shared::WrapperFunctionResult::createOutOfBandError("disconnecting")); in handleDisconnect() 211 shared::SPSArgList<shared::SPSSimpleRemoteEPCExecutorInfo>; in sendSetupMessage() 213 shared::WrapperFunctionResult::allocate(SPSSerialize::size(EI)); in sendSetupMessage() 214 shared::SPSOutputBuffer OB(SetupPacketBytes.data(), SetupPacketBytes.size()); in sendSetupMessage() 226 std::promise<shared::WrapperFunctionResult> *P = nullptr; in handleResult() 238 auto R = shared::WrapperFunctionResult::allocate(ArgBytes.size()); in handleResult() 249 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper() 251 shared::WrapperFunctionResult ResultBytes( in handleCallWrapper() 260 shared::WrapperFunctionResult [all …]
|
| H A D | ExecutorSharedMemoryMapperService.cpp | 162 auto DeinitializeActions = shared::runFinalizeActions(FR.Actions); in initialize() 191 if (Error Err = shared::runDeallocActions( in deinitialize() 298 llvm::orc::shared::CWrapperFunctionResult 301 return shared::WrapperFunction< in reserveWrapper() 304 shared::makeMethodWrapperHandler( in reserveWrapper() 309 llvm::orc::shared::CWrapperFunctionResult 312 return shared::WrapperFunction< in initializeWrapper() 315 shared::makeMethodWrapperHandler( in initializeWrapper() 320 llvm::orc::shared::CWrapperFunctionResult 323 return shared::WrapperFunction< in deinitializeWrapper() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
| H A D | 02_refs.t | 13 use threads::shared; 31 my @ary2 :shared = (99, 21, 86); 67 my $cir1s : shared; 73 my $cir3 :shared = &share({}); 141 skip("Needs threads::shared >= 1.19", 5) 142 if ($threads::shared::VERSION < 1.19); 144 is(threads::shared::_id($$c1), 145 threads::shared::_id($c1), 148 is(threads::shared::_id($$c1s), 149 threads::shared::_id($c1s), [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | state.t | 99 # state variables are shared among closures 178 state $a :shared; 179 state $b :shared = 3; 180 state @c :shared; 181 state @d :shared = qw(a b c); 182 state %e :shared; 183 state %f :shared = qw(a b c d); 367 # state var, this would mean that it is shared. Check that this doesn't 396 if $forbidden =~ /:shared/; 430 # shouldn't be any 'not available' or 'not stay shared' warning [all...] |
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | README | 40 The special make target `everything' will build the static and shared 54 There is skeletal support for building shared versions of the 56 a Makefile in the `shlib' subdirectory, and typing `make shared' 57 will cause shared versions of the Readline and History libraries 60 If `configure' is given the `--enable-shared' option, it will attempt 61 to build the shared libraries by default on supported platforms. 64 not shared library creation is supported and to generate the values 66 try to build shared libraries on an unsupported platform, `make' 87 SHOBJ_LD The link editor to be used to create the shared library from 91 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation. [all …]
|
| H A D | INSTALL | 18 and history libraries. If supported, the shared readline and history 21 cause the static and shared libraries (if supported) and the example 26 supported, the shared readline and history libraries. 180 `--enable-shared' 181 Build the shared libraries by default on supported platforms. The 190 There is support for building shared versions of the readline and 192 the `shlib' subdirectory, and typing `make shared' will cause 193 shared versions of the readline and history libraries to be built 196 If `configure' is given the `--enable-shared' option, it will attempt 197 to build the shared libraries by default on supported platforms. [all …]
|
| /openbsd-src/gnu/lib/libstdc++/ |
| H A D | ltcf-c.sh | 67 *** to be unable to reliably create shared libraries on AIX. 68 *** Therefore, libtool is disabling shared libraries support. If you 69 *** really care for shared libraries, you may want to modify your PATH 204 *** create shared libraries on Solaris systems. Therefore, libtool 205 *** is disabling shared libraries support. We urge you to upgrade GNU 413 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 429 …hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o… 430 …*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libo… 450 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$v… 452 …archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" &&… [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ |
| H A D | ParallelSession.pm | 13 my %shared; 21 # Horrid bodge. This creates our shared context per harness. Maybe 23 my $context = $shared{$formatter} ||= $self->_create_shared_context; 92 my $context = $shared{$formatter}; 129 my $context = $shared{$formatter}; 157 my $context = $shared{$formatter}; 175 my $context = $shared{$formatter}; 197 delete $shared{$formatter};
|
| /openbsd-src/regress/lib/libpthread/ |
| H A D | Makefile | 37 rm -f /tmp/thread-{shared,static,debug} 39 REGRESS_LOG=/tmp/thread-shared make 45 @(shared=$$(grep FAIL /tmp/thread-shared) || true; \ 46 if [ "$$shared" ]; then \ 47 echo "** SHARED lib failures:"; echo "$$shared"; echo; \
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/lib/threads/ |
| H A D | shared.pm | 1 package threads::shared; 16 $threads::shared::threads_shared = 1; 19 $threads::shared::clone_warn = undef; 24 XSLoader::load('threads::shared', $XS_VERSION); 70 sub threads::shared::tie::SPLICE 73 Carp::croak('Splice not implemented for shared arrays'); 77 # Create a thread-shared clone of a complex data structure or object 98 # 2. Already shared; or 116 # Make empty shared array ref 126 # Make empty shared has [all...] |
| /openbsd-src/gnu/usr.bin/binutils/ |
| H A D | ltcf-c.sh | 67 *** to be unable to reliably create shared libraries on AIX. 68 *** Therefore, libtool is disabling shared libraries support. If you 69 *** really care for shared libraries, you may want to modify your PATH 204 *** create shared libraries on Solaris systems. Therefore, libtool 205 *** is disabling shared libraries support. We urge you to upgrade GNU 413 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 429 …hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o… 430 …*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libo… 450 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$v… 452 …archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" &&… [all …]
|
| H A D | ltcf-gcj.sh | 70 *** to be unable to reliably create shared libraries on AIX. 71 *** Therefore, libtool is disabling shared libraries support. If you 72 *** really care for shared libraries, you may want to modify your PATH 197 *** create shared libraries on Solaris systems. Therefore, libtool 198 *** is disabling shared libraries support. We urge you to upgrade GNU 406 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 427 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$v… 429 …archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" &&… 440 archive_cmds='$LD -shared -nodefaultlibs -o $lib $libobjs $deplibs $linker_flags' # ELF 465 …archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${… [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | ltcf-c.sh | 67 *** to be unable to reliably create shared libraries on AIX. 68 *** Therefore, libtool is disabling shared libraries support. If you 69 *** really care for shared libraries, you may want to modify your PATH 204 *** create shared libraries on Solaris systems. Therefore, libtool 205 *** is disabling shared libraries support. We urge you to upgrade GNU 417 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 433 …hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o… 434 …*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libo… 454 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$v… 456 …archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" &&… [all …]
|
| H A D | ltcf-gcj.sh | 70 *** to be unable to reliably create shared libraries on AIX. 71 *** Therefore, libtool is disabling shared libraries support. If you 72 *** really care for shared libraries, you may want to modify your PATH 197 *** create shared libraries on Solaris systems. Therefore, libtool 198 *** is disabling shared libraries support. We urge you to upgrade GNU 406 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 427 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$v… 429 …archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" &&… 440 archive_cmds='$LD -shared -nodefaultlibs -o $lib $libobjs $deplibs $linker_flags' # ELF 465 …archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${… [all …]
|
| /openbsd-src/gnu/llvm/libcxx/cmake/Modules/ |
| H A D | HandleLibCXXABI.cmake | 7 # - libcxx-abi-shared: A target representing the selected shared ABI library. 11 # - libcxx-abi-shared-objects: An object library representing a set of object files 13 # into a shared library. 77 # This function creates an imported shared (interface) library named <target> 91 import_shared_library(libcxx-abi-shared stdc++) 92 target_link_libraries(libcxx-abi-shared INTERFACE libcxx-abi-headers) 104 import_shared_library(libcxx-abi-shared supc++) 105 target_link_libraries(libcxx-abi-shared INTERFACE libcxx-abi-headers) 117 add_library(libcxx-abi-shared ALIAS cxxabi_shared) 125 add_library(libcxx-abi-shared-objects ALIAS cxxabi_shared_objects) [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | ExecutorSharedMemoryMapperService.h | 44 std::vector<shared::WrapperFunctionCall> DeinitializationActions; 57 static llvm::orc::shared::CWrapperFunctionResult 60 static llvm::orc::shared::CWrapperFunctionResult 63 static llvm::orc::shared::CWrapperFunctionResult 66 static llvm::orc::shared::CWrapperFunctionResult
|