2 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
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
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.
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]
28 # Messages for cmd/sgs/librtld
33 # System call messages
35 @ MSG_SYS_PROC "%s: /proc error: %s"
36 @ MSG_SYS_OPEN "%s: open failed: %s"
39 # Image processing messages
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"
46 # ELF processing messages
48 @ MSG_DT_UNKNOWN "%s: unknown dynamic entry: ignored: %lld"
53 @ MSG_STR_UNKNOWN "<unknown>"
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
63 @ MSG_FMT_PROC "/proc/%d"
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"
80 @ MSG_SCN_HEAP ".SUNW_heap"
81 @ MSG_SCN_RELOC ".SUNW_reloc"
82 @ MSG_SCN_SHSTR ".shstrtab"
85 @ MSG_SYM_EDATA "_edata"
87 @ MSG_SUNW_OST_SGS "SUNW_OST_SGS"