17c478bd9Sstevel@tonic-gate# 25bd55801SAli Bahrami# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# CDDL HEADER START 57c478bd9Sstevel@tonic-gate# 67c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 74899432aSab196087# Common Development and Distribution License (the "License"). 84899432aSab196087# You may not use this file except in compliance with the License. 97c478bd9Sstevel@tonic-gate# 107c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 117c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 127c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 137c478bd9Sstevel@tonic-gate# and limitations under the License. 147c478bd9Sstevel@tonic-gate# 157c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 167c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 177c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 187c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 197c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 207c478bd9Sstevel@tonic-gate# 217c478bd9Sstevel@tonic-gate# CDDL HEADER END 227c478bd9Sstevel@tonic-gate# 237c478bd9Sstevel@tonic-gate 247c478bd9Sstevel@tonic-gate 257c478bd9Sstevel@tonic-gate@ _START_ 267c478bd9Sstevel@tonic-gate 277c478bd9Sstevel@tonic-gate# Message file for cmd/sgs/ldd. 287c478bd9Sstevel@tonic-gate 297c478bd9Sstevel@tonic-gate@ MSG_ID_LDD 307c478bd9Sstevel@tonic-gate 317c478bd9Sstevel@tonic-gate 327c478bd9Sstevel@tonic-gate# Argument usage messages. 337c478bd9Sstevel@tonic-gate 34*f441771bSRod Evans@ MSG_ARG_USAGE "usage: %s [-d | -r] [-c] [-D] [-e envar] [-f] [-i] \ 35*f441771bSRod Evans [-L] [-l] [-p] [-s] [-U | -u] [-v] [-w] file(s)\n" 367c478bd9Sstevel@tonic-gate 377c478bd9Sstevel@tonic-gate# Environment messages. 387c478bd9Sstevel@tonic-gate 397c478bd9Sstevel@tonic-gate@ MSG_ENV_FAILED "%s: can't add to environment, putenv(3C) failed\n" 407c478bd9Sstevel@tonic-gate 417c478bd9Sstevel@tonic-gate 427c478bd9Sstevel@tonic-gate# Unsupported file messages. 437c478bd9Sstevel@tonic-gate 447c478bd9Sstevel@tonic-gate@ MSG_USP_NODYNORSO "%s: %s: file is not a dynamic executable or \ 457c478bd9Sstevel@tonic-gate shared object\n" 464899432aSab196087@ MSG_USP_NOHDR "%s: %s: file built with ?N (NOHDR) mapfile option\n" 477c478bd9Sstevel@tonic-gate@ MSG_USP_UNKNOWN "%s: %s: unsupported or unknown file type\n" 487c478bd9Sstevel@tonic-gate@ MSG_USP_ELFINS "%s: %s: file has insecure interpreter %s\n" 497c478bd9Sstevel@tonic-gate@ MSG_USP_AOUTINS "%s: %s: insecure a.out file\n" 507c478bd9Sstevel@tonic-gate@ MSG_USP_NOTEXEC_1 "%s: %s: is not executable\n" 517c478bd9Sstevel@tonic-gate@ MSG_USP_NOTEXEC_2 "warning: %s: %s: is not executable\n" 527c478bd9Sstevel@tonic-gate 537c478bd9Sstevel@tonic-gate 547c478bd9Sstevel@tonic-gate# ELF messages 557c478bd9Sstevel@tonic-gate 567c478bd9Sstevel@tonic-gate@ MSG_ELF_LIBELF "%s: libelf: version not supported: %d" 577c478bd9Sstevel@tonic-gate@ MSG_ELF_BADMAGIC "%s: %s: bad magic number\n" 585bd55801SAli Bahrami@ MSG_ELF_CLASS "%s: %s: ELF class: %s: unrecognized\n" 595bd55801SAli Bahrami@ MSG_ELF_KCLASS32 "%s: %s: ELF class: %s: is incompatible with 32-bit \ 605bd55801SAli Bahrami system\n" 615bd55801SAli Bahrami@ MSG_ELF_MACHTYPE "%s: %s: ELF machine type: %s: is incompatible with \ 625bd55801SAli Bahrami system\n" 635bd55801SAli Bahrami@ MSG_ELF_DATA "%s: %s: ELF byte order: %s: is incompatible with \ 645bd55801SAli Bahrami system\n" 657c478bd9Sstevel@tonic-gate@ MSG_ELF_MACHFLAGS "%s: %s: wrong machine flags\n" 667c478bd9Sstevel@tonic-gate 677c478bd9Sstevel@tonic-gate@ MSG_ELF_GETEHDR "%s: %s: elf_getehdr: %s\n" 687c478bd9Sstevel@tonic-gate@ MSG_ELF_GETPHDR "%s: %s: elf_getphdr: %s\n" 697c478bd9Sstevel@tonic-gate 707c478bd9Sstevel@tonic-gate 717c478bd9Sstevel@tonic-gate# System error messages 727c478bd9Sstevel@tonic-gate 737c478bd9Sstevel@tonic-gate@ MSG_SYS_LSEEK "%s: %s: cannot lseek file: %s\n" 747c478bd9Sstevel@tonic-gate@ MSG_SYS_READ "%s: %s: cannot read file: %s\n" 757c478bd9Sstevel@tonic-gate@ MSG_SYS_FORK "%s: cannot fork: %s\n" 767c478bd9Sstevel@tonic-gate@ MSG_SYS_OPEN "%s: %s: cannot open file: %s\n" 777c478bd9Sstevel@tonic-gate 787c478bd9Sstevel@tonic-gate@ MSG_SYS_MALLOC "%s: malloc failed\n" 797c478bd9Sstevel@tonic-gate@ MSG_SYS_EXEC "%s: %s: execution failed " 807c478bd9Sstevel@tonic-gate@ MSG_SYS_EXEC_SIG "due to signal %d %s\n" 817c478bd9Sstevel@tonic-gate@ MSG_SYS_EXEC_CORE "(core dumped)" 827c478bd9Sstevel@tonic-gate@ MSG_SYS_EXEC_STAT "with exit status %d\n" 837c478bd9Sstevel@tonic-gate 847c478bd9Sstevel@tonic-gate@ _END_ 857c478bd9Sstevel@tonic-gate 867c478bd9Sstevel@tonic-gate 877c478bd9Sstevel@tonic-gate# The following strings represent reserved words, files, pathnames and symbols. 887c478bd9Sstevel@tonic-gate# Reference to this strings is via the MSG_ORIG() macro, and thus no message 897c478bd9Sstevel@tonic-gate# translation is required. 907c478bd9Sstevel@tonic-gate 917c478bd9Sstevel@tonic-gate@ MSG_STR_EMPTY "" 927c478bd9Sstevel@tonic-gate 937c478bd9Sstevel@tonic-gate@ MSG_PTH_LIB "/lib" 947c478bd9Sstevel@tonic-gate@ MSG_PTH_USRLIB "/usr/lib" 957c478bd9Sstevel@tonic-gate@ MSG_PTH_ETCLIB "/etc/lib" 967c478bd9Sstevel@tonic-gate 977c478bd9Sstevel@tonic-gate@ MSG_LD_PRELOAD_32 "LD_PRELOAD_32" 987c478bd9Sstevel@tonic-gate@ MSG_LD_PRELOAD_64 "LD_PRELOAD_64" 997c478bd9Sstevel@tonic-gate@ MSG_LD_PRELOAD "LD_PRELOAD" 1007c478bd9Sstevel@tonic-gate 1017c478bd9Sstevel@tonic-gate@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 1027c478bd9Sstevel@tonic-gate 103*f441771bSRod Evans@ MSG_STR_GETOPT "cDde:fiLlprsUuvw" 1047c478bd9Sstevel@tonic-gate@ MSG_STR_FMT1 "%s=./%s %s" 1057c478bd9Sstevel@tonic-gate@ MSG_STR_FMT2 "%s=%s %s" 1067c478bd9Sstevel@tonic-gate@ MSG_STR_FMT3 "%s:\n" 107