1# 2# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. 3# 4# CDDL HEADER START 5# 6# The contents of this file are subject to the terms of the 7# Common Development and Distribution License (the "License"). 8# You may not use this file except in compliance with the License. 9# 10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11# or http://www.opensolaris.org/os/licensing. 12# See the License for the specific language governing permissions 13# and limitations under the License. 14# 15# When distributing Covered Code, include this CDDL HEADER in each 16# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17# If applicable, add the following below this CDDL HEADER, with the 18# fields enclosed by brackets "[]" replaced with your own identifying 19# information: Portions Copyright [yyyy] [name of copyright owner] 20# 21# CDDL HEADER END 22# 23# 24# Global message identifiers for the sgs utilities. This information is read 25# by sgsmsg(1l) using the -i option. 26# Each utilities message file references one of the `MSGID' identifiers. Its 27# associated numeric setid is used when creating catgets(3c) messages, the 28# string domain is used when creating gettext(3i) messages. 29# 30 31mesgid setid domain 32 33MSG_ID_RTLD 1 SUNW_OST_SGS /* sgs/rtld */ 34MSG_ID_LIBRTLD 2 SUNW_OST_SGS /* sgs/librtld */ 35MSG_ID_LIBLD 3 SUNW_OST_SGS /* sgs/libld */ 36MSG_ID_LIBLDDBG 4 SUNW_OST_SGS /* sgs/liblddbg */ 37 38MSG_ID_LIBRTLD_DB 6 SUNW_OST_SGS /* sgs/librtld_db */ 39MSG_ID_LIBPROF 7 SUNW_OST_SGS /* sgs/libprof */ 40MSG_ID_LIBCRLE 8 SUNW_OST_SGS /* sgs/libcrle */ 41 42MSG_ID_LIBELF 10 SUNW_OST_SGS /* sgs/libelf */ 43 44MSG_ID_LD 20 SUNW_OST_SGS /* sgs/ld */ 45MSG_ID_LDD 21 SUNW_OST_SGS /* sgs/ldd */ 46MSG_ID_PVS 22 SUNW_OST_SGS /* sgs/pvs */ 47MSG_ID_CRLE 23 SUNW_OST_SGS /* sgs/crle */ 48MSG_ID_ELFDUMP 24 SUNW_OST_SGS /* sgs/elfdump */ 49MSG_ID_MOE 25 SUNW_OST_SGS /* sgs/moe */ 50MSG_ID_ELFEDIT 26 SUNW_OST_SGS /* sgs/elfedit */ 51MSG_ID_ELFEDIT_CAP 27 SUNW_OST_SGS /* cap: */ 52MSG_ID_ELFEDIT_DYN 27 SUNW_OST_SGS /* dyn: */ 53MSG_ID_ELFEDIT_EHDR 27 SUNW_OST_SGS /* ehdr: */ 54MSG_ID_ELFEDIT_PHDR 27 SUNW_OST_SGS /* phdr: */ 55MSG_ID_ELFEDIT_SHDR 27 SUNW_OST_SGS /* shdr: */ 56MSG_ID_ELFEDIT_STR 27 SUNW_OST_SGS /* str: */ 57MSG_ID_ELFEDIT_SYM 27 SUNW_OST_SGS /* sym: */ 58MSG_ID_ELFEDIT_SYMINFO 27 SUNW_OST_SGS /* syminfo: */ 59MSG_ID_ELFWRAP 28 SUNW_OST_SGS /* sgs/elfwrap */ 60MSG_ID_AR 29 SUNW_OST_SGS /* sgs/ar */ 61