Home
last modified time | relevance | path

Searched refs:RTLD_NOW (Results 1 – 16 of 16) sorted by relevance

/openbsd/regress/libexec/ld.so/noload/test1/
H A Dtest1.c20 if ((handle = dlopen(LIBANAME, RTLD_NOW|RTLD_NOLOAD))) in main()
22 else if ((handle = dlopen(LIBBNAME, RTLD_NOW|RTLD_NOLOAD))) in main()
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_dlopen.xs194 #ifdef RTLD_NOW
198 mode = RTLD_NOW;
/openbsd/regress/libexec/ld.so/dependencies/order2/prog1/
H A Dmain.c24 int flag = RTLD_NOW; in main()
/openbsd/regress/libexec/ld.so/dependencies/order1/prog1/
H A Dmain.c24 int flag = RTLD_NOW; in main()
/openbsd/include/
H A Ddlfcn.h41 #define RTLD_NOW 2 macro
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A Ddylib.h39 return dlopen(fullname, RTLD_NOW); in dylib_open()
/openbsd/libexec/ld.so/
H A Ddlfcn.c50 | RTLD_NOW \
87 obj_flags = (flags & RTLD_NOW ? DF_1_NOW : 0) in dlopen()
/openbsd/regress/sys/kern/xonly/
H A Dxonly.c157 handle = dlopen("ld.so", RTLD_NOW); in setup_ldso()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlibunwind-frame.c333 handle = dlopen (LIBUNWIND_SO, RTLD_NOW); in libunwind_load()
H A Dthread-db.c428 handle = dlopen (LIBTHREAD_DB_SO, RTLD_NOW); in thread_db_load()
H A Dsol-thread.c1624 dlhandle = dlopen ("libthread_db.so.1", RTLD_NOW); in _initialize_sol_thread()
/openbsd/lib/libcurses/base/
H A Dlib_mouse.c101 #ifdef RTLD_NOW
102 #define my_RTLD RTLD_NOW
/openbsd/usr.bin/ssh/
H A Dssh-sk.c121 if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) { in sshsk_open()
H A Dssh-pkcs11.c1547 if ((handle = dlopen(provider_id, RTLD_NOW)) == NULL) { in pkcs11_register_provider()
/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp2130 libHandle = dlopen(libcxxabi, RTLD_MEMBER | RTLD_NOW); in getInfoFromTBTable()
/openbsd/usr.sbin/unbound/
H A Daclocal.m41878 # ifdef RTLD_NOW
1879 # define LT_DLLAZY_OR_NOW RTLD_NOW