Lines Matching refs:lml

95 Dbg_sec_strtab(Lm_list *lml, Os_desc *osp, Str_tbl *stp)  in Dbg_sec_strtab()  argument
105 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_sec_strtab()
107 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_COMP), osp->os_name, in Dbg_sec_strtab()
110 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_STND), osp->os_name, in Dbg_sec_strtab()
117 dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY)); in Dbg_sec_strtab()
118 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_HD), osp->os_name, in Dbg_sec_strtab()
127 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_BCKT), cnt); in Dbg_sec_strtab()
134 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_MSTR), in Dbg_sec_strtab()
138 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_SUFSTR), in Dbg_sec_strtab()
150 Dbg_sec_genstr_compress(Lm_list *lml, const char *os_name, in Dbg_sec_genstr_compress() argument
156 dbg_print(lml, MSG_INTL(MSG_SEC_GENSTR_COMP), os_name, in Dbg_sec_genstr_compress()
161 Dbg_sec_unsup_strmerge(Lm_list *lml, Is_desc *isp) in Dbg_sec_unsup_strmerge() argument
180 dbg_print(lml, MSG_INTL(MSG_SEC_STRMERGE_UNSUP), in Dbg_sec_unsup_strmerge()
190 Dbg_sec_backing(Lm_list *lml) in Dbg_sec_backing() argument
195 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_sec_backing()
196 dbg_print(lml, MSG_INTL(MSG_SEC_BACKING)); in Dbg_sec_backing()
200 Dbg_sec_in(Lm_list *lml, Is_desc *isp) in Dbg_sec_in() argument
214 dbg_print(lml, MSG_INTL(MSG_SEC_INPUT_GENSTR), isp->is_name); in Dbg_sec_in()
217 dbg_print(lml, MSG_INTL(MSG_SEC_INPUT_GEN), isp->is_name); in Dbg_sec_in()
223 dbg_print(lml, MSG_INTL(MSG_SEC_INPUT), in Dbg_sec_in()
232 Dbg_sec_added(Lm_list *lml, Os_desc *osp, Sg_desc *sgp) in Dbg_sec_added() argument
237 dbg_print(lml, MSG_INTL(MSG_SEC_ADDED), osp->os_name, in Dbg_sec_added()
242 Dbg_sec_created(Lm_list *lml, Os_desc *osp, Sg_desc *sgp) in Dbg_sec_created() argument
247 dbg_print(lml, MSG_INTL(MSG_SEC_CREATED), osp->os_name, in Dbg_sec_created()
252 Dbg_sec_discarded(Lm_list *lml, Is_desc *isp, Is_desc *disp) in Dbg_sec_discarded() argument
266 dbg_print(lml, MSG_INTL(MSG_SEC_STRMERGE_DISCARDED), in Dbg_sec_discarded()
276 dbg_print(lml, MSG_INTL(MSG_SEC_DISCARDED), in Dbg_sec_discarded()
289 Dbg_sec_group(Lm_list *lml, Is_desc *isp, Group_desc *gdp) in Dbg_sec_group() argument
306 dbg_print(lml, MSG_INTL(MSG_SEC_GRP_DEFINE), isp_str, in Dbg_sec_group()
309 dbg_print(lml, MSG_INTL(MSG_SEC_GRP_MEMBER), isp_str, in Dbg_sec_group()
314 dbg_print(lml, MSG_INTL(MSG_SEC_GRP_DISCARDED), isp_str, in Dbg_sec_group()
329 Lm_list *lml = ofl->ofl_lml; in Dbg_sec_order_list() local
337 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_sec_order_list()
351 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_sec_order_list()
352 dbg_print(lml, str, osp->os_name); in Dbg_sec_order_list()
353 dbg_print(lml, MSG_INTL(MSG_ORD_HDR_1), in Dbg_sec_order_list()
390 dbg_print(lml, MSG_INTL(MSG_ORD_TITLE_1), msg, in Dbg_sec_order_list()
393 dbg_print(lml, MSG_INTL(MSG_ORD_TITLE_2), msg, in Dbg_sec_order_list()
397 dbg_print(lml, MSG_INTL(MSG_ORD_TITLE_3), in Dbg_sec_order_list()
405 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_sec_order_list()
421 Dbg_sec_order_error(Lm_list *lml, Ifl_desc *ifl, Word ndx, int error) in Dbg_sec_order_error() argument
434 dbg_print(lml, MSG_INTL(MSG_ORD_ERR_TITLE), in Dbg_sec_order_error()
441 dbg_print(lml, MSG_INTL(order_errors[error - 1])); in Dbg_sec_order_error()
445 Dbg_sec_redirected(Lm_list *lml, Is_desc *isp, const char *nname) in Dbg_sec_redirected() argument
453 dbg_print(lml, MSG_INTL(MSG_SEC_REDIRECTED), in Dbg_sec_redirected()
460 Dbg_sec_gnu_comdat(Lm_list *lml, Is_desc *isp, Boolean comdat, Boolean relax) in Dbg_sec_gnu_comdat() argument
476 dbg_print(lml, fmt, dbg_fmt_isec_name(isp, buf, &alloc_mem)); in Dbg_sec_gnu_comdat()