7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 # Message file for cmd/sgs/librtld_db.
  28 
  29 @ MSG_ID_LIBRTLD_DB
  30 
  31 # There presently seem little point in internationalizing these messages
  32 # as they provide debugging information for dbx developers and shouldn't
  33 # be see by anyone else.
  34 
  35 @ _END_
  36 
  37 # Basic strings
  38 
  39 @ MSG_DB_NOLDDATA       "rtld_db: rr: no LDDATA found in aux vector - \
  40                          falling back to symbol lookup"
  41 @ MSG_DB_FLDDATA        "rtld_db: rl: found LDDATA auxv ld.so.1 data seg \
  42                          at: 0x%p"
  43 @ MSG_DB_SYMRDEBUG      "rtld_db: rr: found ld.so.1::rdebug address: 0x%llx"
  44 @ MSG_DB_LOOKFAIL       "rtld_db: rr: lookup of %s failed"
  45 @ MSG_DB_NOAUXV         "rtld_db: rr: call to ps_pauxv() failed"
  46 @ MSG_DB_DMLOOKFAIL     "rtld_db: rr: lookup of data model failed"
 
 
  87 @ MSG_DB_HELPER_PREFIX  "/usr/lib/brand"
  88 
  89 
  90 
  91 # Diagnostic messages
  92 
  93 @ MSG_DB_LOGENABLE      "rtld_db: logging enabled!"
  94 @ MSG_DB_RDINIT         "rtld_db: rd_init(%d)"
  95 @ MSG_DB_RDNEW          "rtld_db: rd_new(0x%p)"
  96 @ MSG_DB_RDDELETE       "rtld_db: rd_delete(0x%p)"
  97 @ MSG_DB_LOADOBJITER    "rtld_db: rd_loadobj_iter32(dmodel=%d, cb=0x%p, \
  98                          d=0x%p)"
  99 @ MSG_DB_RDEVENTADDR    "rtld_db: rd_event_addr(event=%d, addr=0x%llx)"
 100 @ MSG_DB_RDRESET        "rtld_db: rd_reset(dmodel=%d)"
 101 @ MSG_DB_RDEVENTENABLE  "rtld_db: rd_event_enable(dmodel=%d, onoff=%d)"
 102 @ MSG_DB_RDEVENTGETMSG  "rtld_db: rd_event_getmsg(dmodel=%d, type=%d, \
 103                          state=%d)"
 104 @ MSG_DB_RDOBJPADE      "rtld_db: rd_objpad_enable(padsize=0x%llx)"
 105 @ MSG_DB_64BIT_PREFIX   "64/"
 106 @ MSG_DB_BRAND_HELPERPATH_PREFIX "%s/%s/%s/%s%s_librtld_db.so.1"
 107 @ MSG_DB_BRAND_HELPERPATH "%s/%s/%s%s_librtld_db.so.1"
 108 @ MSG_DB_HELPERNOOPS    "rtld_db: helper lib loaded but ops not preset"
 109 @ MSG_DB_HELPERLOADED   "rtld_db: helper library loaded for brand \"%s\""
 110 @ MSG_DB_HELPERLOADFAILED "rtld_db: couldn't load brand helper library %s"
 111 @ MSG_DB_HELPERINITFAILED "rtld_db: brand helper library initialization failed"
 112 
 113 @ MSG_ER_OK             "no error"
 114 @ MSG_ER_ERR            "generic rtld_db.so error"
 115 @ MSG_ER_DBERR          "debugger service failed"
 116 @ MSG_ER_NOCAPAB        "capability not available"
 117 @ MSG_ER_NODYNAM        "couldn't find '_DYNAMIC'"
 118 @ MSG_ER_NOBASE         "couldn't find auxv tag 'AT_BASE'"
 119 @ MSG_ER_NOMAPS         "link-maps are not initialized"
 120 @ MSG_ER_DEFAULT        "unknown rtld_db.so error code"
 121 
 122 @ MSG_SYM_DEBUG         "r_debug"
 123 @ MSG_SYM_PREINIT       "rtld_db_preinit"
 124 @ MSG_SYM_POSTINIT      "rtld_db_postinit"
 125 @ MSG_SYM_DLACT         "rtld_db_dlactivity"
 126 @ MSG_SYM_RTBIND        "elf_rtbndr"
 127 @ MSG_SYM_DYNAMIC       "_DYNAMIC"
  | 
 
 
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 #
  28 # Copyright (c) 2014 Joyent, Inc.  All rights reserved.
  29 #
  30 
  31 # Message file for cmd/sgs/librtld_db.
  32 
  33 @ MSG_ID_LIBRTLD_DB
  34 
  35 # There presently seem little point in internationalizing these messages
  36 # as they provide debugging information for dbx developers and shouldn't
  37 # be see by anyone else.
  38 
  39 @ _END_
  40 
  41 # Basic strings
  42 
  43 @ MSG_DB_NOLDDATA       "rtld_db: rr: no LDDATA found in aux vector - \
  44                          falling back to symbol lookup"
  45 @ MSG_DB_FLDDATA        "rtld_db: rl: found LDDATA auxv ld.so.1 data seg \
  46                          at: 0x%p"
  47 @ MSG_DB_SYMRDEBUG      "rtld_db: rr: found ld.so.1::rdebug address: 0x%llx"
  48 @ MSG_DB_LOOKFAIL       "rtld_db: rr: lookup of %s failed"
  49 @ MSG_DB_NOAUXV         "rtld_db: rr: call to ps_pauxv() failed"
  50 @ MSG_DB_DMLOOKFAIL     "rtld_db: rr: lookup of data model failed"
 
 
  91 @ MSG_DB_HELPER_PREFIX  "/usr/lib/brand"
  92 
  93 
  94 
  95 # Diagnostic messages
  96 
  97 @ MSG_DB_LOGENABLE      "rtld_db: logging enabled!"
  98 @ MSG_DB_RDINIT         "rtld_db: rd_init(%d)"
  99 @ MSG_DB_RDNEW          "rtld_db: rd_new(0x%p)"
 100 @ MSG_DB_RDDELETE       "rtld_db: rd_delete(0x%p)"
 101 @ MSG_DB_LOADOBJITER    "rtld_db: rd_loadobj_iter32(dmodel=%d, cb=0x%p, \
 102                          d=0x%p)"
 103 @ MSG_DB_RDEVENTADDR    "rtld_db: rd_event_addr(event=%d, addr=0x%llx)"
 104 @ MSG_DB_RDRESET        "rtld_db: rd_reset(dmodel=%d)"
 105 @ MSG_DB_RDEVENTENABLE  "rtld_db: rd_event_enable(dmodel=%d, onoff=%d)"
 106 @ MSG_DB_RDEVENTGETMSG  "rtld_db: rd_event_getmsg(dmodel=%d, type=%d, \
 107                          state=%d)"
 108 @ MSG_DB_RDOBJPADE      "rtld_db: rd_objpad_enable(padsize=0x%llx)"
 109 @ MSG_DB_64BIT_PREFIX   "64/"
 110 @ MSG_DB_BRAND_HELPERPATH_PREFIX "%s/%s/%s/%s%s_librtld_db.so.1"
 111 @ MSG_DB_BRAND_HELPERPATH "%s/%s/%s/%s%s_librtld_db.so.1"
 112 @ MSG_DB_HELPERNOOPS    "rtld_db: helper lib loaded but ops not preset"
 113 @ MSG_DB_HELPERLOADED   "rtld_db: helper library loaded for brand \"%s\""
 114 @ MSG_DB_HELPERLOADFAILED "rtld_db: couldn't load brand helper library %s"
 115 @ MSG_DB_HELPERINITFAILED "rtld_db: brand helper library initialization failed"
 116 
 117 @ MSG_ER_OK             "no error"
 118 @ MSG_ER_ERR            "generic rtld_db.so error"
 119 @ MSG_ER_DBERR          "debugger service failed"
 120 @ MSG_ER_NOCAPAB        "capability not available"
 121 @ MSG_ER_NODYNAM        "couldn't find '_DYNAMIC'"
 122 @ MSG_ER_NOBASE         "couldn't find auxv tag 'AT_BASE'"
 123 @ MSG_ER_NOMAPS         "link-maps are not initialized"
 124 @ MSG_ER_DEFAULT        "unknown rtld_db.so error code"
 125 
 126 @ MSG_SYM_DEBUG         "r_debug"
 127 @ MSG_SYM_PREINIT       "rtld_db_preinit"
 128 @ MSG_SYM_POSTINIT      "rtld_db_postinit"
 129 @ MSG_SYM_DLACT         "rtld_db_dlactivity"
 130 @ MSG_SYM_RTBIND        "elf_rtbndr"
 131 @ MSG_SYM_DYNAMIC       "_DYNAMIC"
  |