Home
last modified time | relevance | path

Searched defs:clmp (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c32 Dbg_dl_iphdr_enter(Rt_map *clmp, u_longlong_t cnt_map, u_longlong_t cnt_unmap) in Dbg_dl_iphdr_enter()
79 Dbg_dl_dlopen(Rt_map *clmp, const char *name, int *in_nfavl, int mode) in Dbg_dl_dlopen()
106 Dbg_dl_dlclose(Rt_map *clmp, const char *name, int flag) in Dbg_dl_dlclose()
124 Dbg_dl_dldump(Rt_map *clmp, const char *ipath, const char *opath, int flags) in Dbg_dl_dldump()
139 Dbg_dl_dlerror(Rt_map *clmp, const char *str) in Dbg_dl_dlerror()
152 Dbg_dl_dladdr(Rt_map *clmp, void *addr) in Dbg_dl_dladdr()
164 Dbg_dl_dlsym(Rt_map *clmp, const char *sym, int *in_nfavl, const char *next, in Dbg_dl_dlsym()
210 Dbg_dl_dlinfo(Rt_map *clmp, const char *name, int request, void *addr) in Dbg_dl_dlinfo()
H A Dutil.c204 Dbg_util_edge_in(Lm_list *lml, Rt_map *clmp, uint_t flags, Rt_map *dlmp, in Dbg_util_edge_in()
237 Dbg_util_edge_out(Rt_map *clmp, Rt_map *dlmp) in Dbg_util_edge_out()
H A Daudit.c33 Dbg_audit_lib(Rt_map *clmp, const char *lib, int type) in Dbg_audit_lib()
H A Dfiles.c380 Dbg_file_lazyload(Rt_map *clmp, const char *fname, const char *sname) in Dbg_file_lazyload()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c104 Rt_map *clmp; in dlerror() local
596 Rt_map *clmp; in dlclose() local
1020 Rt_map *clmp; in dlopen() local
1045 Rt_map *clmp; in dlmopen() local
1067 Rt_map *clmp = slp->sl_cmap; in dlsym_handle() local
1518 Rt_map *clmp, *dlmp = NULL; in dlsym() local
1566 Rt_map *clmp, *almp; in dladdr() local
1601 Rt_map *clmp, *almp; in dladdr1() local
1721 Rt_map *clmp, *lmp; in dldump() local
2187 Rt_map *clmp; in dlinfo() local
[all …]
H A Daudit.c264 _audit_objsearch(APlist *list, char *oname, Rt_map *clmp, uint_t flags) in _audit_objsearch()
306 audit_objsearch(Rt_map *clmp, const char *name, uint_t flags) in audit_objsearch()
396 audit_activity(Rt_map *clmp, uint_t flags) in audit_activity()
457 _audit_add_head(Rt_map *clmp, Rt_map *hlmp, int preinit, int activity) in _audit_add_head()
631 audit_objopen(Rt_map *clmp, Rt_map *nlmp) in audit_objopen()
750 audit_objclose(Rt_map *lmp, Rt_map *clmp) in audit_objclose()
1102 _audit_preinit(APlist *list, Rt_map *clmp, Boolean client) in _audit_preinit()
1144 Rt_map *clmp; in audit_preinit() local
1176 audit_desc_cleanup(Rt_map *clmp) in audit_desc_cleanup()
1218 remove_auditor(APlist *alp, Rt_map *clmp) in remove_auditor()
[all …]
H A Danalyze.c104 analyze_lmc(Lm_list *lml, Aliste nlmco, Rt_map *nlmp, Rt_map *clmp, in analyze_lmc()
464 relocate_lmc(Lm_list *lml, Aliste nlmco, Rt_map *clmp, Rt_map *nlmp, in relocate_lmc()
1139 file_open(int err, Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, in file_open()
1929 load_so(Lm_list *lml, Aliste lmco, Rt_map *clmp, uint_t flags, in load_so()
2098 load_trace(Lm_list *lml, Pdesc *pdp, Rt_map *clmp, Fdesc *fdp) in load_trace()
2153 load_finish(Lm_list *lml, const char *name, Rt_map *clmp, int nmode, in load_finish()
2614 Rt_map *lmp, *clmp, *dlmp = srp->sr_dmap; in lookup_sym_interpose() local
2788 Rt_map *dlmp, *clmp = slp->sl_cmap; in lookup_sym_direct() local
2944 Rt_map *clmp = slp->sl_cmap; in _lookup_sym() local
3160 Rt_map *clmp = slp->sl_cmap; in lookup_sym() local
[all …]
H A Dremove.c212 remove_so(Lm_list *lml, Rt_map *lmp, Rt_map *clmp) in remove_so()
445 Rt_map *clmp = bdp->b_caller; in remove_lists() local
508 remove_incomplete(Lm_list *lml, Aliste lmco, Rt_map *clmp) in remove_incomplete()
850 remove_lmc(Lm_list *lml, Rt_map *clmp, Aliste lmco, const char *name) in remove_lmc()
1020 remove_hdl(Grp_hdl *ghp, Rt_map *clmp, int *removed) in remove_hdl()
H A Delf.c134 elf_fix_name(const char *name, Rt_map *clmp, Alist **alpp, Aliste alni, in elf_fix_name()
335 elf_lazy_load(Rt_map *clmp, Slookup *slp, uint_t ndx, const char *sym, in elf_lazy_load()
476 elf_verify_vers(const char *name, Rt_map *clmp, Rt_map *nlmp) in elf_verify_vers()
605 elf_needed(Lm_list *lml, Aliste lmco, Rt_map *clmp, int *in_nfavl) in elf_needed()
795 Rt_map *clmp = slp->sl_cmap; local
1624 void *odyn, Rt_map *clmp, int *in_nfavl)
2666 Rt_map *lmp1, *lmp = slp->sl_imap, *clmp = slp->sl_cmap; local
H A Dobject.c156 elf_obj_file(Lm_list *lml, Aliste lmco, Rt_map *clmp, const char *name, in elf_obj_file()
231 elf_obj_fini(Lm_list *lml, Rt_map *lmp, Rt_map *clmp, int *in_nfavl) in elf_obj_fini()
H A Dsetup.c90 preload(const char *str, Rt_map *mlmp, Rt_map **clmp) in preload()
198 Rt_map *rlmp, *mlmp, *clmp, **tobj = NULL; in setup() local
H A Dtsort.c216 Rt_map *clmp = bdp->b_caller; in sort_scc() local
308 _dep_visit(Lm_list *lml, int min, Rt_map *clmp, Rt_map *dlmp, uint_t bflags, in _dep_visit()
390 dep_visit(Lm_list *lml, Rt_map *clmp, uint_t cbflags, Rt_map *lmp, Sort *sort, in dep_visit()
H A Dpaths.c829 is_path_secure(char *opath, Rt_map *clmp, uint_t info, uint_t flags) in is_path_secure()
1030 expand_paths(Rt_map *clmp, const char *list, Alist **alpp, Aliste alni, in expand_paths()
H A Dcap.c556 cap_dir(Alist **fdalpp, Lm_list *lml, const char *dname, Rt_map *clmp, in cap_dir()
696 Rt_map *flmp, Rt_map *clmp, const char *ref, int mode, uint_t flags, in cap_filtees()
825 load_cap(Lm_list *lml, Aliste lmco, const char *dir, Rt_map *clmp, in load_cap()
H A Dutil.c617 is_dep_init(Rt_map *dlmp, Rt_map *clmp) in is_dep_init()
800 call_fini(Lm_list *lml, Rt_map **tobj, Rt_map *clmp) in call_fini()
1176 lm_delete(Lm_list *lml, Rt_map *lmp, Rt_map *clmp) in lm_delete()
3341 Rt_map *clmp; in unused() local
3457 callable(Rt_map *clmp, Rt_map *dlmp, Grp_hdl *ghp, uint_t slflags) in callable()