Lines Matching defs:library
1762 * In addition, no versioning is currently provided for types as our .d library
1986 * Go through all the library files, and, if any library dependencies exist for
1998 char *library = dld->dtld_library;
2007 "Invalid library dependency in %s: %s\n",
2014 library)) != 0) {
2052 dt_dprintf("library %s sorted (%d/%d)\n", new->dtld_library,
2137 * Open all the .d library files found in the specified directory and
2140 * we fail to compile a library and the error is something other than #pragma D
2141 * depends_on. Dependency errors are silently ignored to permit a library
2162 /* First, parse each file for library dependencies. */
2171 dt_dprintf("skipping library %s: %s\n",
2177 * Skip files whose name match an already processed library
2189 dt_dprintf("skipping library %s, already processed "
2190 "library with the same name: %s", dp->d_name,
2214 dt_dprintf("error parsing library %s: %s\n",
2231 * we fail to compile a library and the error is something other than #pragma D
2232 * depends_on. Dependency errors are silently ignored to permit a library
2244 * Finish building the graph containing the library dependencies
2255 dt_dprintf("skipping library %s: %s\n",
2270 dt_dprintf("skipping library %s: %s\n",
2288 * Load the contents of any appropriate DTrace .d library files. These files
2291 * add their own library directories and so that we can properly report errors.