Searched refs:flmp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | bindings.c | 82 Dbg_bind_global(Rt_map *flmp, Addr fabs, Off foff, Xword pltndx, in Dbg_bind_global() argument 106 const char *ffile = NAME(flmp); in Dbg_bind_global() 108 Lm_list *lml = LIST(flmp); in Dbg_bind_global() 167 Dbg_bind_reject(Rt_map *flmp, Rt_map *tlmp, const char *sym, int why) in Dbg_bind_reject() argument 178 dbg_print(LIST(flmp), MSG_INTL(MSG_BND_REJECT), NAME(flmp), NAME(tlmp), in Dbg_bind_reject() 183 Dbg_bind_weak(Rt_map *flmp, Addr fabs, Addr frel, const char *sym) in Dbg_bind_weak() argument 185 Lm_list *lml = LIST(flmp); in Dbg_bind_weak() 186 const char *ffile = NAME(flmp); in Dbg_bind_weak()
|
H A D | cap.c | 43 Dbg_cap_filter(Lm_list *lml, const char *dir, Rt_map *flmp) in Dbg_cap_filter() argument 49 if (flmp) in Dbg_cap_filter() 50 dbg_print(lml, MSG_INTL(MSG_CAP_FILTER_1), dir, NAME(flmp)); in Dbg_cap_filter()
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 655 Rt_map *flmp, Rt_map *clmp, const char *ref, int mode, uint_t flags, in cap_filtees() argument 661 Lm_list *lml = LIST(flmp); in cap_filtees() 665 if (cap_dir(&fdalp, lml, dir, flmp, flags, &rej, in_nfavl) == 0) in cap_filtees() 687 DBG_CALL(Dbg_file_filtee(lml, NAME(flmp), fdp->fd_nname, 0)); in cap_filtees() 689 nlmp = load_path(lml, nlmco, flmp, mode, in cap_filtees() 702 remove_lmc(lml, flmp, nlmco, NAME(nlmp)); in cap_filtees() 721 if (nlmp && (lml->lm_tflags | FLAGS1(flmp)) & in cap_filtees() 723 if (audit_objfilter(flmp, ref, nlmp, 0) == 0) { in cap_filtees() 734 (relocate_lmc(lml, nlmco, flmp, nlmp, in_nfavl) == 0))) in cap_filtees() 745 (hdl_add(ghp, flmp, GPD_FILTER, NULL) == NULL)) in cap_filtees() [all …]
|