Searched refs:RTLD_NOLOAD (Results 1 - 6 of 6) sorted by last modified time

/openbsd-current/gnu/llvm/libcxx/src/include/
H A Drefstring.h60 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD);
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp48 | RTLD_NOLOAD // Do not load the dylib, just grab a handle if the
/openbsd-current/libexec/ld.so/
H A Ddlfcn.c53 | RTLD_NOLOAD \
89 | (flags & RTLD_NOLOAD ? DF_1_NOOPEN : 0)
/openbsd-current/include/
H A Ddlfcn.h46 #define RTLD_NOLOAD 0x800 macro
/openbsd-current/regress/libexec/ld.so/noload/test1/
H A Dtest1.c20 if ((handle = dlopen(LIBANAME, RTLD_NOW|RTLD_NOLOAD)))
22 else if ((handle = dlopen(LIBBNAME, RTLD_NOW|RTLD_NOLOAD)))
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin-crt3.c280 handle = dlopen ("/usr/lib/libSystem.B.dylib", RTLD_NOLOAD);

Completed in 309 milliseconds