Lines Matching defs:weak
308 vers_derefer(Ifl_desc *ifl, Ver_desc *vdp, int weak)
320 * If the head of the list was a weak then we only mark
321 * weak dependencies, but if the head of the list was 'strong'
324 if ((weak && (vdp->vd_flags & VER_FLG_WEAK)) || (!weak))
328 vers_derefer(ifl, _vdp, weak);
375 * Scan the version index list and if any weak version
377 * dependency to be non-weak. Weak version dependencies do not
378 * cause fatal errors from the runtime linker, non-weak
390 * Mark any weak reference as referred to so as to
507 * If this is a weak version mark it as such. Weak versions
509 * and if a weak version is referenced it will be promoted to
510 * a non-weak version dependency.