Home | History | Annotate | Download | only in elfcopy

Lines Matching full:warn

68 static void warn (const char *, ...); // ATTRIBUTE_PRINTF_1; //HACK
253 warn (_("badly formed extended line op encountered!\n"));
316 warn (_("DW_FORM_strp offset too big: %lx\n"), offset);
1164 warn (_("Unrecognized form: %lu\n"), form);
1634 warn (_("Unable to locate %s section!\n"),
1712 warn (_("Only version 2 and 3 DWARF debug information is currently supported.\n"));
1753 warn (_("Unable to locate entry %lu in the abbreviation table\n"),
1882 warn
1892 warn (_("Only DWARF version 2 and 3 line info is currently supported.\n"));
2164 warn (_("Only DWARF 2 and 3 pubnames are currently supported\n"));
2411 warn (_("Location lists in %s section start at 0x%lx\n"),
2510 /* warn (_("There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"),
2515 /* warn (_("There is an overlap of %ld bytes [0x%lx - 0x%lx] in .debug_loc section.\n"),
2525 warn (_("Offset 0x%lx is bigger than .debug_loc section size.\n"),
2534 warn (_("Location list starting at offset 0x%lx is not terminated.\n"),
2567 warn (_("Location list starting at offset 0x%lx is not terminated.\n"),
2577 warn (_("Location list starting at offset 0x%lx is not terminated.\n"),
2725 warn (_("Only DWARF 2 and 3 aranges are currently supported.\n"));
2841 warn (_("Range lists in %s section start at 0x%lx\n"),
2870 warn (_("There is a hole [0x%lx - 0x%lx] in %s section.\n"),
2874 warn (_("There is an overlap [0x%lx - 0x%lx] in %s section.\n"),
3254 warn ("Invalid CIE pointer %08lx in FDE at %08lx\n",
3770 warn (_("unsupported or unknown DW_CFA_%d\n"), op);
3856 warn (const char *message, ...)