Searched refs:RTLD_DEFAULT (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr21964-4.c10 ptr = (int*) dlsym (RTLD_DEFAULT, "__start___verbose");
H A Dpr21964-5.c14 ptr = (int*) dlsym(RTLD_DEFAULT, "__start___verbose");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp26 void *Fn = dlsym(RTLD_DEFAULT, FnName);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Drandom-getentropy.c35 uv__getentropy = (uv__getentropy_cb) dlsym(RTLD_DEFAULT, "getentropy");
H A Drandom-getrandom.c42 uv__getrandom = (uv__getrandom_cb) dlsym(RTLD_DEFAULT, "getrandom");
H A Ddarwin.c63 time_func = (uint64_t (*)(void)) dlsym(RTLD_DEFAULT, "mach_continuous_time");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_linux.cc40 // RTLD_DEFAULT.
41 *func_addr = (uptr)dlsym(RTLD_DEFAULT, func_name);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_linux.cc37 // RTLD_DEFAULT.
38 *func_addr = (uptr)dlsym(RTLD_DEFAULT, func_name);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_posix.cpp77 dlsym(RTLD_DEFAULT, "__tsan_on_initialize"));
79 reinterpret_cast<int (*)(int)>(dlsym(RTLD_DEFAULT, "__tsan_on_finalize"));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/stats/
H A Dstats_client.cc37 return dlsym(RTLD_DEFAULT, name);
/netbsd-current/include/
H A Ddlfcn.h88 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_linux.cpp48 // RTLD_DEFAULT.
49 addr = dlsym(RTLD_DEFAULT, name);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc38 Handle = RTLD_DEFAULT;
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A DcollectorAPI.c48 libcollector = RTLD_DEFAULT;
H A Djprofile.c227 collector_heap_record = (void(*)(int, int, void*))dlsym (RTLD_DEFAULT, "__collector_heap_record");
233 collector_jsync_begin = (void(*)(hrtime_t, void *))dlsym (RTLD_DEFAULT, "__collector_jsync_begin");
234 collector_jsync_end = (void(*)(hrtime_t, void *))dlsym (RTLD_DEFAULT, "__collector_jsync_end");
258 collector_jsync_begin = (void(*)(hrtime_t, void *))dlsym (RTLD_DEFAULT, "__collector_jsync_begin");
259 collector_jsync_end = (void(*)(hrtime_t, void *))dlsym (RTLD_DEFAULT, "__collector_jsync_end");
268 void *g_sHandle = RTLD_DEFAULT;
1138 __collector_VM_ReadByteInstruction = (int(*)()) dlsym (RTLD_DEFAULT, "Async_VM_ReadByteInstruction");
1142 dlsym (RTLD_DEFAULT, "AsyncGetCallTrace");
1146 TprintfT (DBG_LT1, "jprofile: AsyncGetCallTrace found with RTLD_DEFAULT\n");
1304 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_modul
[all...]
H A Denvmgmt.c706 CALL_UTIL (putenv) = (int(*)())dlsym (RTLD_DEFAULT, "putenv");
733 CALL_UTIL (setenv) = (int(*)())dlsym (RTLD_DEFAULT, "setenv");
779 CALL_UTIL (unsetenv) = (int(*)())dlsym (RTLD_DEFAULT, "unsetenv");
817 CALL_UTIL (clearenv) = (int(*)())dlsym (RTLD_DEFAULT, "clearenv");
H A Dsynctrace.c373 void *ptr = dlsym (RTLD_DEFAULT, "fprintf");
384 ptr = dlsym (RTLD_DEFAULT, "__collector_jprofile_enable_synctrace");
406 dlflag = RTLD_DEFAULT;
411 Tprintf (0, "synctrace: WARNING: init_thread_intf() using RTLD_DEFAULT for OS sync routines\n");
513 dlflag = RTLD_DEFAULT;
518 Tprintf (0, "synctrace: WARNING: init_thread_intf() using RTLD_DEFAULT for Solaris sync routines\n");
593 dlflag = RTLD_DEFAULT;
598 Tprintf (0, "synctrace: WARNING: init_thread_intf() using RTLD_DEFAULT for Solaris sync routines\n");
H A Dheaptrace.c244 __real_malloc = (void*(*)(size_t))dlsym (RTLD_DEFAULT, "malloc");
251 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_DEFAULT\n");
252 dlflag = RTLD_DEFAULT;
H A Dprofile.c104 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module");
H A Ddispatcher.c658 __real_setitimer = dlsym (RTLD_DEFAULT, SYS_SETITIMER_NAME);
664 dlflag = RTLD_DEFAULT;
670 (dlflag == RTLD_DEFAULT) ? "DEFAULT" : "NEXT");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_netbsd.cc81 real = dlsym(RTLD_DEFAULT, symbol);
H A Dsanitizer_symbolizer_posix_libcdep.cc79 swift_demangle_f = (swift_demangle_ft)dlsym(RTLD_DEFAULT, "swift_demangle");
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp74 swift_demangle_f = (swift_demangle_ft)dlsym(RTLD_DEFAULT, "swift_demangle");
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_netbsd.cc79 real = dlsym(RTLD_DEFAULT, symbol);
H A Dsanitizer_symbolizer_posix_libcdep.cc77 swift_demangle_f = (swift_demangle_ft)dlsym(RTLD_DEFAULT, "swift_demangle");

Completed in 241 milliseconds

12