10Sstevel@tonic-gate# 2*12792SAli.Bahrami@Oracle.COM# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# CDDL HEADER START 50Sstevel@tonic-gate# 60Sstevel@tonic-gate# The contents of this file are subject to the terms of the 73850Sab196087# Common Development and Distribution License (the "License"). 83850Sab196087# You may not use this file except in compliance with the License. 90Sstevel@tonic-gate# 100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 120Sstevel@tonic-gate# See the License for the specific language governing permissions 130Sstevel@tonic-gate# and limitations under the License. 140Sstevel@tonic-gate# 150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 200Sstevel@tonic-gate# 210Sstevel@tonic-gate# CDDL HEADER END 220Sstevel@tonic-gate# 230Sstevel@tonic-gate# 240Sstevel@tonic-gate# Global message identifiers for the sgs utilities. This information is read 250Sstevel@tonic-gate# by sgsmsg(1l) using the -i option. 260Sstevel@tonic-gate# Each utilities message file references one of the `MSGID' identifiers. Its 270Sstevel@tonic-gate# associated numeric setid is used when creating catgets(3c) messages, the 280Sstevel@tonic-gate# string domain is used when creating gettext(3i) messages. 290Sstevel@tonic-gate# 300Sstevel@tonic-gate 310Sstevel@tonic-gatemesgid setid domain 320Sstevel@tonic-gate 330Sstevel@tonic-gateMSG_ID_RTLD 1 SUNW_OST_SGS /* sgs/rtld */ 340Sstevel@tonic-gateMSG_ID_LIBRTLD 2 SUNW_OST_SGS /* sgs/librtld */ 350Sstevel@tonic-gateMSG_ID_LIBLD 3 SUNW_OST_SGS /* sgs/libld */ 360Sstevel@tonic-gateMSG_ID_LIBLDDBG 4 SUNW_OST_SGS /* sgs/liblddbg */ 378324SAli.Bahrami@Sun.COM 380Sstevel@tonic-gateMSG_ID_LIBRTLD_DB 6 SUNW_OST_SGS /* sgs/librtld_db */ 390Sstevel@tonic-gateMSG_ID_LIBPROF 7 SUNW_OST_SGS /* sgs/libprof */ 400Sstevel@tonic-gateMSG_ID_LIBCRLE 8 SUNW_OST_SGS /* sgs/libcrle */ 410Sstevel@tonic-gate 420Sstevel@tonic-gateMSG_ID_LIBELF 10 SUNW_OST_SGS /* sgs/libelf */ 430Sstevel@tonic-gate 440Sstevel@tonic-gateMSG_ID_LD 20 SUNW_OST_SGS /* sgs/ld */ 450Sstevel@tonic-gateMSG_ID_LDD 21 SUNW_OST_SGS /* sgs/ldd */ 460Sstevel@tonic-gateMSG_ID_PVS 22 SUNW_OST_SGS /* sgs/pvs */ 470Sstevel@tonic-gateMSG_ID_CRLE 23 SUNW_OST_SGS /* sgs/crle */ 480Sstevel@tonic-gateMSG_ID_ELFDUMP 24 SUNW_OST_SGS /* sgs/elfdump */ 490Sstevel@tonic-gateMSG_ID_MOE 25 SUNW_OST_SGS /* sgs/moe */ 505088Sab196087MSG_ID_ELFEDIT 26 SUNW_OST_SGS /* sgs/elfedit */ 515088Sab196087MSG_ID_ELFEDIT_CAP 27 SUNW_OST_SGS /* cap: */ 525088Sab196087MSG_ID_ELFEDIT_DYN 27 SUNW_OST_SGS /* dyn: */ 535088Sab196087MSG_ID_ELFEDIT_EHDR 27 SUNW_OST_SGS /* ehdr: */ 545088Sab196087MSG_ID_ELFEDIT_PHDR 27 SUNW_OST_SGS /* phdr: */ 555088Sab196087MSG_ID_ELFEDIT_SHDR 27 SUNW_OST_SGS /* shdr: */ 565308Sab196087MSG_ID_ELFEDIT_STR 27 SUNW_OST_SGS /* str: */ 575088Sab196087MSG_ID_ELFEDIT_SYM 27 SUNW_OST_SGS /* sym: */ 585088Sab196087MSG_ID_ELFEDIT_SYMINFO 27 SUNW_OST_SGS /* syminfo: */ 596234SrieMSG_ID_ELFWRAP 28 SUNW_OST_SGS /* sgs/elfwrap */ 60*12792SAli.Bahrami@Oracle.COMMSG_ID_AR 29 SUNW_OST_SGS /* sgs/ar */ 61