Lines Matching defs:needed
1808 * needed name, or via a runpath. In addition runpaths may also specify the
2121 const char *soname, *needed;
2146 * Now look for any needed dependencies (which may use the rpath)
2165 if ((needed = str + (size_t)dyn->d_un.d_val) == NULL)
2169 * Determine if this needed entry is already recorded on
2170 * the shared object needed list, if not create a new
2173 needed = expand(ifl->ifl_name, needed, NULL);
2175 if ((sdf = sdf_find(needed, ofl->ofl_soneed)) == NULL) {
2176 if ((sdf = sdf_add(needed,
2439 * be needed for ld processing. These sections need to be in the
2927 * `needed' entries in the same manner as will be generated from the
3035 * as a needed dependency.
3040 * needed entry contained a `/'), or the basename of the located file.
3046 * soname - SONAME for needed sharable library, as described above