Searched refs:ctf_dprintf (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-open-bfd.c | 76 ctf_dprintf ("Cannot close BFD: %s\n", bfd_errmsg (bfd_get_error())); in ctf_bfdclose() 98 ctf_dprintf ("ctf_bfdopen(): cannot malloc CTF section: %s\n", in ctf_bfdopen() 208 ctf_dprintf ("ctf_internal_open(): cannot open CTF: %s\n", in ctf_bfdopen_ctfsect() 226 ctf_dprintf ("ctf_bfdopen(): %s: %s\n", bfderrstr, in ctf_bfdopen_ctfsect() 310 ctf_dprintf ("Cannot open BFD from %s: %s\n", in ctf_fdopen() 319 ctf_dprintf ("BFD format problem in %s: %s\n", in ctf_fdopen() 331 ctf_dprintf ("Cannot close BFD: %s\n", bfd_errmsg (bfd_get_error())); in ctf_fdopen()
|
H A D | ctf-subr.c | 150 ctf_dprintf ("ctf_version: client using version %d\n", version); in ctf_version() 175 ctf_dprintf ("CTF debugging set to %i\n", debug); in ctf_setdebug() 184 void ctf_dprintf (const char *format, ...) in ctf_dprintf() function
|
H A D | ctf-archive.c | 71 ctf_dprintf ("Writing CTF archive with %lu files\n", in ctf_arc_write_fd() 80 ctf_dprintf ("headersz is %lu\n", (unsigned long) headersz); in ctf_arc_write_fd() 207 ctf_dprintf (errmsg, errno < ECTF_BASE ? strerror (errno) : in ctf_arc_write_fd() 227 ctf_dprintf ("ctf_arc_write(): cannot create %s: %s\n", file, in ctf_arc_write() 238 ctf_dprintf ("ctf_arc_write(): Cannot close after writing to archive: " in ctf_arc_write() 412 ctf_dprintf (errmsg, filename, errno < ECTF_BASE ? strerror (errno) : in ctf_arc_open_internal() 460 ctf_dprintf ("ctf_arc_open_by_name(%s): opening\n", name); in ctf_arc_open_by_name_internal() 548 ctf_dprintf ("ctf_arc_open_by_offset(%lu): opening\n", (unsigned long) offset); in ctf_arc_open_by_offset()
|
H A D | ctf-link.c | 210 ctf_dprintf ("Cannot create per-CU CTF archive for CU %s from " in ctf_create_per_cu() 334 ctf_dprintf ("Share-duplicated mode not yet implemented.\n"); in ctf_link_one_type() 352 ctf_dprintf ("Cannot link type %lx from archive member %s, input file %s " in ctf_link_one_type() 373 ctf_dprintf ("Cannot link type %lx from CTF archive member %s, input file %s " in ctf_link_one_type() 404 ctf_dprintf ("Inexpressible duplicate variable %s skipped.\n", name); in check_variable() 462 ctf_dprintf ("Type %lx for variable %s in input file %s not " in ctf_link_one_variable() 565 ctf_dprintf ("Cannot open main archive member in input file %s in the " in ctf_link_one_input_archive() 579 ctf_dprintf ("Cannot traverse archive in input file %s: link " in ctf_link_one_input_archive() 908 ctf_dprintf ("Cannot write archive in link: %s failure: %s\n", errloc, in ctf_link_write()
|
H A D | ctf-open.c | 165 ctf_dprintf ("detected invalid CTF kind -- %x\n", kind); in get_vbytes_common() 308 ctf_dprintf ("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab() 347 ctf_dprintf ("ctf_set_base: CU name %s\n", fp->ctf_cuname); in ctf_set_base() 349 ctf_dprintf ("ctf_set_base: parent name %s (label %s)\n", in ctf_set_base() 712 ctf_dprintf ("CTF container %p is a child\n", (void *) fp); in init_types() 716 ctf_dprintf ("CTF container %p is a parent\n", (void *) fp); in init_types() 891 ctf_dprintf ("unhandled CTF kind in endianness conversion -- %x\n", in init_types() 900 ctf_dprintf ("%lu total types processed\n", fp->ctf_typemax); in init_types() 901 ctf_dprintf ("%u enum names hashed\n", in init_types() 903 ctf_dprintf ("%u struct names hashed (%d long)\n", in init_types() [all …]
|
H A D | ctf-create.c | 1533 ctf_dprintf ("Conflict due to member %s iteration error: %s.\n", name, in enumcmp() 1539 ctf_dprintf ("Conflict due to value change: %i versus %i\n", in enumcmp() 1564 ctf_dprintf ("Conflict due to member %s iteration error: %s.\n", name, in membcmp() 1570 ctf_dprintf ("Conflict due to member %s offset change: " in membcmp() 1711 ctf_dprintf ("Conflict for type %s: kinds differ, new: %i; " in ctf_add_type_internal() 1857 ctf_dprintf ("Conflict for type %s against ID %lx: " in ctf_add_type_internal() 1906 ctf_dprintf ("Conflict for type %s against ID %lx: " in ctf_add_type_internal() 1916 ctf_dprintf ("Conflict for type %s against ID %lx: " in ctf_add_type_internal() 1996 ctf_dprintf ("Conflict for enum %s against ID %lx: " in ctf_add_type_internal() 2125 ctf_dprintf ("zlib deflate err: %s\n", zError (rc)); in ctf_compress_write() [all …]
|
H A D | ctf-labels.c | 83 ctf_dprintf ("failed to decode label %u with " in ctf_label_iter()
|
H A D | ctf-string.c | 430 ctf_dprintf ("Internal error: null string not found in strtab.\n"); in ctf_str_write_strtab() 439 ctf_dprintf ("%lu bytes of strings in strtab.\n", in ctf_str_write_strtab()
|
H A D | ctf-util.c | 149 ctf_dprintf ("%p: attempt to realloc() string table with %lu active refs\n", in ctf_realloc()
|
H A D | ctf-dump.c | 484 ctf_dprintf ("Cannot %s dumping function type for symbol 0x%li: %s\n", in ctf_dump_funcs() 619 ctf_dprintf ("Cannot %s dumping type 0x%lx: %s\n", err, id, in ctf_dump_type()
|
H A D | ctf-impl.h | 467 extern void ctf_dprintf (const char *, ...);
|
H A D | ctf-types.c | 261 ctf_dprintf ("type %ld cycle detected\n", otype); in ctf_type_resolve()
|