Lines Matching defs:ipath
1652 dldump_core(Rt_map *clmp, Rt_map *lmp, const char *ipath, const char *opath,
1662 ((lmp == NULL) && (ipath[0] == '\0'))) {
1676 if ((lmp = is_so_loaded(&lml_main, ipath, NULL)) == NULL) {
1678 ipath);
1682 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_GEN_ALTER), ipath);
1687 ipath);
1717 dldump(const char *ipath, const char *opath, int flags)
1726 if (ipath) {
1730 ipath = NAME(lmp);
1733 DBG_CALL(Dbg_dl_dldump(clmp, ipath, opath, flags));
1735 error = dldump_core(clmp, lmp, ipath, opath, flags);