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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2097 void * os::dll_load(const char *filename, char *ebuf, int ebuflen) { function in class:os
2111 void * os::dll_load(const char *filename, char *ebuf, int ebuflen) function in class:os
2231 #error Method os::dll_load requires that one of following is defined:\
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1851 void * os::dll_load(const char *filename, char *ebuf, int ebuflen) function in class:os
2006 #error Method os::dll_load requires that one of following is defined:\
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2079 void * os::dll_load(const char *filename, char *ebuf, int ebuflen) function in class:os
2157 #error Method os::dll_load requires that one of following is defined:\
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1447 void * os::dll_load(const char *name, char *ebuf, int ebuflen) function in class:os
1525 #error Method os::dll_load requires that one of following \
3658 if ((result = (HINSTANCE)os::dll_load(path, ebuf, ebuflen)) != NULL) {
3667 if ((result = (HINSTANCE)os::dll_load(path, ebuf, ebuflen)) != NULL) {

Completed in 806 milliseconds