Searched refs:flmp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/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 | 44 Dbg_cap_filter(Lm_list *lml, const char *dir, Rt_map *flmp) in Dbg_cap_filter() argument 50 if (flmp) in Dbg_cap_filter() 51 dbg_print(lml, MSG_INTL(MSG_CAP_FILTER_1), dir, NAME(flmp)); in Dbg_cap_filter()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 696 Rt_map *flmp, Rt_map *clmp, const char *ref, int mode, uint_t flags, in cap_filtees() argument 702 Lm_list *lml = LIST(flmp); in cap_filtees() 706 if (cap_dir(&fdalp, lml, dir, flmp, flags, &rej, in_nfavl) == 0) in cap_filtees() 728 DBG_CALL(Dbg_file_filtee(lml, NAME(flmp), fdp->fd_nname, 0)); in cap_filtees() 730 nlmp = load_path(lml, nlmco, flmp, mode, in cap_filtees() 743 remove_lmc(lml, flmp, nlmco, NAME(nlmp)); in cap_filtees() 762 if (nlmp && (lml->lm_tflags | FLAGS1(flmp)) & in cap_filtees() 764 if (audit_objfilter(flmp, ref, nlmp, 0) == 0) { in cap_filtees() 775 (relocate_lmc(lml, nlmco, flmp, nlmp, in_nfavl) == 0))) in cap_filtees() 786 (hdl_add(ghp, flmp, GPD_FILTER, NULL) == NULL)) in cap_filtees() [all …]
|