Lines Matching refs:_kobj_printf
238 * _kobj_printf is somewhat more limited, and must receive messages with only
243 _kobj_printf(ops, MSG_REL_PREFIL, (file)); \
244 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
245 _kobj_printf(ops, MSG_REL_UNIMPL, (int)(rtype))
248 _kobj_printf(ops, MSG_REL_PREGEN, CONV_RELOC_TYPE((rtype))); \
249 _kobj_printf(ops, MSG_REL_FILE, (file)); \
250 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
251 _kobj_printf(ops, MSG_REL_UNSUPSZ, (int)(size))
254 _kobj_printf(ops, MSG_REL_PREGEN, CONV_RELOC_TYPE((rtype))); \
255 _kobj_printf(ops, MSG_REL_FILE, (file)); \
256 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
257 _kobj_printf(ops, MSG_REL_NONALIGN, EC_OFF((off)))
260 _kobj_printf(ops, MSG_REL_PREGEN, CONV_RELOC_TYPE((rtype))); \
261 _kobj_printf(ops, MSG_REL_FILE, (file)); \
262 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
263 _kobj_printf(ops, MSG_REL_UNNOBITS, (nbits))
266 _kobj_printf(ops, MSG_REL_PREGEN, CONV_RELOC_TYPE((rtype))); \
267 _kobj_printf(ops, MSG_REL_FILE, (file)); \
268 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
269 _kobj_printf(ops, MSG_REL_VALUE, EC_XWORD((uvalue))); \
270 _kobj_printf(ops, MSG_REL_LOSEBITS, (int)(nbits)); \
271 _kobj_printf(ops, MSG_REL_OFFSET, EC_NATPTR((off)))
274 _kobj_printf(ops, MSG_REL_PREGEN, CONV_RELOC_TYPE((rtype))); \
275 _kobj_printf(ops, MSG_REL_FILE, (file)); \
276 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
277 _kobj_printf(ops, MSG_REL_NOFIT, EC_XWORD((uvalue)))