Lines Matching refs:warn
68 static void warn (const char *, ...); // ATTRIBUTE_PRINTF_1; //HACK
253 warn (_("badly formed extended line op encountered!\n")); in process_extended_line_op()
316 warn (_("DW_FORM_strp offset too big: %lx\n"), offset); in fetch_indirect_string()
1164 warn (_("Unrecognized form: %lu\n"), form); in read_and_display_attr_value()
1634 warn (_("Unable to locate %s section!\n"), in process_debug_info()
1712 … warn (_("Only version 2 and 3 DWARF debug information is currently supported.\n")); in process_debug_info()
1753 warn (_("Unable to locate entry %lu in the abbreviation table\n"), in process_debug_info()
1882 warn in display_debug_lines()
1892 warn (_("Only DWARF version 2 and 3 line info is currently supported.\n")); in display_debug_lines()
2164 warn (_("Only DWARF 2 and 3 pubnames are currently supported\n")); in display_debug_pubnames()
2411 warn (_("Location lists in %s section start at 0x%lx\n"), in display_debug_loc()
2525 warn (_("Offset 0x%lx is bigger than .debug_loc section size.\n"), in display_debug_loc()
2534 … warn (_("Location list starting at offset 0x%lx is not terminated.\n"), in display_debug_loc()
2567 … warn (_("Location list starting at offset 0x%lx is not terminated.\n"), in display_debug_loc()
2577 … warn (_("Location list starting at offset 0x%lx is not terminated.\n"), in display_debug_loc()
2725 warn (_("Only DWARF 2 and 3 aranges are currently supported.\n")); in display_debug_aranges()
2841 warn (_("Range lists in %s section start at 0x%lx\n"), in display_debug_ranges()
3254 warn ("Invalid CIE pointer %08lx in FDE at %08lx\n", in display_debug_frames()
3770 warn (_("unsupported or unknown DW_CFA_%d\n"), op); in display_debug_frames()
3856 warn (const char *message, ...) in warn() function