Searched refs:dbdpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c135 struct dbd **dbdpp; /* insertion pointer */ local
137 dbdpp = &dbd_head;
141 dbdpp = &dbdp->dbd_next;
144 (void) new_dbd(dbdpp, dbp);
410 * Allocate a new dbd, append it after dbdpp and set the dbd_dbp to dbp.
413 new_dbd(dbdpp, dbp)
414 struct dbd **dbdpp; /* insertion point */
422 *dbdpp = dbdp;

Completed in 56 milliseconds