Lines Matching defs:library
69 /* The only global variable, defined by this library */
1240 * agent library).
1886 /* Dynamic library loading */
1897 /* The library may be located in different ways, try both, but
1900 getSystemProperty("sun.boot.library.path", &boot_path);
1915 /* Lookup dynamic function pointer in shared library */
1917 lookup_library_symbol(void *library, char **symbols, int nsymbols)
1924 addr = md_find_library_entry(library, symbols[i]);
1933 "Cannot find library symbol '%s'", symbols[0]);
1968 getSystemProperty("sun.boot.library.path", &boot_path);
1969 /* Load in NPT library for character conversions */
1974 HPROF_ERROR(JNI_TRUE, "Cannot load npt library");
2044 /* Load java_crw_demo library and find function "java_crw_demo" */
2047 /* Load the library or get the handle to it */
2145 /* Unload java_crw_demo library */