Home
last modified time | relevance | path

Searched refs:pd_pname (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c61 pdp->pd_pname = (char *)sdp->sd_name; in set_dirs()
90 (void) printf(fmt, pdp->pd_pname); in print_default_dirs()
92 DBG_CALL(Dbg_libs_path(lml, pdp->pd_pname, in print_default_dirs()
941 if (strcmp(npath, pdp->pd_pname) == 0) in is_path_secure()
1008 if (pdp->pd_plen && (strcmp(pdp->pd_pname, path) == 0)) in is_path_unique()
1138 pdp->pd_pname = str; in expand_paths()
H A Danalyze.c1456 if (pdp->pd_pname == NULL) in find_file()
1480 dobj = elf_config_ent(pdp->pd_pname, in find_file()
1481 (Word)elf_hash(pdp->pd_pname), 0, 0); in find_file()
1548 if ((fdp->fd_nname = (LM_GET_SO(clmp)(pdp->pd_pname, oname, in find_file()
2059 fdp->fd_odir = pdp->pd_pname; in load_so()
2100 const char *name = pdp->pd_pname; in load_trace()
2549 lmp = load_cap(lml, lmco, pdp->pd_pname, clmp, in load_one()
2580 name = pdp->pd_pname; in load_one()
H A Dcap.c616 pd.pd_pname = path; in cap_dir()
747 pdp->pd_pname = NAME(nlmp); in cap_filtees()
801 DBG_CALL(Dbg_file_filtee(lml, 0, pdp->pd_pname, audit)); in cap_filtees()
810 remove_lmc(lml, flmp, nlmco, pdp->pd_pname); in cap_filtees()
H A Dconfig_elf.c494 pdp->pd_pname = (char *)flte; in elf_config_flt()
H A D_rtld.h376 const char *pd_pname; /* path name - may be expanded */ member
H A Delf.c895 const char *dir = pdp->pd_pname;
949 const char *filtee = pdp->pd_pname;
1059 filtee = pdp->pd_pname;
H A Ddlfcns.c1960 if (pdp->pd_pname == NULL) in dlinfo_core()
2004 (void) strcpy(strs, pdp->pd_pname); in dlinfo_core()
H A Dutil.c3239 name = pdp->pd_pname; in is_path_used()