Home
last modified time | relevance | path

Searched refs:ctf_dprintf (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c418 ctf_dprintf("dwmap: %p %" DW_PR_DUx "->%d\n", dwmap, off, id); in ctf_dwmap_add()
991 ctf_dprintf("Creating base type %s from off %llu, size: %d\n", name, in ctf_dwarf_create_base()
1002 ctf_dprintf("falling back to dwarf for base type %s\n", name); in ctf_dwarf_create_base()
1124 ctf_dprintf("Trying to deal with bitfields on %d:%d\n", base, bitsz); in ctf_dwarf_member_bitfield()
1142 ctf_dprintf("got kind %d\n", kind); in ctf_dwarf_member_bitfield()
1253 ctf_dprintf("Got back type id: %d\n", mid); in ctf_dwarf_fixup_sou()
1364 ctf_dprintf("added sou %s (%d) (%d)\n", name, kind, base); in ctf_dwarf_create_sou()
1401 ctf_dprintf("creating array range\n"); in ctf_dwarf_create_array_range()
1487 ctf_dprintf("Got back id %d\n", *idp); in ctf_dwarf_create_array()
1511 ctf_dprintf("reference kind %d %s\n", kind, name != NULL ? name : "<>"); in ctf_dwarf_create_reference()
[all …]
H A Dctf_merge.c145 ctf_dprintf("merge diff forward mapped %d->%d\n", oid, in ctf_merge_diffcb()
158 ctf_dprintf("merge diff mapped %d->%d\n", oid, iid); in ctf_merge_diffcb()
162 ctf_dprintf("merge diff said %d is missing\n", iid); in ctf_merge_diffcb()
452 ctf_dprintf("Trying to add member %s to %d\n", name, cms->cms_id); in ctf_merge_add_member()
493 ctf_dprintf("added sou \"%s\" as (%d) %d->%d\n", name, kind, id, in ctf_merge_add_sou()
573 ctf_dprintf("Trying to fix up sou %d\n", id); in ctf_merge_fixup_sou()
682 ctf_dprintf("Failed to merge type %d\n", i); in ctf_merge_common()
696 ctf_dprintf("Beginning merge pass 3\n"); in ctf_merge_common()
784 ctf_dprintf("merging %p->%p\n", source, out); in ctf_merge_types()
809 ctf_dprintf("merge common returned with %d\n", ret); in ctf_merge_types()
[all …]
H A Dctf_subr.c98 ctf_dprintf(const char *format, ...) in ctf_dprintf() function
H A Dctf_convert.c132 ctf_dprintf("got types: %d\n", type); in ctf_elfconvert()
H A Dctf_lib.c95 ctf_dprintf("decompressing CTF data using %s\n", _libctf_zlib); in ctf_zopen()
739 ctf_dprintf("ctf_version: client using version %d\n", version); in ctf_version()
/titanic_50/usr/src/common/ctf/
H A Dctf_open.c191 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab()
295 ctf_dprintf("detected invalid CTF kind -- %u\n", kind); in init_types()
307 ctf_dprintf("CTF container %p is a child\n", (void *)fp); in init_types()
310 ctf_dprintf("CTF container %p is a parent\n", (void *)fp); in init_types()
506 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax); in init_types()
507 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
508 ctf_dprintf("%u struct names hashed (%d long)\n", in init_types()
510 ctf_dprintf("%u union names hashed (%d long)\n", in init_types()
512 ctf_dprintf("%u base type names hashed\n", in init_types()
573 ctf_dprintf("ctf_bufopen: magic=0x%x version=%u\n", in ctf_bufopen()
[all …]
H A Dctf_labels.c96 ctf_dprintf("failed to decode label %u with " in ctf_label_iter()
H A Dctf_impl.h307 extern void ctf_dprintf(const char *, ...);
H A Dctf_create.c442 ctf_dprintf("lbloff: %u\nobjtoff: %u\nfuncoff: %u\n" in ctf_update()
1064 ctf_dprintf("bad contents for array: %ld\n", in ctf_add_array()
1072 ctf_dprintf("bad index for array: %ld\n", arp->ctr_index); in ctf_add_array()
1395 ctf_dprintf("encountered duplicate member %s\n", name); in ctf_add_enumerator()
H A Dctf_types.c188 ctf_dprintf("type %ld cycle detected\n", otype); in ctf_type_resolve()
/titanic_50/usr/src/uts/common/ctf/
H A Dctf_subr.c86 ctf_dprintf(const char *format, ...) in ctf_dprintf() function
/titanic_50/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c136 ctf_dprintf(const char *format, ...) in ctf_dprintf() function