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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/librtld/common/librtld.msg
          +++ new/usr/src/cmd/sgs/librtld/common/librtld.msg
↓ open down ↓ 62 lines elided ↑ open up ↑
  63   63  # required.
  64   64  
  65   65  @ MSG_FMT_PROC          "/proc/%d"
  66   66  
  67   67  @ MSG_ELF_BEGIN         "%s: elf_begin"
  68   68  @ MSG_ELF_GETDATA       "%s: elf_getdata"
  69   69  @ MSG_ELF_GETEHDR       "%s: elf_getehdr"
  70   70  @ MSG_ELF_GETPHDR       "%s: elf_getphdr"
  71   71  @ MSG_ELF_GETSCN        "%s: elf_getscn"
  72   72  @ MSG_ELF_GETSHDR       "%s: elf_getshdr"
       73 +@ MSG_ELF_GETSHDRNUM    "%s: elf_getshdrnum"
       74 +@ MSG_ELF_GETSHDRSTRNDX "%s: elf_getshdrstrndx"
  73   75  @ MSG_ELF_NEWDATA       "%s: elf_newdata"
  74   76  @ MSG_ELF_NEWEHDR       "%s: elf_newehdr"
  75   77  @ MSG_ELF_NEWPHDR       "%s: elf_newphdr"
  76   78  @ MSG_ELF_NEWSCN        "%s: elf_newscn"
  77   79  @ MSG_ELF_NEWSHDR       "%s: elf_newshdr"
  78   80  @ MSG_ELF_UPDATE        "%s: elf_update"
  79   81  
  80   82  @ MSG_SCN_HEAP          ".SUNW_heap"
  81   83  @ MSG_SCN_RELOC         ".SUNW_reloc"
  82   84  @ MSG_SCN_SHSTR         ".shstrtab"
  83   85  
  84   86  @ MSG_SYM_END           "_end"
  85   87  @ MSG_SYM_EDATA         "_edata"
  86   88  
  87   89  @ MSG_SUNW_OST_SGS      "SUNW_OST_SGS"
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX