Searched refs:pd_pname (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | paths.c | 61 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() 940 if (strcmp(npath, pdp->pd_pname) == 0) in is_path_secure() 1007 if (pdp->pd_plen && (strcmp(pdp->pd_pname, path) == 0)) in is_path_unique() 1137 pdp->pd_pname = str; in expand_paths()
|
H A D | a.out.c | 153 pdp->pd_pname = nname; in aout_fix_name() 251 if (pdp->pd_pname == NULL) in aout_needed() 254 if (path = aout_get_so(pdp->pd_pname, in aout_needed()
|
H A D | cap.c | 575 pd.pd_pname = path; in cap_dir() 706 pdp->pd_pname = NAME(nlmp); in cap_filtees() 760 DBG_CALL(Dbg_file_filtee(lml, 0, pdp->pd_pname, audit)); in cap_filtees() 769 remove_lmc(lml, flmp, nlmco, pdp->pd_pname); in cap_filtees()
|
H A D | analyze.c | 1456 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() 2069 fdp->fd_odir = pdp->pd_pname; in load_so() 2110 const char *name = pdp->pd_pname; in load_trace() 2559 lmp = load_cap(lml, lmco, pdp->pd_pname, clmp, in load_one() 2590 name = pdp->pd_pname; in load_one()
|
H A D | config_elf.c | 510 pdp->pd_pname = (char *)flte; in elf_config_flt()
|
H A D | elf.c | 156 pdp->pd_pname = (char *)MSG_ORIG(MSG_PTH_LIBSYS); in elf_fix_name() 921 const char *dir = pdp->pd_pname; 975 const char *filtee = pdp->pd_pname; 1085 filtee = pdp->pd_pname;
|
H A D | _rtld.h | 376 const char *pd_pname; /* path name - may be expanded */ member
|
H A D | dlfcns.c | 1959 if (pdp->pd_pname == NULL) in dlinfo_core() 2003 (void) strcpy(strs, pdp->pd_pname); in dlinfo_core()
|
H A D | util.c | 3236 name = pdp->pd_pname; in is_path_used()
|