Lines Matching defs:lml

37 Dbg_map_pass(Lm_list *lml, Boolean enable, const char *file,
46 dbg_print(lml, fmt, file, EC_LINENO(lineno), directive);
54 Dbg_map_cexp_id(Lm_list *lml, Boolean add, const char *file,
63 dbg_print(lml, fmt, file, EC_LINENO(lineno), id);
67 Dbg_map_version(Lm_list *lml, const char *version, const char *name, int scope)
81 dbg_print(lml, MSG_INTL(MSG_MAP_SYM_VER_1), str, version,
84 dbg_print(lml, MSG_INTL(MSG_MAP_SYM_VER_2), str,
89 Dbg_map_size_new(Lm_list *lml, const char *symname, const char *segname,
95 Dbg_util_nl(lml, DBG_NL_STD);
96 dbg_print(lml, MSG_INTL(MSG_MAP_SYM_SIZE), EC_LINENO(lineno), segname,
105 Lm_list *lml = ofl->ofl_lml;
110 Dbg_util_nl(lml, DBG_NL_STD);
111 dbg_print(lml, MSG_INTL(MSG_MAP_SYM_SIZE), EC_LINENO(lineno), segname,
117 Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_INTL(MSG_STR_UP_2),
127 Lm_list *lml = ofl->ofl_lml;
134 Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_INTL(MSG_STR_ENTERED),
145 Dbg_map_dv(Lm_list *lml, const char *obj_name, Lineno lineno)
150 dbg_print(lml, MSG_INTL(MSG_MAP_DV), EC_LINENO(lineno), obj_name);
157 Dbg_map_dv_entry(Lm_list *lml, Lineno lineno, int require, const char *version)
165 dbg_print(lml, MSG_INTL(MSG_MAP_DV_ENTRY), attr, version,
170 Dbg_map_sort_title(Lm_list *lml, Boolean orig)
178 Dbg_util_nl(lml, DBG_NL_STD);
179 dbg_print(lml, MSG_INTL(MSG_MAP_SORT_TITLE));
180 dbg_print(lml, MSG_INTL(MSG_MAP_SORT_TITLE_O));
182 dbg_print(lml, MSG_INTL(MSG_MAP_SORT_TITLE_S));
187 Dbg_map_sort_seg(Lm_list *lml, uchar_t osabi, Half mach, Sg_desc *sgp)
202 dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_V),
211 dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_O),
215 dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_NAME),
219 dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG), type_str);
224 Dbg_map_parse(Lm_list *lml, const char *file, int version)
231 Dbg_util_nl(lml, DBG_NL_STD);
232 dbg_print(lml, MSG_INTL(MSG_MAP_MAPFILE), file, EC_WORD(version),
237 Dbg_map_ent(Lm_list *lml, Ent_desc *enp, Ofl_desc *ofl, Lineno lineno)
242 Dbg_util_nl(lml, DBG_NL_STD);
243 dbg_print(lml, MSG_INTL(MSG_MAP_EC), EC_LINENO(lineno));
244 Dbg_ent_entry(lml, ofl->ofl_dehdr->e_ident[EI_OSABI],
249 Dbg_map_ent_ord_title(Lm_list *lml, const char *segname)
254 Dbg_util_nl(lml, DBG_NL_STD);
255 dbg_print(lml, MSG_INTL(MSG_MAP_ENT_ORD_TITLE), segname);
259 Dbg_map_seg_os_order(Lm_list *lml, Sg_desc *sgp, const char *sec_name,
265 dbg_print(lml, MSG_INTL(MSG_MAP_OS_ORDER), EC_LINENO(lineno),
273 Lm_list *lml = ofl->ofl_lml;
278 Dbg_util_nl(lml, DBG_NL_STD);
279 dbg_print(lml, MSG_INTL(MSG_MAP_SEG), EC_LINENO(lineno),
283 Dbg_util_nl(lml, DBG_NL_STD);
290 Lm_list *lml = ofl->ofl_lml;
299 Dbg_util_nl(lml, DBG_NL_STD);
300 dbg_print(lml, MSG_INTL(MSG_MAP_SEG_ORDER), EC_LINENO(lineno),
306 dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_NAME), type_str,
309 Dbg_util_nl(lml, DBG_NL_STD);
313 Dbg_map_post_title(Lm_list *lml)
318 Dbg_util_nl(lml, DBG_NL_STD);
319 dbg_print(lml, MSG_INTL(MSG_MAP_POST_TITLE));
323 Dbg_map_hdr_noalloc(Lm_list *lml, Lineno lineno)
328 Dbg_util_nl(lml, DBG_NL_STD);
329 dbg_print(lml, MSG_INTL(MSG_MAP_HDR_NOALLOC), EC_LINENO(lineno));