Lines Matching defs:library
173 /* we got the module section. Get the library name from the module */
292 /* ERROR. library not initialized cleanly */
293 snprintf(buf, sizeof(buf), gettext("%s library initialization failed, error code %ld\n"),
319 native compiler has trouble building the library because of
405 /* ERROR. library not initialized cleanly */
497 /* close the library */
528 char *library = NULL;
539 library = kdb_get_library_name(kcontext);
540 if (library == NULL) {
545 status = kdb_find_library(kcontext, library, &lib);
554 free(library);