Searched defs:lddstub (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c97 int lddstub; local
105 * Determine if we've been called from lddstub.
107 lddstub = (lmflags & LML_FLG_TRC_ENABLE) &&
121 * called via lddstub, then the first preloaded object is the
126 if (lddstub)
147 if (lddstub && nlmp) {
148 lddstub = 0;
152 * and lddstub so that the target object isn't called
162 * By identifying lddstub as the caller, several
165 * was found from lddstub
[all...]

Completed in 57 milliseconds