Print this page
4000 pvs can't deal with extended sections


  60 # ELF messages
  61 @ MSG_ELF_NOTELF        "%s: %s: is not ELF\n"
  62 
  63 # System error messages
  64 
  65 @ MSG_SYS_OPEN          "%s: %s: cannot open file: %s\n"
  66 @ MSG_SYS_MALLOC        "%s: %s: malloc failed: %s\n"
  67 @ MSG_STR_MATCH_RECORD  "match record (-I/-N)"
  68 
  69 @ _END_
  70 
  71 # The following strings represent reserved words, files, pathnames and symbols.
  72 # Reference to this strings is via the MSG_ORIG() macro, and thus no message
  73 # translation is required.
  74 
  75 @ MSG_ELF_BEGIN         "%s: %s: elf_begin: %s\n"
  76 @ MSG_ELF_GETEHDR       "%s: %s: elf_getehdr: %s\n"
  77 @ MSG_ELF_GETSCN        "%s: %s: elf_getscn: %s\n"
  78 @ MSG_ELF_GETSHDR       "%s: %s: elf_getshdr: %s\n"
  79 @ MSG_ELF_GETDATA       "%s: %s: elf_getdata: %s\n"

  80 
  81 @ MSG_STR_EMPTY         ""
  82 @ MSG_STR_OPTIONS       "CdI:lnorsvN:"
  83 
  84 @ MSG_FMT_COL_NL        ":\n"
  85 @ MSG_FMT_SEM_NL        ";\n"
  86 @ MSG_FMT_LIST_BEGIN    "\t%s ("
  87 @ MSG_FMT_LIST_FIRST    "%s"
  88 @ MSG_FMT_LIST_NEXT     ", %s"
  89 @ MSG_FMT_LIST_END_SEM  ");\n"
  90 @ MSG_FMT_LIST_END_COL  "):\n"
  91 @ MSG_FMT_OFIL          "%s -"
  92 @ MSG_FMT_TNCO          "\t%s:\n"
  93 @ MSG_FMT_TNSE          "\t%s;\n"
  94 @ MSG_FMT_VER_NAME      "\t%s"
  95 @ MSG_FMT_VER_FLG       " [%s]"
  96 
  97 @ MSG_FMT_FILE          "%s:\n"
  98 
  99 @ MSG_FMT_SYM_OFIL      "%s -\t%s: "


  60 # ELF messages
  61 @ MSG_ELF_NOTELF        "%s: %s: is not ELF\n"
  62 
  63 # System error messages
  64 
  65 @ MSG_SYS_OPEN          "%s: %s: cannot open file: %s\n"
  66 @ MSG_SYS_MALLOC        "%s: %s: malloc failed: %s\n"
  67 @ MSG_STR_MATCH_RECORD  "match record (-I/-N)"
  68 
  69 @ _END_
  70 
  71 # The following strings represent reserved words, files, pathnames and symbols.
  72 # Reference to this strings is via the MSG_ORIG() macro, and thus no message
  73 # translation is required.
  74 
  75 @ MSG_ELF_BEGIN         "%s: %s: elf_begin: %s\n"
  76 @ MSG_ELF_GETEHDR       "%s: %s: elf_getehdr: %s\n"
  77 @ MSG_ELF_GETSCN        "%s: %s: elf_getscn: %s\n"
  78 @ MSG_ELF_GETSHDR       "%s: %s: elf_getshdr: %s\n"
  79 @ MSG_ELF_GETDATA       "%s: %s: elf_getdata: %s\n"
  80 @ MSG_ELF_GETSHDRNUM    "%s: %s: elf_getshdrnum: %s\n"
  81 
  82 @ MSG_STR_EMPTY         ""
  83 @ MSG_STR_OPTIONS       "CdI:lnorsvN:"
  84 
  85 @ MSG_FMT_COL_NL        ":\n"
  86 @ MSG_FMT_SEM_NL        ";\n"
  87 @ MSG_FMT_LIST_BEGIN    "\t%s ("
  88 @ MSG_FMT_LIST_FIRST    "%s"
  89 @ MSG_FMT_LIST_NEXT     ", %s"
  90 @ MSG_FMT_LIST_END_SEM  ");\n"
  91 @ MSG_FMT_LIST_END_COL  "):\n"
  92 @ MSG_FMT_OFIL          "%s -"
  93 @ MSG_FMT_TNCO          "\t%s:\n"
  94 @ MSG_FMT_TNSE          "\t%s;\n"
  95 @ MSG_FMT_VER_NAME      "\t%s"
  96 @ MSG_FMT_VER_FLG       " [%s]"
  97 
  98 @ MSG_FMT_FILE          "%s:\n"
  99 
 100 @ MSG_FMT_SYM_OFIL      "%s -\t%s: "