Searched defs:dll_load (Results 1 - 4 of 4) sorted by relevance
| /openjdk7/hotspot/src/os/bsd/vm/ |
| H A D | os_bsd.cpp | 2097 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 D | os_linux.cpp | 1851 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 D | os_solaris.cpp | 2079 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 D | os_windows.cpp | 1447 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