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