Lines Matching defs:bound

502 	 * objects to ensure any directly bound dependencies, filtees, etc.
552 * Having completed this control list of objects, they can now be bound
554 * that precedes it. Although this control list may have only bound to
568 * prevents relocations from being bound to objects that might yet fail
2618 * which we've bound can be interposed upon. In this context, copy relocations
2630 * If we've bound to a copy relocation definition then we need to assign
2665 * bound to an uninitialized variable (.bss) within a shared object did
2672 * new shared object that is directly bound. With no copy-relocation
2680 * .bss symbol definition as has been directly bound to, redirect the
2741 * If we had already bound to this object, there's no point in
2807 * directly bound executable contains pic code, there may be a
2887 * If a reference to a directly bound symbol can't be satisfied, then
2889 * a reference to a directly bound symbol is satisfied, then determine
2976 uint_t bound;
2984 bound = sip->si_boundto;
2990 (bound > SYMINFO_BT_LOWRESERVE)) {
2991 if (bound == SYMINFO_BT_PARENT)
2993 if (bound == SYMINFO_BT_EXTERN)
3007 if (bound < SYMINFO_BT_LOWRESERVE)
3008 lmp = elf_lazy_load(clmp, slp, bound,
3032 * been rejected. If we've bound to a singleton
3186 * the same object bound at link-edit time. Therefore, ld.so.1
3347 relocate_finish(Rt_map *lmp, APlist *bound, int ret)
3352 * Establish bindings to all objects that have been bound to.
3354 if (bound) {
3372 for (APLIST_TRAVERSE(bound, idx, _lmp)) {
3380 free(bound);