Home
last modified time | relevance | path

Searched refs:_kobj_printf (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/krtld/
H A Dreloc.h243 _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)); \
[all …]
H A Dkobj_bootflags.c125 _kobj_printf(ops, "krtld: initname too long. " in bootflags()
139 _kobj_printf(ops, in bootflags()
163 _kobj_printf(ops, "krtld: too many kmdb " in bootflags()
177 _kobj_printf(ops, "unix: init options too " in bootflags()
186 _kobj_printf(ops, "unix: init options too " in bootflags()
195 _kobj_printf(ops, "unix: init options too " in bootflags()
217 _kobj_printf(ops, "krtld: Required argument " in bootflags()
221 _kobj_printf(ops, "krtld: Ignoring invalid " in bootflags()
227 _kobj_printf(ops, "krtld: Ignoring unimplemented " in bootflags()
233 _kobj_printf(ops, "krtld: -d is not valid without -k.\n"); in bootflags()
[all …]
H A Dkobj.c167 (_kobj_printf(ops, "%d", __LINE__), _kobj_printf(ops, ": %s\n", s))
307 void (*_kobj_printf)(void *, const char *, ...); /* printf routine */ variable
398 _kobj_printf(ops, "\nWARNING: Standalone debuggers such as " in kobj_init()
412 _kobj_printf(ops, "can't mount boot fs\n"); in kobj_init()
511 _kobj_printf(ops, in kobj_init()
532 _kobj_printf(ops, in kobj_init()
554 _kobj_printf(ops, "krtld: error during initial load/link phase\n"); in kobj_init()
557 _kobj_printf(ops, "\n"); in kobj_init()
558 _kobj_printf(ops, "krtld could neither locate nor resolve symbols" in kobj_init()
560 _kobj_printf(ops, " %s\n", filename); in kobj_init()
[all …]
H A Dbootrd.c37 extern void (*_kobj_printf)(void *, const char *fmt, ...);
145 _kobj_printf(ops, "diskread: start = 0x%p, size = 0x%x\n", in diskread()
147 _kobj_printf(ops, "reading beyond end of ramdisk\n"); in diskread()
170 _kobj_printf(ops, in kobj_boot_mountroot()
175 _kobj_printf(ops, in kobj_boot_mountroot()
184 _kobj_printf(ops, "failed to mount ramdisk from boot\n"); in kobj_boot_mountroot()
193 _kobj_printf(ops, "boot scratch memory used: 0x%lx\n", in kobj_boot_unmountroot()
241 _kobj_printf(ops, fmt, adx); in kobj_printf()
H A Dkobj_lm.c90 _kobj_printf(ops, "module %s: ", mp->filename); in kobj_lm_dump()
91 _kobj_printf(ops, "text at [0x%p, ", mp->text); in kobj_lm_dump()
92 _kobj_printf(ops, "0x%lx] ", (uintptr_t)mp->text + in kobj_lm_dump()
94 _kobj_printf(ops, "data at 0x%p\n", mp->data); in kobj_lm_dump()
H A Dkobj_subr.c112 _kobj_printf = (void (*)(void *, const char *, ...))bop_printf; in kobj_setup_standalone_vectors()
134 _kobj_printf = kprintf; in kobj_restore_vectors()
/titanic_41/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c141 _kobj_printf(ops, "krtld:\ttype\t\t\toffset symbol\n"); in do_relocate()
142 _kobj_printf(ops, "krtld:\t\t\t\t\t value\n"); in do_relocate()
154 _kobj_printf(ops, "do_relocate: bad strndx %d\n", in do_relocate()
159 _kobj_printf(ops, "krtld: invalid relocation type %d", in do_relocate()
161 _kobj_printf(ops, " at 0x%llx:", off); in do_relocate()
162 _kobj_printf(ops, " file=%s\n", mp->filename); in do_relocate()
179 _kobj_printf(ops, "krtld:\t%s", in do_relocate()
181 _kobj_printf(ops, "\t0x%8x", off); in do_relocate()
182 _kobj_printf(ops, " %s\n", in do_relocate()
226 _kobj_printf(ops, in do_relocate()
[all …]
H A Dkobj_isa.c100 _kobj_printf(ops, in get_progbits_size()
/titanic_41/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c143 _kobj_printf(ops, "krtld:\ttype\t\t\toffset\t addend" in do_relocate()
145 _kobj_printf(ops, "krtld:\t\t\t\t\t value\n"); in do_relocate()
157 _kobj_printf(ops, "do_relocate: bad strndx %d\n", in do_relocate()
162 _kobj_printf(ops, "krtld: invalid relocation type %d", in do_relocate()
164 _kobj_printf(ops, " at 0x%llx:", off); in do_relocate()
165 _kobj_printf(ops, " file=%s\n", mp->filename); in do_relocate()
183 _kobj_printf(ops, "krtld:\t%s", in do_relocate()
185 _kobj_printf(ops, "\t0x%8llx", off); in do_relocate()
186 _kobj_printf(ops, " 0x%8llx", addend); in do_relocate()
187 _kobj_printf(ops, " %s\n", in do_relocate()
[all …]
H A Dkobj_isa.c100 _kobj_printf(ops, in get_progbits_size()
/titanic_41/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c175 _kobj_printf(ops, "krtld:\ttype\t\t\toffset\t addend" in do_relocate()
177 _kobj_printf(ops, "krtld:\t\t\t\t\t value\n"); in do_relocate()
211 _kobj_printf(ops, in do_relocate()
216 _kobj_printf(ops, "krtld: invalid relocation type %d", in do_relocate()
218 _kobj_printf(ops, " at 0x%llx:", off); in do_relocate()
219 _kobj_printf(ops, " file=%s\n", mp->filename); in do_relocate()
232 _kobj_printf(ops, "krtld:\t%s", in do_relocate()
234 _kobj_printf(ops, "\t0x%8llx", off); in do_relocate()
235 _kobj_printf(ops, " 0x%8llx", addend); in do_relocate()
236 _kobj_printf(ops, " %s\n", in do_relocate()
[all …]
H A Dkobj_isa.c116 _kobj_printf(ops, in get_progbits_size()
/titanic_41/usr/src/uts/common/sys/
H A Dkobj_impl.h188 extern void (*_kobj_printf)(void *, const char *fmt, ...);