17c478bd9Sstevel@tonic-gate# 2*ba7866cdSAli Bahrami# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# CDDL HEADER START 57c478bd9Sstevel@tonic-gate# 67c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 73244bcaaSab196087# Common Development and Distribution License (the "License"). 83244bcaaSab196087# You may not use this file except in compliance with the License. 97c478bd9Sstevel@tonic-gate# 107c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 117c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 127c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 137c478bd9Sstevel@tonic-gate# and limitations under the License. 147c478bd9Sstevel@tonic-gate# 157c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 167c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 177c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 187c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 197c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 207c478bd9Sstevel@tonic-gate# 217c478bd9Sstevel@tonic-gate# CDDL HEADER END 227c478bd9Sstevel@tonic-gate# 237c478bd9Sstevel@tonic-gate# 247c478bd9Sstevel@tonic-gate# Global message identifiers for the sgs utilities. This information is read 257c478bd9Sstevel@tonic-gate# by sgsmsg(1l) using the -i option. 267c478bd9Sstevel@tonic-gate# Each utilities message file references one of the `MSGID' identifiers. Its 277c478bd9Sstevel@tonic-gate# associated numeric setid is used when creating catgets(3c) messages, the 287c478bd9Sstevel@tonic-gate# string domain is used when creating gettext(3i) messages. 297c478bd9Sstevel@tonic-gate# 307c478bd9Sstevel@tonic-gate 317c478bd9Sstevel@tonic-gatemesgid setid domain 327c478bd9Sstevel@tonic-gate 337c478bd9Sstevel@tonic-gateMSG_ID_RTLD 1 SUNW_OST_SGS /* sgs/rtld */ 347c478bd9Sstevel@tonic-gateMSG_ID_LIBRTLD 2 SUNW_OST_SGS /* sgs/librtld */ 357c478bd9Sstevel@tonic-gateMSG_ID_LIBLD 3 SUNW_OST_SGS /* sgs/libld */ 367c478bd9Sstevel@tonic-gateMSG_ID_LIBLDDBG 4 SUNW_OST_SGS /* sgs/liblddbg */ 37d2d5cf7cSAli Bahrami 387c478bd9Sstevel@tonic-gateMSG_ID_LIBRTLD_DB 6 SUNW_OST_SGS /* sgs/librtld_db */ 397c478bd9Sstevel@tonic-gateMSG_ID_LIBPROF 7 SUNW_OST_SGS /* sgs/libprof */ 407c478bd9Sstevel@tonic-gateMSG_ID_LIBCRLE 8 SUNW_OST_SGS /* sgs/libcrle */ 417c478bd9Sstevel@tonic-gate 427c478bd9Sstevel@tonic-gateMSG_ID_LIBELF 10 SUNW_OST_SGS /* sgs/libelf */ 437c478bd9Sstevel@tonic-gate 447c478bd9Sstevel@tonic-gateMSG_ID_LD 20 SUNW_OST_SGS /* sgs/ld */ 457c478bd9Sstevel@tonic-gateMSG_ID_LDD 21 SUNW_OST_SGS /* sgs/ldd */ 467c478bd9Sstevel@tonic-gateMSG_ID_PVS 22 SUNW_OST_SGS /* sgs/pvs */ 477c478bd9Sstevel@tonic-gateMSG_ID_CRLE 23 SUNW_OST_SGS /* sgs/crle */ 487c478bd9Sstevel@tonic-gateMSG_ID_ELFDUMP 24 SUNW_OST_SGS /* sgs/elfdump */ 497c478bd9Sstevel@tonic-gateMSG_ID_MOE 25 SUNW_OST_SGS /* sgs/moe */ 50d29b2c44Sab196087MSG_ID_ELFEDIT 26 SUNW_OST_SGS /* sgs/elfedit */ 51d29b2c44Sab196087MSG_ID_ELFEDIT_CAP 27 SUNW_OST_SGS /* cap: */ 52d29b2c44Sab196087MSG_ID_ELFEDIT_DYN 27 SUNW_OST_SGS /* dyn: */ 53d29b2c44Sab196087MSG_ID_ELFEDIT_EHDR 27 SUNW_OST_SGS /* ehdr: */ 54d29b2c44Sab196087MSG_ID_ELFEDIT_PHDR 27 SUNW_OST_SGS /* phdr: */ 55d29b2c44Sab196087MSG_ID_ELFEDIT_SHDR 27 SUNW_OST_SGS /* shdr: */ 56ad212f6fSab196087MSG_ID_ELFEDIT_STR 27 SUNW_OST_SGS /* str: */ 57d29b2c44Sab196087MSG_ID_ELFEDIT_SYM 27 SUNW_OST_SGS /* sym: */ 58d29b2c44Sab196087MSG_ID_ELFEDIT_SYMINFO 27 SUNW_OST_SGS /* syminfo: */ 592722387fSrieMSG_ID_ELFWRAP 28 SUNW_OST_SGS /* sgs/elfwrap */ 60*ba7866cdSAli BahramiMSG_ID_AR 29 SUNW_OST_SGS /* sgs/ar */ 61