Lines Matching defs:lml

34 	Lm_list	*lml = LIST(lmp);
39 dbg_print(lml, MSG_INTL(MSG_MOVE_FILE), NAME(lmp));
40 dbg_print(lml, MSG_INTL(MSG_MOVE_TITLE2));
44 Dbg_move_adjexpandreloc(Lm_list *lml, Xword offset, const char *name)
51 dbg_print(lml, MSG_INTL(MSG_MOVE_ADJEXPAND), Dbg_demangle_name(name),
56 Dbg_move_adjmovereloc(Lm_list *lml, Xword offset1, Xword offset2,
64 dbg_print(lml, MSG_INTL(MSG_MOVE_ADJMOVE), Dbg_demangle_name(name),
69 Dbg_move_outsctadj(Lm_list *lml, Sym_desc *sdp)
76 dbg_print(lml, MSG_INTL(MSG_MOVE_OUTSCTADJ),
81 Dbg_move_parexpn(Lm_list *lml, const char *name, const char *reason)
86 Dbg_util_nl(lml, DBG_NL_STD);
87 dbg_print(lml, MSG_INTL(MSG_MOVE_PAREXPN), name, reason);
88 dbg_print(lml, MSG_INTL(MSG_MOVE_TITLE1));
92 Dbg_move_outmove(Lm_list *lml, const char *name)
97 Dbg_util_nl(lml, DBG_NL_STD);
98 dbg_print(lml, MSG_INTL(MSG_MOVE_OUTMOVE), name);
99 dbg_print(lml, MSG_INTL(MSG_MOVE_TITLE1));
103 Dbg_move_expand(Lm_list *lml, Move *mv, Addr addr)
108 dbg_print(lml, MSG_INTL(MSG_MOVE_EXPAND), EC_ADDR(addr),
113 Dbg_move_input(Lm_list *lml, const char *name)
118 Dbg_util_nl(lml, DBG_NL_STD);
119 dbg_print(lml, MSG_INTL(MSG_MOVE_INPUT), name);
120 dbg_print(lml, MSG_INTL(MSG_MOVE_TITLE1));
124 Dbg_move_entry1(Lm_list *lml, int which, Move *mv, Sym_desc *s)
136 dbg_print(lml, str, EC_XWORD(mv->m_poffset), ELF_M_SIZE(mv->m_info),
141 Dbg_move_entry2(Lm_list *lml, Move *mv, Word st_name, const char *name)
153 dbg_print(lml, MSG_INTL(MSG_MOVE_ENTRYIN), EC_XWORD(mv->m_poffset),
159 Dbg_move_bad(Lm_list *lml, ulong_t num, const char *name, Addr addr)
164 dbg_print(lml, MSG_INTL(MSG_MOVE_BAD), EC_XWORD(num), name,