xref: /illumos-gate/usr/src/cmd/sgs/librtld/common/librtld.msg (revision fa79a855d371dfcb29461ad6ebaf48a458bf9f14)
1#
2# Copyright 2005 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, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25
26@ _START_
27
28# Messages for cmd/sgs/librtld
29
30@ MSG_ID_LIBRTLD
31
32
33# System call messages
34
35@ MSG_SYS_PROC		"%s: /proc error: %s"
36@ MSG_SYS_OPEN		"%s: open failed: %s"
37
38
39# Image processing messages
40
41@ MSG_IMG_ELF		"%s: is not a dynamic ELF object"
42@ MSG_IMG_DATASEG	"%s: data segment not found"
43@ MSG_IMG_DATASEC	"%s: final data section not found"
44
45
46# ELF processing messages
47
48@ MSG_DT_UNKNOWN	"%s: unknown dynamic entry: ignored: %lld"
49
50
51# Basic strings
52
53@ MSG_STR_UNKNOWN       "<unknown>"
54
55
56@ _END_
57
58
59# The following strings represent reserved section and symbol names.  Reference
60# to these strings is via the MSG_ORIG() macro, and thus no translations are
61# required.
62
63@ MSG_FMT_PROC		"/proc/%d"
64
65@ MSG_ELF_BEGIN		"%s: elf_begin"
66@ MSG_ELF_GETDATA	"%s: elf_getdata"
67@ MSG_ELF_GETEHDR	"%s: elf_getehdr"
68@ MSG_ELF_GETPHDR	"%s: elf_getphdr"
69@ MSG_ELF_GETSCN	"%s: elf_getscn"
70@ MSG_ELF_GETSHDR	"%s: elf_getshdr"
71@ MSG_ELF_GETSHDRNUM	"%s: elf_getshdrnum"
72@ MSG_ELF_GETSHDRSTRNDX	"%s: elf_getshdrstrndx"
73@ MSG_ELF_NEWDATA	"%s: elf_newdata"
74@ MSG_ELF_NEWEHDR	"%s: elf_newehdr"
75@ MSG_ELF_NEWPHDR	"%s: elf_newphdr"
76@ MSG_ELF_NEWSCN	"%s: elf_newscn"
77@ MSG_ELF_NEWSHDR	"%s: elf_newshdr"
78@ MSG_ELF_UPDATE	"%s: elf_update"
79
80@ MSG_SCN_HEAP		".SUNW_heap"
81@ MSG_SCN_RELOC		".SUNW_reloc"
82@ MSG_SCN_SHSTR		".shstrtab"
83
84@ MSG_SYM_END		"_end"
85@ MSG_SYM_EDATA		"_edata"
86
87@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
88