Print this page
5688 ELF tools need to be more careful with dwarf data


 457 
 458 @ MSG_ELF_ARMEM         "file %s: unable to locate archive member;\n\t\
 459                          offset=%x, symbol=%s"
 460 
 461 @ MSG_ELF_ARSYM         "file %s ignored: unable to locate archive symbol table"
 462 
 463 @ MSG_ELF_VERSYM        "file %s: version symbol section entry mismatch:\n\t\
 464                          (section [%u]%s entries=%d; section [%u]%s entries=%d)"
 465 
 466 @ MSG_ELF_NOGROUPSECT   "file %s: section [%u]%s: SHF_GROUP flag set, but no \
 467                          corresponding SHT_GROUP section found"
 468 
 469 # Section processing errors
 470 
 471 @ MSG_SCN_NONALLOC      "%s: non-allocatable section '%s' directed to a \
 472                          loadable segment: %s"
 473 
 474 @ MSG_SCN_MULTICOMDAT   "file %s: section [%u]%s: cannot be susceptible to multiple \
 475                          COMDAT mechanisms: %s"
 476 




 477 # Symbol processing errors
 478 
 479 @ MSG_SYM_NOSECDEF      "symbol '%s' in file %s has no section definition"
 480 @ MSG_SYM_INVSEC        "symbol '%s' in file %s associated with invalid \
 481                          section[%lld]"
 482 @ MSG_SYM_TLS           "symbol '%s' in file %s (STT_TLS), is defined \
 483                          in a non-SHF_TLS section"
 484 @ MSG_SYM_BADADDR       "symbol '%s' in file %s: section [%u]%s: size %#llx: \
 485                          symbol (address %#llx, size %#llx) lies outside \
 486                          of containing section"
 487 @ MSG_SYM_BADADDR_ROTXT "symbol '%s' in file %s: readonly text section \
 488                          [%u]%s: size %#llx: symbol (address %#llx, \
 489                          size %#llx) lies outside of containing section"
 490 @ MSG_SYM_MULDEF        "symbol '%s' is multiply-defined:"
 491 @ MSG_SYM_CONFVIS       "symbol '%s' has conflicting visibilities:"
 492 @ MSG_SYM_DIFFTYPE      "symbol '%s' has differing types:"
 493 @ MSG_SYM_DIFFATTR      "symbol '%s' has differing %s:\n\
 494                          \t(file %s value=0x%llx; file %s value=0x%llx);"
 495 @ MSG_SYM_FILETYPES     "\t(file %s type=%s; file %s type=%s);"
 496 @ MSG_SYM_VISTYPES      "\t(file %s visibility=%s; file %s visibility=%s);"




 457 
 458 @ MSG_ELF_ARMEM         "file %s: unable to locate archive member;\n\t\
 459                          offset=%x, symbol=%s"
 460 
 461 @ MSG_ELF_ARSYM         "file %s ignored: unable to locate archive symbol table"
 462 
 463 @ MSG_ELF_VERSYM        "file %s: version symbol section entry mismatch:\n\t\
 464                          (section [%u]%s entries=%d; section [%u]%s entries=%d)"
 465 
 466 @ MSG_ELF_NOGROUPSECT   "file %s: section [%u]%s: SHF_GROUP flag set, but no \
 467                          corresponding SHT_GROUP section found"
 468 
 469 # Section processing errors
 470 
 471 @ MSG_SCN_NONALLOC      "%s: non-allocatable section '%s' directed to a \
 472                          loadable segment: %s"
 473 
 474 @ MSG_SCN_MULTICOMDAT   "file %s: section [%u]%s: cannot be susceptible to multiple \
 475                          COMDAT mechanisms: %s"
 476 
 477 @ MSG_SCN_DWFOVRFLW     "%s: section %s: encoded DWARF data exceeds \
 478                          section size"
 479 @ MSG_SCN_DWFBADENC     "%s: section %s: invalid DWARF encoding: %#x"                         
 480 
 481 # Symbol processing errors
 482 
 483 @ MSG_SYM_NOSECDEF      "symbol '%s' in file %s has no section definition"
 484 @ MSG_SYM_INVSEC        "symbol '%s' in file %s associated with invalid \
 485                          section[%lld]"
 486 @ MSG_SYM_TLS           "symbol '%s' in file %s (STT_TLS), is defined \
 487                          in a non-SHF_TLS section"
 488 @ MSG_SYM_BADADDR       "symbol '%s' in file %s: section [%u]%s: size %#llx: \
 489                          symbol (address %#llx, size %#llx) lies outside \
 490                          of containing section"
 491 @ MSG_SYM_BADADDR_ROTXT "symbol '%s' in file %s: readonly text section \
 492                          [%u]%s: size %#llx: symbol (address %#llx, \
 493                          size %#llx) lies outside of containing section"
 494 @ MSG_SYM_MULDEF        "symbol '%s' is multiply-defined:"
 495 @ MSG_SYM_CONFVIS       "symbol '%s' has conflicting visibilities:"
 496 @ MSG_SYM_DIFFTYPE      "symbol '%s' has differing types:"
 497 @ MSG_SYM_DIFFATTR      "symbol '%s' has differing %s:\n\
 498                          \t(file %s value=0x%llx; file %s value=0x%llx);"
 499 @ MSG_SYM_FILETYPES     "\t(file %s type=%s; file %s type=%s);"
 500 @ MSG_SYM_VISTYPES      "\t(file %s visibility=%s; file %s visibility=%s);"