Lines Matching refs:lmp
40 Dbg_file_analyze(Rt_map *lmp) in Dbg_file_analyze() argument
43 Lm_list *lml = LIST(lmp); in Dbg_file_analyze()
49 dbg_print(lml, MSG_INTL(MSG_FIL_ANALYZE), NAME(lmp), in Dbg_file_analyze()
50 conv_dl_mode(MODE(lmp), 1, &dl_mode_buf)); in Dbg_file_analyze()
107 Dbg_file_ldso(Rt_map *lmp, char **envp, auxv_t *auxv, const char *lmid, in Dbg_file_ldso() argument
110 Lm_list *lml = LIST(lmp); in Dbg_file_ldso()
116 dbg_print(lml, MSG_INTL(MSG_FIL_LDSO), PATHNAME(lmp)); in Dbg_file_ldso()
117 dbg_print(lml, MSG_INTL(MSG_FIL_DATA_AS), EC_ADDR(ADDR(lmp)), in Dbg_file_ldso()
118 EC_OFF(MSIZE(lmp))); in Dbg_file_ldso()
127 Dbg_file_prot(Rt_map *lmp, int prot) in Dbg_file_prot() argument
129 Lm_list *lml = LIST(lmp); in Dbg_file_prot()
135 dbg_print(lml, MSG_INTL(MSG_FIL_PROT), NAME(lmp), (prot ? '+' : '-')); in Dbg_file_prot()
139 Dbg_file_delete(Rt_map *lmp) in Dbg_file_delete() argument
141 Lm_list *lml = LIST(lmp); in Dbg_file_delete()
147 dbg_print(lml, MSG_INTL(MSG_FIL_DELETE), NAME(lmp)); in Dbg_file_delete()
210 Dbg_file_hdl_action(Grp_hdl *ghp, Rt_map *lmp, int type, uint_t flags) in Dbg_file_hdl_action() argument
214 Lm_list *lml = LIST(lmp); in Dbg_file_hdl_action()
266 if ((MODE(lmp) & (RTLD_GLOBAL | RTLD_NODELETE)) == in Dbg_file_hdl_action()
269 else if (MODE(lmp) & RTLD_GLOBAL) in Dbg_file_hdl_action()
271 else if (MODE(lmp) & RTLD_NODELETE) in Dbg_file_hdl_action()
276 dbg_print(lml, MSG_INTL(str), NAME(lmp), mode, group); in Dbg_file_hdl_action()
299 Dbg_file_bindings(Rt_map *lmp, int flag) in Dbg_file_bindings() argument
305 Lm_list *lml = LIST(lmp); in Dbg_file_bindings()
323 for (tlmp = lmp; tlmp; tlmp = (Rt_map *)NEXT(tlmp)) { in Dbg_file_bindings()
403 Dbg_file_needed(Rt_map *lmp, const char *name) in Dbg_file_needed() argument
405 Lm_list *lml = LIST(lmp); in Dbg_file_needed()
411 dbg_print(lml, MSG_INTL(MSG_FIL_NEEDED), name, NAME(lmp)); in Dbg_file_needed()
558 Dbg_file_mode_promote(Rt_map *lmp, int mode) in Dbg_file_mode_promote() argument
561 Lm_list *lml = LIST(lmp); in Dbg_file_mode_promote()
567 dbg_print(lml, MSG_INTL(MSG_FIL_PROMOTE), NAME(lmp), in Dbg_file_mode_promote()
598 Rt_map *lmp; in Dbg_file_cntl() local
601 for (lmp = lmc->lc_head; lmp; lmp = (Rt_map *)NEXT(lmp)) in Dbg_file_cntl()
603 NAME(lmp)); in Dbg_file_cntl()