Print this page
4003 dldump() can't deal with extended sections


  53 # Basic strings
  54 
  55 @ MSG_STR_UNKNOWN       "<unknown>"
  56 
  57 
  58 @ _END_
  59 
  60 
  61 # The following strings represent reserved section and symbol names.  Reference
  62 # to these strings is via the MSG_ORIG() macro, and thus no translations are
  63 # required.
  64 
  65 @ MSG_FMT_PROC          "/proc/%d"
  66 
  67 @ MSG_ELF_BEGIN         "%s: elf_begin"
  68 @ MSG_ELF_GETDATA       "%s: elf_getdata"
  69 @ MSG_ELF_GETEHDR       "%s: elf_getehdr"
  70 @ MSG_ELF_GETPHDR       "%s: elf_getphdr"
  71 @ MSG_ELF_GETSCN        "%s: elf_getscn"
  72 @ MSG_ELF_GETSHDR       "%s: elf_getshdr"


  73 @ MSG_ELF_NEWDATA       "%s: elf_newdata"
  74 @ MSG_ELF_NEWEHDR       "%s: elf_newehdr"
  75 @ MSG_ELF_NEWPHDR       "%s: elf_newphdr"
  76 @ MSG_ELF_NEWSCN        "%s: elf_newscn"
  77 @ MSG_ELF_NEWSHDR       "%s: elf_newshdr"
  78 @ MSG_ELF_UPDATE        "%s: elf_update"
  79 
  80 @ MSG_SCN_HEAP          ".SUNW_heap"
  81 @ MSG_SCN_RELOC         ".SUNW_reloc"
  82 @ MSG_SCN_SHSTR         ".shstrtab"
  83 
  84 @ MSG_SYM_END           "_end"
  85 @ MSG_SYM_EDATA         "_edata"
  86 
  87 @ MSG_SUNW_OST_SGS      "SUNW_OST_SGS"


  53 # Basic strings
  54 
  55 @ MSG_STR_UNKNOWN       "<unknown>"
  56 
  57 
  58 @ _END_
  59 
  60 
  61 # The following strings represent reserved section and symbol names.  Reference
  62 # to these strings is via the MSG_ORIG() macro, and thus no translations are
  63 # required.
  64 
  65 @ MSG_FMT_PROC          "/proc/%d"
  66 
  67 @ MSG_ELF_BEGIN         "%s: elf_begin"
  68 @ MSG_ELF_GETDATA       "%s: elf_getdata"
  69 @ MSG_ELF_GETEHDR       "%s: elf_getehdr"
  70 @ MSG_ELF_GETPHDR       "%s: elf_getphdr"
  71 @ MSG_ELF_GETSCN        "%s: elf_getscn"
  72 @ MSG_ELF_GETSHDR       "%s: elf_getshdr"
  73 @ MSG_ELF_GETSHDRNUM    "%s: elf_getshdrnum"
  74 @ MSG_ELF_GETSHDRSTRNDX "%s: elf_getshdrstrndx"
  75 @ MSG_ELF_NEWDATA       "%s: elf_newdata"
  76 @ MSG_ELF_NEWEHDR       "%s: elf_newehdr"
  77 @ MSG_ELF_NEWPHDR       "%s: elf_newphdr"
  78 @ MSG_ELF_NEWSCN        "%s: elf_newscn"
  79 @ MSG_ELF_NEWSHDR       "%s: elf_newshdr"
  80 @ MSG_ELF_UPDATE        "%s: elf_update"
  81 
  82 @ MSG_SCN_HEAP          ".SUNW_heap"
  83 @ MSG_SCN_RELOC         ".SUNW_reloc"
  84 @ MSG_SCN_SHSTR         ".shstrtab"
  85 
  86 @ MSG_SYM_END           "_end"
  87 @ MSG_SYM_EDATA         "_edata"
  88 
  89 @ MSG_SUNW_OST_SGS      "SUNW_OST_SGS"