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

12

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_netbsd.cpp80 real = dlsym(RTLD_DEFAULT, symbol);
H A Dsanitizer_mac.cpp939 RTLD_DEFAULT, "task_set_exc_guard_behavior");
1063 void *dlopen_addr = dlsym(RTLD_DEFAULT, "pthread_create");
H A Dsanitizer_linux_libcdep.cpp296 dlsym(RTLD_DEFAULT, "_thread_db_sizeof_pthread")))
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c415 __collector_VM_ReadByteInstruction = (int(*)()) dlsym (RTLD_DEFAULT, "Async_VM_ReadByteInstruction");
419 misalign_hdl = (unsigned long) dlsym (RTLD_DEFAULT, "__misalign_trap_handler");
420 misalign_hdlx = (unsigned long) dlsym (RTLD_DEFAULT, "__misalign_trap_handler_end");
423 barrier_hdl = (unsigned long) dlsym (RTLD_DEFAULT, "__mt_EndOfTask_Barrier_");
424 barrier_hdlx = (unsigned long) dlsym (RTLD_DEFAULT, "__mt_EndOfTask_Barrier_Dummy_");
428 barrier_hdl = (unsigned long) dlsym (RTLD_DEFAULT, "__mt_EndOfTask_Barrier_");
429 barrier_hdlx = (unsigned long) dlsym (RTLD_DEFAULT, "__mt_EndOfTask_Barrier_Dummy_");
H A Dcollector.c221 ModuleInitFunc next_init = (ModuleInitFunc) dlsym (RTLD_DEFAULT, "__collector_module_init");
2472 __real__exit = dlsym (RTLD_DEFAULT, "_exit");
2487 __real__Exit = dlsym (RTLD_DEFAULT, "_exit");
H A Dlinetrace.c648 __real_fork = dlsym (RTLD_DEFAULT, "fork");
651 dlflag = RTLD_DEFAULT;
656 dlflag == RTLD_DEFAULT ? "DEFAULT" : "NEXT");
H A Dmmaptrace.c211 collector_heap_record = (void(*)(int, size_t, void*))dlsym (RTLD_DEFAULT, "__collector_heap_record");
1442 int fildes, off_t off))dlsym (RTLD_DEFAULT, SYS_MMAP_NAME);
1448 TprintfT (DBG_LT2, "collector real mmap found with RTLD_DEFAULT\n");
1449 dlflag = RTLD_DEFAULT;
H A Dhwprofile.c174 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module");
H A Diotrace.c454 __real_fopen = (FILE * (*)(const char*, const char*))dlvsym (RTLD_DEFAULT, "fopen", SYS_FOPEN_X_VERSION);
457 Tprintf (0, "iotrace: WARNING: init_io_intf() using RTLD_DEFAULT for Linux io routines\n");
458 dlflag = RTLD_DEFAULT;
632 __real_fopen = (FILE * (*)(const char*, const char*))dlvsym (RTLD_DEFAULT, "fopen", SYS_FOPEN_X_VERSION);
635 Tprintf (0, "iotrace: WARNING: init_io_intf() using RTLD_DEFAULT for Linux io routines\n");
636 dlflag = RTLD_DEFAULT;
/netbsd-current/libexec/ld.elf_so/
H A Drtld.c1183 case (intptr_t)RTLD_DEFAULT:
1225 case (intptr_t)RTLD_DEFAULT:
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c295 /* z/os doesn't have RTLD_DEFAULT but that's okay
298 #ifdef RTLD_DEFAULT
299 uv__mkostemp = (int (*)(char*, int)) dlsym(RTLD_DEFAULT, "mkostemp");
306 #endif /* RTLD_DEFAULT */
H A Dprocess.c406 dlsym(RTLD_DEFAULT, "posix_spawn_file_actions_addchdir_np");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac.cc835 void *dlopen_addr = dlsym(RTLD_DEFAULT, "pthread_create");
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc798 void *dlopen_addr = dlsym(RTLD_DEFAULT, "pthread_create");
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c2360 if ((_efi_use_whole_disk = (int (*)(int))dlsym(RTLD_DEFAULT,
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dtracepoint.cc6642 ust_ops.SYM = (typeof (&SYM)) dlsym (RTLD_DEFAULT, #SYM); \
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dtracepoint.cc6602 ust_ops.SYM = (typeof (&SYM)) dlsym (RTLD_DEFAULT, #SYM); \

Completed in 522 milliseconds

12