Home
last modified time | relevance | path

Searched refs:RTLD_FIRST (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/math/vtk9/VTK-9.1.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Ddynload.h26 #define RTLD_FIRST 0x02000 macro
34 #define RTLD_FIRST 0x100 macro
/dports/net/py-mpi4py/mpi4py-3.1.3/src/
H A Ddynload.h26 #define RTLD_FIRST 0x02000 macro
34 #define RTLD_FIRST 0x100 macro
H A Ddynload.c131 #ifdef RTLD_FIRST
132 if (PyModule_AddIntMacro(m, RTLD_FIRST ) < 0) goto bad;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Ddynload.h26 #define RTLD_FIRST 0x02000 macro
34 #define RTLD_FIRST 0x100 macro
H A Ddynload.c135 #ifdef RTLD_FIRST
136 if (PyModule_AddIntMacro(m, RTLD_FIRST ) < 0) goto bad;
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Ddynload.h26 #define RTLD_FIRST 0x02000 macro
34 #define RTLD_FIRST 0x100 macro
H A Ddynload.c128 #ifdef RTLD_FIRST
129 if (PyModule_AddIntMacro(m, RTLD_FIRST ) < 0) goto bad;
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/make/stub_includes/unix/
H A Ddynamic-linker.h41 #define RTLD_FIRST 0x02000 /* only first object is */ macro
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d40 enum RTLD_FIRST = 0x100; variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/
H A Ddlfcn.h82 #define RTLD_FIRST 0x100 /* Mac OS X 10.5 and later */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/
H A Ddlfcn.h82 #define RTLD_FIRST 0x100 /* Mac OS X 10.5 and later */ macro
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/runtime/
H A DUnixDynamicLinkerImpl.java19 public static final int RTLD_FIRST = 0x02000; field in UnixDynamicLinkerImpl
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/common/
H A Djni_util_md.c54 procHandle = (void*)dlopen(NULL, RTLD_FIRST); in getProcessHandle()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/common/
H A Djni_util_md.c54 procHandle = (void*)dlopen(NULL, RTLD_FIRST); in getProcessHandle()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/native/libjava/
H A Djni_util_md.c46 procHandle = (void*)dlopen(NULL, RTLD_FIRST); in getProcessHandle()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/native/libjava/
H A Djni_util_md.c46 procHandle = (void*)dlopen(NULL, RTLD_FIRST); in getProcessHandle()

12345678910>>...17