Home | History | Annotate | Download | only in dwarf2

Lines Matching refs:debug_names

1 /* Reading code for .debug_names
32 method so the test suite can distinguish the .debug_names case from
36 /* This dumps minimal information about .debug_names. It is called
38 uses this to verify that .debug_names has been loaded. */
41 gdb_printf (".debug_names: exists\n");
47 .debug_names, it can't be used to write out an index. */
61 /* A description of the mapped .debug_names. */
131 complaint (_("Wrong .debug_names undefined abbrev code %s "
174 complaint (_("Unsupported .debug_names form %s [in module %s]"),
186 complaint (_(".debug_names entry has bad CU index %s"
199 complaint (_(".debug_names entry has bad TU index %s"
314 /* A reader for .debug_names. */
362 /* Check the signatured type hash table from .debug_names. */
395 warning (_("Section .debug_names has incorrect entry in TU table,"
396 " ignoring .debug_names."));
404 /* DWARF-5 debug_names reader. */
416 /* A helper function that reads the .debug_names section in SECTION
457 warning (_("Section .debug_names in %s length %s does not match "
458 "section length %s, ignoring .debug_names."),
469 warning (_("Section .debug_names in %s has unsupported version %d, "
470 "ignoring .debug_names."),
480 warning (_("Section .debug_names in %s has unsupported padding %d, "
481 "ignoring .debug_names."),
501 warning (_("Section .debug_names in %s has unsupported %lu foreign TUs, "
502 "ignoring .debug_names."),
531 warning (_(".debug_names created by an old version of gdb; ignoring"));
542 warning (_(".debug_names not created by gdb; ignoring"));
581 warning (_("Section .debug_names in %s has duplicate index %s, "
582 "ignoring .debug_names."),
610 warning (_("Section .debug_names in %s has abbreviation_table "
611 "of size %s vs. written as %u, ignoring .debug_names."),
651 warning (_("Section .debug_names has incorrect entry in CU table,"
652 " ignoring .debug_names."));
662 warning (_("Section .debug_names has incorrect number of CUs in CU table,"
663 " ignoring .debug_names."));
676 warning (_("Section .debug_names has incorrect entry in CU table,"
677 " ignoring .debug_names."));
717 &per_bfd->debug_names, map))
731 &dwz->debug_names, dwz_map))
733 warning (_("could not read '.debug_names' section from %s; skipping"),