Searched defs:pathmap_dlopen (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp287 static void * pathmap_dlopen(const char * name, int mode) { function
291 printf("libsaproc DEBUG: pathmap_dlopen %s\n", name);
301 printf("libsaproc DEBUG: pathmap_dlopen substituted %s\n", alt_path);
309 printf("libsaproc DEBUG: pathmap_dlopen substituted %s\n", alt_path);
317 printf("libsaproc DEBUG: pathmap_dlopen %s return 0x%x\n", name, handle);
374 if ((libthread_db_handle = pathmap_dlopen(libthread_db, RTLD_LAZY|RTLD_LOCAL)) == NULL) {

Completed in 35 milliseconds