Lines Matching defs:init

98 	Word			init, unref;
130 * If we're .init processing and this depend-
131 * encies .init has been called, skip it.
157 init = lmflags & LML_FLG_TRC_INIT;
159 if ((init == 0) && (unref == 0) && (DBG_ENABLED == 0))
162 if (init) {
180 if (init)
261 * Indicate the object has had its .init collected.
262 * Note, that regardless of the object having a .init
264 * this list that any post-init flags are established.
326 * For .init processing, only collect objects that have
334 * If this object contains no .init, there's no need to
342 * had their .init collected, and haven't already been
486 * Print out the .init dependency information (ldd).
542 * A reverse ordered list (for .init's) contains INITFIRST elements. Move each
628 * Determine whether .init or .fini processing is required.
635 * For .init processing, only collect objects that have been
647 * Only collect objects that have had their .init collected,
668 Word init = lml->lm_flags & LML_FLG_TRC_INIT;
676 * Prior to tsorting any .init sections, insure that the `environ'
698 * to tsort() for .init processing is passed the link-map from which to
706 * tsort() list if their .init has already been called.
728 * whereas the interposers .init/.fini should be analyzed with respect
732 * their .init sections to be accounted for before any others.
733 * Selecting these .init sections first is important for the malloc
763 * interposer .init's will be grabbed during the first tsort
788 * for an .init order, for .fini order reverse them.
815 * If tracing .init sections (only meaningful for RT_SORT_REV), print
818 if (init)
851 * the associated .init/.fini's have been fired.