Searched refs:dlopen_helper (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp103 static void *dlopen_helper(const char *name, char *ebuf, int ebuflen);
H A Dos_linux.cpp1893 result = os::Linux::dlopen_helper(filename, ebuf, ebuflen);
1911 result = os::Linux::dlopen_helper(filename, ebuf, ebuflen);
2062 void * os::Linux::dlopen_helper(const char *filename, char *ebuf, int ebuflen) { function in class:os::Linux
2074 result = dlopen_helper(filename, ebuf, ebuflen);

Completed in 37 milliseconds