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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1444 * dl_path - If dl_hdl is non-NULL, the path to the sharable object
1459 load_module_err(MODLIST_T *moddef, void *dl_hdl, const char *dl_path, argument
1499 dl_path, dlerror());
1557 void *dl_hdl, const char *dl_path)
1581 load_module_err(moddef, dl_hdl, dl_path,
1582 MSG_INTL(MSG_ERR_BADSTDOA), dl_path,
1692 load_module_err(moddef, dl_hdl, dl_path, MSG_INTL(errmsg),
1693 dl_path, mod_name, cmd_name, optarg->oa_name);
1555 validate_optarg(elfedit_cmd_optarg_t *optarg, int isopt, MODLIST_T *moddef, const char *mod_name, const char *cmd_name, void *dl_hdl, const char *dl_path) argument

Completed in 67 milliseconds