xref: /illumos-gate/usr/src/cmd/sgs/libconv/common/dl.msg (revision 98c080d502548e68bb9815459ea56e6ae282c430)
1#
2# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24# Message file for cmd/sgs/libconv/common/dl.c
25
26@ MSG_RTLD_LAZY		"RTLD_LAZY"
27@ MSG_RTLD_NOW		"RTLD_NOW"
28@ MSG_RTLD_GLOBAL	"RTLD_GLOBAL"
29@ MSG_RTLD_LOCAL	"RTLD_LOCAL"
30@ MSG_RTLD_PARENT	"RTLD_PARENT"
31@ MSG_RTLD_GROUP	"RTLD_GROUP"
32@ MSG_RTLD_WORLD	"RTLD_WORLD"
33@ MSG_RTLD_NODELETE	"RTLD_NODELETE"
34@ MSG_RTLD_NOLOAD	"RTLD_NOLOAD"
35@ MSG_RTLD_FIRST	"RTLD_FIRST"
36@ MSG_RTLD_CONFGEN	"RTLD_CONFGEN"
37
38@ MSG_RTLD_REL_RELATIVE	"RTLD_REL_RELATIVE"
39@ MSG_RTLD_REL_EXEC	"RTLD_REL_EXEC"
40@ MSG_RTLD_REL_DEPENDS	"RTLD_REL_DEPENDS"
41@ MSG_RTLD_REL_PRELOAD	"RTLD_REL_PRELOAD"
42@ MSG_RTLD_REL_SELF	"RTLD_REL_SELF"
43@ MSG_RTLD_REL_WEAK	"RTLD_REL_WEAK"
44@ MSG_RTLD_REL_ALL	"RTLD_REL_ALL"
45
46@ MSG_RTLD_MEMORY	"RTLD_MEMORY"
47@ MSG_RTLD_STRIP	"RTLD_STRIP"
48@ MSG_RTLD_NOHEAP	"RTLD_NOHEAP"
49@ MSG_RTLD_CONFSET	"RTLD_CONFSET"
50
51@ MSG_RTLD_DI_LMID            "RTLD_DI_LMID"
52@ MSG_RTLD_DI_LINKMAP         "RTLD_DI_LINKMAP"
53@ MSG_RTLD_DI_CONFIGADDR      "RTLD_DI_CONFIGADDR"
54@ MSG_RTLD_DI_SERINFO         "RTLD_DI_SERINFO"
55@ MSG_RTLD_DI_SERINFOSIZE     "RTLD_DI_SERINFOSIZE"
56@ MSG_RTLD_DI_ORIGIN          "RTLD_DI_ORIGIN"
57@ MSG_RTLD_DI_PROFILENAME     "RTLD_DI_PROFILENAME"
58@ MSG_RTLD_DI_PROFILEOUT      "RTLD_DI_PROFILEOUT"
59@ MSG_RTLD_DI_GETSIGNAL       "RTLD_DI_GETSIGNAL"
60@ MSG_RTLD_DI_SETSIGNAL       "RTLD_DI_SETSIGNAL"
61@ MSG_RTLD_DI_ARGSINFO        "RTLD_DI_ARGSINFO"
62@ MSG_RTLD_DI_MMAPS           "RTLD_DI_MMAPS"
63@ MSG_RTLD_DI_MMAPCNT         "RTLD_DI_MMAPCNT"
64
65@ MSG_GBL_SEP		" | "
66@ MSG_GBL_QUOTE		"\""
67@ MSG_GBL_ZERO		"0"
68