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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1322 * insdef - Address of variable to receive address of predecessor
1327 * its MODLIST_T structure. *insdef references the predecessor node, or
1330 * If the module is not found, NULL is returned. *insdef references
1335 module_loaded(const char *name, MODLIST_T **insdef) argument
1340 *insdef = NULL;
1347 *insdef = moddef;
1356 *insdef = moddef;
1357 moddef = (*insdef)->ml_next;
1731 MODLIST_T *moddef, *insdef; local
1757 moddef = module_loaded(name, &insdef);
1925 MODLIST_T *moddef, *insdef; local
3037 MODLIST_T *insdef; local
[all...]

Completed in 64 milliseconds