| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | atomic.d | 70 if (!is(T == shared U, U) && !is(T == shared inout U, U) && !is(T == shared const U, U)) 83 T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref return scope shared const T val) pure nothrow… 87 …c assert(!hasUnsharedIndirections!T, "Copying `" ~ shared(const(T)).stringof ~ "` would violate sh… 93 TailShared!T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref shared const T val) pure nothrow @… 96 // HACK: DEPRECATE THIS FUNCTION, IT IS INVALID TO DO ATOMIC LOAD OF SHARED CLASS 113 if (!is(T == shared) && !is(V == shared)) 131 void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref shared T val, V newval) pure nothrow @… 134 static if (is (V == shared U, U)) 139 …opying argument `" ~ V.stringof ~ " newval` to `" ~ shared(T).stringof ~ " here` would violate sha… 146 void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref shared T val, shared V newval) pure no… [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/ |
| H A D | rpath.README | 5 +---- a = static, b = shared 9 | | +---- a = static/static, b = static/shared, 10 | | c = shared/static, d = shared/shared. 15 +-------- a = all shared libraries use the libtool *.la files for 21 | | +---- a = static/static/static, b = static/static/shared, 22 | | c = static/shared/static, d = static/shared/shared, 23 | | e = shared/static/static, f = shared/static/shared, 24 | | g = shared/shared/static, h = shared/shared/shared. 29 +-------- a = all shared libraries use the libtool *.la files for 34 - incomplete shared library support in the system, [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| H A D | shared-info.pl | 11 # shared libraries, currently on any Unix variant, including Unix like 27 'gnu-shared' => { 28 shared_ldflag => '-shared -Wl,-Bsymbolic', 31 'linux-shared' => sub { 33 %{$shared_info{'gnu-shared'}}, 37 'bsd-gcc-shared' => sub { return $shared_info{'linux-shared'}; }, 38 'bsd-shared' => sub { 39 return $shared_info{'gnu-shared'} if detect_gnu_ld(); 41 shared_ldflag => '-shared -nostdlib', 44 'darwin-shared' => { [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/Configurations/ |
| H A D | shared-info.pl | 11 # shared libraries, currently on any Unix variant, including Unix like 27 'gnu-shared' => { 28 shared_ldflag => '-shared -Wl,-Bsymbolic', 31 'linux-shared' => sub { 33 %{$shared_info{'gnu-shared'}}, 42 'bsd-gcc-shared' => sub { return $shared_info{'linux-shared'}; }, 43 'darwin-shared' => { 48 'cygwin-shared' => { 49 shared_ldflag => '-shared -Wl,--enable-auto-image-base', 52 'mingw-shared' => sub { [all …]
|
| /netbsd-src/sys/external/bsd/drm/conf/ |
| H A D | files.drm | 9 …ons drmbase CPPFLAGS+="-I$S/external/bsd/drm/dist/bsd-core -I$S/external/bsd/drm/dist/shared-core" 34 file external/bsd/drm/dist/shared-core/i915_dma.c i915drm 35 file external/bsd/drm/dist/shared-core/i915_irq.c i915drm 36 file external/bsd/drm/dist/shared-core/i915_mem.c i915drm 37 file external/bsd/drm/dist/shared-core/i915_suspend.c i915drm 42 file external/bsd/drm/dist/shared-core/mach64_dma.c mach64drm 43 file external/bsd/drm/dist/shared-core/mach64_irq.c mach64drm 44 file external/bsd/drm/dist/shared-core/mach64_state.c mach64drm 49 file external/bsd/drm/dist/shared-core/mga_dma.c mgadrm 50 file external/bsd/drm/dist/shared-core/mga_irq.c mgadrm [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
| H A D | instrprof-dynamic-two-shared.test | 2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp 3 RUN: %clang_profgen -o %t.d/b.shared -fPIC -shared %S/Inputs/instrprof-dynamic-b.cpp 4 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.shared %S/Inputs/instrprof-… 9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 16 RUN: diff %t-a.static.ll %t-a.shared.ll 19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 20 RUN: diff %t-b.static.ll %t-b.shared.ll 23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam… [all …]
|
| H A D | instrprof-dynamic-one-shared.test | 2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp 3 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S/Inputs/instrprof-dynamic-b.cpp … 8 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 11 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 15 RUN: diff %t-a.static.ll %t-a.shared.ll 18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 19 RUN: diff %t-b.static.ll %t-b.shared.ll 22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 23 RUN: diff %t-main.static.ll %t-main.shared.ll
|
| H A D | instrprof-shared.test | 2 This test produces three shared libraries: 12 The test is to verify that programs linked against these shared objects with and without instrument… 17 RUN: %clang_profgen -o %t.d/libt-instr.so -fPIC -shared %S/Inputs/instrprof-shared-lib.c 18 RUN: %clang -o %t.d/libt-no-instr1.so -fPIC -shared %S/Inputs/instrprof-shared-lib.c 19 RUN: %clang -c -o %t.d/instrprof-shared-lib-no-instr2.o -fPIC %S/Inputs/instrprof-shared-lib.c 20 RUN: %clang_profgen -o %t.d/libt-no-instr2.so -fPIC -shared %t.d/instrprof-shared-lib-no-instr2.o 22 RUN: %clang_profgen -o %t-instr-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main… 23 …g_profgen -o %t-instr-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-shared-main.c 24 …g_profgen -o %t-instr-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-shared-main.c 25 RUN: %clang -o %t-no-instr1-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main.c [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | README | 41 The special make target `everything' will build the static and shared 52 Shared Libraries 55 There is skeletal support for building shared versions of the 57 a Makefile in the `shlib' subdirectory, and typing `make shared' 58 will cause shared versions of the Readline and History libraries 61 If `configure' is given the `--enable-shared' option, it will attempt 62 to build the shared libraries by default on supported platforms. 65 not shared library creation is supported and to generate the values 67 try to build shared libraries on an unsupported platform, `make' 88 SHOBJ_LD The link editor to be used to create the shared library from [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 192 Shared Libraries 195 There is support for building shared versions of the readline and 197 the `shlib' subdirectory, and typing `make shared' will cause 198 shared versions of the readline and history libraries to be built 201 If `configure' is given the `--enable-shared' option, it will attempt [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/ |
| H A D | instrprof-dynamic-two-shared.test | 2 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.shared -fPIC -shared %S/../Input… 3 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.shared -fPIC -shared %S/../Input… 4 …on-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.sh… 9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 16 RUN: diff %t-a.static.ll %t-a.shared.ll 19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 20 RUN: diff %t-b.static.ll %t-b.shared.ll 23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy… [all …]
|
| H A D | instrprof-dynamic-one-shared.test | 2 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.shared -fPIC -shared %S/../Input… 3 …ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S… 8 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 11 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 15 RUN: diff %t-a.static.ll %t-a.shared.ll 18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 19 RUN: diff %t-b.static.ll %t-b.shared.ll 22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy… 23 RUN: diff %t-main.static.ll %t-main.shared.ll
|
| H A D | coverage_shared.test | 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fcoverage-mapping -c -o %t.d/a.shared.o -f… 3 …ions -fuse-ld=gold -Wl,--gc-sections -fcoverage-mapping -o %t.d/a.shared -fPIC -shared %S/../Input… 4 …ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S… 6 … -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-static %t.d/a.shared.o %S/../Inputs/ins… 9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 14 RUN: llvm-cov show -instr-profile %t-shared.profdata %t.d/a.shared | FileCheck --check-prefix=COV %…
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| H A D | pa64-hpux.h | 28 "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 31 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 34 %{!shared:%{!static:%{rdynamic:-E}}}\ 36 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\ 37 %{static:-a archive} %{shared:%{mhp-ld:-b}%{!mhp-ld:-shared}}" 40 "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 43 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 46 %{!shared:%{!static:%{rdynamic:-E}}}\ 48 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\ 49 %{static:-a archive} %{shared:%{mgnu-ld:-shared}%{!mgnu-ld:-b}}" [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
| H A D | pa64-hpux.h | 28 "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 31 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 34 %{!shared:%{!static:%{rdynamic:-E}}}\ 36 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\ 37 %{static:-a archive} %{shared:%{mhp-ld:-b}%{!mhp-ld:-shared}}" 40 "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 43 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 46 %{!shared:%{!static:%{rdynamic:-E}}}\ 48 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\ 49 %{static:-a archive} %{shared:%{mgnu-ld:-shared}%{!mgnu-ld:-b}}" [all …]
|
| /netbsd-src/share/man/man3/ |
| H A D | dlfcn.3 | 68 They allow new shared objects to be loaded into the process' address space 81 function takes the name of a shared object as the first argument. 84 argument can be specified as either an absolute pathname to a shared object 85 or just the name of the shared object itself. 88 When just a shared object name is specified, the same search rules apply that 91 shared object searches 97 Shared libraries take the following form: 102 The shared object is mapped into the address space, relocated, and 104 with the implicitly loaded shared libraries at program startup. 177 If the named shared object has already [all …]
|
| /netbsd-src/share/man/man8/ |
| H A D | compat_linux.8 | 70 This means that you will also need the Linux shared libraries that the 101 Shared libraries should also be installed in the shadow tree. 104 Generally, you will need to look for the shared libraries that Linux 110 set of Linux shared libraries on your system to be able to run newly 112 .Ss Setting up shared libraries 116 $ readelf -d ./runner | grep Shared 117 0x00000001 (NEEDED) Shared library: [libstdc++.so.6] 118 0x00000001 (NEEDED) Shared library: [libz.so.1] 119 0x00000001 (NEEDED) Shared library: [libXxf86vm.so.1] 120 0x00000001 (NEEDED) Shared library: [libGL.so.1] [all …]
|
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_dma_resv.c | 51 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_NOSLEEP); in objlist_tryalloc() 64 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_SLEEP); in objlist_alloc() 75 kmem_free(list, offsetof(typeof(*list), shared[n])); in objlist_free() 128 dma_fence_put(robj->fence->shared[i]); in dma_resv_fini() 129 robj->fence->shared[i] = NULL; /* paranoia */ in dma_resv_fini() 300 * Return a pointer to the shared fence list of the reservation 316 * Reserve space in robj to add num_fences shared fences. To be 462 * and length of the shared fence list of robj and return true, or 468 * shared list at the moment. Does not take any fence references. 533 * have previously loaded the shared fence list and should in dma_resv_get_excl_reader() [all …]
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | shm.h | 337 * @brief Attach a System V shared memory segment. 340 * @param shmseg A shared memory segment ID created with xcb_generate_id(). 341 * @param shmid The System V shared memory segment the server should map. 345 * Attach a System V shared memory segment to the server. This will fail unless 361 * @brief Attach a System V shared memory segment. 364 * @param shmseg A shared memory segment ID created with xcb_generate_id(). 365 * @param shmid The System V shared memory segment the server should map. 369 * Attach a System V shared memory segment to the server. This will fail unless 382 * @brief Destroys the specified shared memory segment. 388 * Destroys the specified shared memory segment. This will never fail unless the [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
| H A D | linux.h | 33 for the special GCC options -static and -shared, which allow us to 37 When the -shared link option is used a final link is not being 44 #define LINK_SPEC "%(link_cpu) -m m32rlelf_linux %{shared:-shared} \ 45 %{!shared: \ 51 #define LINK_SPEC "%(link_cpu) -m m32relf_linux %{shared:-shared} \ 52 %{!shared: \ 62 %{shared: -lc} \ 63 %{!shared: \ 70 "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \ 71 crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}" [all …]
|
| /netbsd-src/lib/libc/sys/ |
| H A D | shmget.2 | 37 .Nd get shared memory segment 46 returns the shared memory identifier associated with the key 49 A shared memory segment is created if either 55 does not have a shared memory segment identifier associated with it, and the 67 has a shared memory segment identifier associated with it already, 70 If a new shared memory segment is created, the data structure 107 Upon successful completion a positive shared memory segment identifier 115 A shared memory segment is already associated with 125 and a shared memory segment is already associated with 128 No shared memory segment is to be created, and a shared memory segment [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetRPCAPI.h | 19 #include "llvm/ExecutionEngine/Orc/Shared/RPCUtils.h" 20 #include "llvm/ExecutionEngine/Orc/Shared/RawByteChannel.h" 76 namespace shared { 135 } // end namespace shared 170 : public shared::RPCFunction<RegisterEHFrames, 178 : public shared::RPCFunction<DeregisterEHFrames, 192 : public shared::RPCFunction<CallIntVoid, int32_t(JITTargetAddress Addr)> { 200 : public shared::RPCFunction<CallIntInt, 209 : public shared::RPCFunction<CallMain, 219 : public shared::RPCFunction<CallVoidVoid, void(JITTargetAddress FnAddr)> { [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | dotwait.mk | 5 TESTS= simple recursive shared cycle 49 # shared: both shared.1.99 and shared.2.99 depend on shared.0. 50 # shared.0 must be made first, even though it is a child of 52 shared: shared.1.99 .WAIT shared.2.99 53 shared.1.99: shared.0 _ECHOUSE 54 shared.2.99: shared.2.1 shared.0 _ECHOUSE
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | null_allocator.d | 20 //size_t goodAllocSize(size_t n) shared const 23 void[] allocate(size_t) shared { return null; } in allocate() 25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate() 27 void[] allocateAll() shared { return null; } in allocateAll() 33 bool expand(ref void[] b, size_t s) shared in expand() 36 bool reallocate(ref void[] b, size_t) shared in reallocate() 39 bool alignedReallocate(ref void[] b, size_t, uint) shared in alignedReallocate() 42 Ternary owns(void[]) shared const { return Ternary.no; } in owns() 46 Ternary resolveInternalPointer(const void*, ref void[]) shared const in resolveInternalPointer() 52 bool deallocate(void[] b) shared { assert(b is null); return true; } in deallocate() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | null_allocator.d | 25 //size_t goodAllocSize(size_t n) shared const 28 void[] allocate(size_t) shared { return null; } in allocate() 30 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate() 32 void[] allocateAll() shared { return null; } in allocateAll() 38 bool expand(ref void[] b, size_t s) shared in expand() 41 bool reallocate(ref void[] b, size_t) shared in reallocate() 44 bool alignedReallocate(ref void[] b, size_t, uint) shared in alignedReallocate() 47 Ternary owns(const void[]) shared const { return Ternary.no; } in owns() 51 Ternary resolveInternalPointer(const void*, ref void[]) shared const in resolveInternalPointer() 57 bool deallocate(void[] b) shared { assert(b is null); return true; } in deallocate() [all …]
|