Lines Matching defs:reference

268  * of reference and hence performance, and thus this copying is not necessary.
435 * Establish the symbols visibility and reference.
521 * determine whether it is a global or weak reference (see build_osym(),
543 * Note that this entry can be overridden if a reference from a
544 * relocatable object is found after a reference from a shared object
688 * If the reference originated from a mapfile ensure
776 * If the reference originated from a mapfile ensure
804 * In all cases the file who made the first reference to this symbol will have
938 * A GOT reference will be accompanied by the associated GOT symbol.
1278 * reference and hasn't been matched to a reference from a
1358 * If a non-weak reference remains undefined, or if a
1359 * mapfile reference is not bound to the relocatable
1376 * to shared objects, and thus although the -u reference
1401 * If a mapfile reference remains undefined the user
1403 * usually mis-spelt the reference). Refer to the above
1453 * shared object. If a binding is from a weak reference it can
1555 * (ld -u <>, ...), then this counts as a reference against the
1846 * made between symbols that reference readonly text, and those that
2428 * - An undefined reference to XXX is converted to __wrap_XXX
2429 * - An undefined reference to __real_XXX is converted to XXX
2442 * pointer to reference the wrapped name.
2535 * references (UNDEF). This ensures that any reference to
2605 * reference. Make sure this reference isn't left as a
2713 * object dependency when a a weak definition satisfies a reference:
2817 * that they reference each other.`
2862 * become a reference (UNDEF) for the original.
3011 * Add an undefined symbol to the symbol table. The reference originates from
3026 const char *reference = MSG_INTL(mid);
3030 * reference. If the symbol doesn't already exist we'll create it.
3038 (sdp->sd_file->ifl_name == reference))
3049 if (strcmp(_ifl->ifl_name, reference) == 0) {
3060 ifl->ifl_name = reference;