Searched refs:RTLD_NOW (Results 1 – 16 of 16) sorted by relevance
/openbsd/regress/libexec/ld.so/noload/test1/ |
H A D | test1.c | 20 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 D | dl_dlopen.xs | 194 #ifdef RTLD_NOW 198 mode = RTLD_NOW;
|
/openbsd/regress/libexec/ld.so/dependencies/order2/prog1/ |
H A D | main.c | 24 int flag = RTLD_NOW; in main()
|
/openbsd/regress/libexec/ld.so/dependencies/order1/prog1/ |
H A D | main.c | 24 int flag = RTLD_NOW; in main()
|
/openbsd/include/ |
H A D | dlfcn.h | 41 #define RTLD_NOW 2 macro
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/ |
H A D | dylib.h | 39 return dlopen(fullname, RTLD_NOW); in dylib_open()
|
/openbsd/libexec/ld.so/ |
H A D | dlfcn.c | 50 | RTLD_NOW \ 87 obj_flags = (flags & RTLD_NOW ? DF_1_NOW : 0) in dlopen()
|
/openbsd/regress/sys/kern/xonly/ |
H A D | xonly.c | 157 handle = dlopen("ld.so", RTLD_NOW); in setup_ldso()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | libunwind-frame.c | 333 handle = dlopen (LIBUNWIND_SO, RTLD_NOW); in libunwind_load()
|
H A D | thread-db.c | 428 handle = dlopen (LIBTHREAD_DB_SO, RTLD_NOW); in thread_db_load()
|
H A D | sol-thread.c | 1624 dlhandle = dlopen ("libthread_db.so.1", RTLD_NOW); in _initialize_sol_thread()
|
/openbsd/lib/libcurses/base/ |
H A D | lib_mouse.c | 101 #ifdef RTLD_NOW 102 #define my_RTLD RTLD_NOW
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-sk.c | 121 if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) { in sshsk_open()
|
H A D | ssh-pkcs11.c | 1547 if ((handle = dlopen(provider_id, RTLD_NOW)) == NULL) { in pkcs11_register_provider()
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | UnwindCursor.hpp | 2130 libHandle = dlopen(libcxxabi, RTLD_MEMBER | RTLD_NOW); in getInfoFromTBTable()
|
/openbsd/usr.sbin/unbound/ |
H A D | aclocal.m4 | 1878 # ifdef RTLD_NOW 1879 # define LT_DLLAZY_OR_NOW RTLD_NOW
|