xref: /onnv-gate/usr/src/cmd/sgs/elfdump/common/elfdump.msg (revision 12792:1f56a791e275)
10Sstevel@tonic-gate#
20Sstevel@tonic-gate# CDDL HEADER START
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# The contents of this file are subject to the terms of the
51618Srie# Common Development and Distribution License (the "License").
61618Srie# You may not use this file except in compliance with the License.
70Sstevel@tonic-gate#
80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
100Sstevel@tonic-gate# See the License for the specific language governing permissions
110Sstevel@tonic-gate# and limitations under the License.
120Sstevel@tonic-gate#
130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
180Sstevel@tonic-gate#
190Sstevel@tonic-gate# CDDL HEADER END
200Sstevel@tonic-gate#
211324Srie
221324Srie#
2312736SAli.Bahrami@Oracle.COM# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
241324Srie#
250Sstevel@tonic-gate
260Sstevel@tonic-gate@ _START_
270Sstevel@tonic-gate
280Sstevel@tonic-gate# Message file for cmd/sgs/elfdump.
290Sstevel@tonic-gate
300Sstevel@tonic-gate@ MSG_ID_ELFDUMP
310Sstevel@tonic-gate
320Sstevel@tonic-gate# Usage Messages
330Sstevel@tonic-gate
345411Sab196087@ MSG_USAGE_BRIEF	"usage: %s [-cCdegGhHiklmnrSsuvy] [-I index] \
359273SAli.Bahrami@Sun.COM			 [-N name] [-O osabi] [-T type] [-p | -w outfile] \
369273SAli.Bahrami@Sun.COM			 file...\n"
370Sstevel@tonic-gate@ MSG_USAGE_DETAIL1	"\t[-c]\t\tdump section header information\n"
380Sstevel@tonic-gate@ MSG_USAGE_DETAIL2	"\t[-C]\t\tdemangle C++ symbol names\n"
390Sstevel@tonic-gate@ MSG_USAGE_DETAIL3	"\t[-d]\t\tdump the contents of the .dynamic section\n"
400Sstevel@tonic-gate@ MSG_USAGE_DETAIL4	"\t[-e]\t\tdump the elf header\n"
410Sstevel@tonic-gate@ MSG_USAGE_DETAIL5	"\t[-g]\t\tdump the contents of the .group sections\n"
420Sstevel@tonic-gate@ MSG_USAGE_DETAIL6	"\t[-G]\t\tdump the contents of the .got section\n"
430Sstevel@tonic-gate@ MSG_USAGE_DETAIL7	"\t[-h]\t\tdump the contents of the .hash section\n"
4411827SRod.Evans@Sun.COM@ MSG_USAGE_DETAIL8	"\t[-H]\t\tdump the contents of the .SUNW_cap section\n"
450Sstevel@tonic-gate@ MSG_USAGE_DETAIL9	"\t[-i]\t\tdump the contents of the .interp section\n"
464168Sab196087@ MSG_USAGE_DETAIL10	"\t[-I index]\tqualify an option with an index\n"
474168Sab196087@ MSG_USAGE_DETAIL11	"\t[-l]\t\tdump with no truncated section names\n"
484168Sab196087@ MSG_USAGE_DETAIL12	"\t[-k]\t\tcalculate elf checksum\n"
494168Sab196087@ MSG_USAGE_DETAIL13	"\t[-m]\t\tdump the contents of the .SUNW_move \
500Sstevel@tonic-gate			 section\n"
514168Sab196087@ MSG_USAGE_DETAIL14	"\t[-n]\t\tdump the contents of the .note section\n"
524168Sab196087@ MSG_USAGE_DETAIL15	"\t[-N name]\tqualify an option with a `name'\n"
539273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL16	"\t[-O osabi]\tuse given osabi to interpret object\n"
549273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL17	"\t[-P]\t\tuse program headers to generate \
554665Sab196087			 section headers\n"
569273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL18	"\t[-p]\t\tdump the program headers\n"
579273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL19	"\t[-r]\t\tdump the contents of the relocation \
580Sstevel@tonic-gate			 sections\n"
599273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL20	"\t[-S]\t\tdump the contents of the sort index \
604665Sab196087			 sections\n"
619273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL21	"\t[-s]\t\tdump the contents of the symbol table \
629273SAli.Bahrami@Sun.COM			 sections\n"
639273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL22	"\t[-T type]\tqualify an option with a section or \
645411Sab196087			 program header type\n"
659273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL23	"\t[-u]\t\tdump the contents of a frame unwind \
660Sstevel@tonic-gate			 section\n"
679273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL24	"\t[-v]\t\tdump the contents of the version sections\n"
689273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL25	"\t[-w file]\twrite the contents of specified section \
690Sstevel@tonic-gate			 to `file'\n"
709273SAli.Bahrami@Sun.COM@ MSG_USAGE_DETAIL26	"\t[-y]\t\tdump the contents of the .SUNW_syminfo \
710Sstevel@tonic-gate			 section\n"
720Sstevel@tonic-gate
730Sstevel@tonic-gate# Errors
740Sstevel@tonic-gate
750Sstevel@tonic-gate@ MSG_ERR_BADFILE	"%s: invalid file type\n"
7611827SRod.Evans@Sun.COM@ MSG_ERR_BADREL1	"%s: bad relocation entry: %s: relocation requires \
7711827SRod.Evans@Sun.COM			 symbol\n"
784665Sab196087@ MSG_ERR_NOSHDR	"%s: section headers are not present: synthesizing \
794665Sab196087			 from program headers (-P option)\n"
804665Sab196087@ MSG_ERR_PNEEDSPH	"%s: file without program headers is incompatible \
814665Sab196087			 with -P option\n"
824156Sab196087@ MSG_ERR_NOSHSTRSEC	"%s: no header string table section (shstrtab). \
834156Sab196087			 header names are not available\n"
844156Sab196087@ MSG_ERR_SHSTRNULL	"%s: zero size section header string table \
854156Sab196087			 (shstrtab). header names are not available\n"
860Sstevel@tonic-gate@ MSG_ERR_FAILURE	"%s: %s failed: %s\n"
874146Sab196087@ MSG_ERR_BADSHDRALIGN	"%s: bad section header array alignment\n"
884146Sab196087@ MSG_ERR_BADPHDRALIGN	"%s: bad program header array alignment\n"
893862Srie@ MSG_ERR_BADSHNAME	"%s: section[%d]: invalid sh_name: %lld\n"
901618Srie@ MSG_ERR_BADSHLINK	"%s: %s: invalid sh_link: %d\n"
911618Srie@ MSG_ERR_BADSHINFO	"%s: %s: invalid sh_info: %d\n"
921618Srie@ MSG_ERR_BADSHTYPE	"%s: %s: invalid sh_type: %d\n"
930Sstevel@tonic-gate@ MSG_ERR_BADALIGN	"%s: %s: bad sh_offset alignment\n"
9411827SRod.Evans@Sun.COM@ MSG_ERR_BADSYM2	"%s: %s: index[%d]: bad symbol entry: %s: must be \
9511827SRod.Evans@Sun.COM			 SHN_COMMON or defined in SHT_NOBITS section\n"
9611827SRod.Evans@Sun.COM@ MSG_ERR_BADSYM3	"%s: %s: index[%d]: bad symbol entry: %s: must be \
9711827SRod.Evans@Sun.COM			 defined in a SHF_TLS section\n"
9811827SRod.Evans@Sun.COM@ MSG_ERR_BADSYM4	"%s: %s: index[%d]: bad symbol entry: %s: must be \
9911827SRod.Evans@Sun.COM			 defined in a non-SHF_TLS section\n"
1006206Sab196087@ MSG_ERR_BADSYM5	"%s: %s: index[%d]: bad symbol entry: %s: \
1016206Sab196087			 invalid shndx: %d\n"
1026206Sab196087@ MSG_ERR_BADSYM6	"%s: %s: index[%d]: bad symbol entry: %s: section[%d] \
1034474Sab196087			 size: %#llx: symbol (address %#llx, size %#llx) \
1044474Sab196087			 lies outside of containing section\n"
10511827SRod.Evans@Sun.COM@ MSG_ERR_BADSYM7	"%s: %s: index[%d]: suspicious global symbol entry: \
10611827SRod.Evans@Sun.COM			 %s: lies within local symbol range (index < %lld)\n"
10711827SRod.Evans@Sun.COM@ MSG_ERR_BADSYM8	"%s: %s: index[%d]: suspicious local symbol entry: \
10811827SRod.Evans@Sun.COM			 %s: lies within global symbol range (index >= %lld)\n"
1091618Srie
1101618Srie@ MSG_ERR_RELBADSYMNDX	"%s: bad symbol reference %d: from relocation \
1111618Srie			 entry: %d\n"
1121618Srie@ MSG_ERR_HSBADSYMNDX	"%s: bad symbol reference %d: from hash entry: %d\n"
1130Sstevel@tonic-gate@ MSG_ERR_BADSYMXINDEX1	"%s: %s: index[%d]: invalid SHN_XINDEX reference: \
1140Sstevel@tonic-gate			 SHT_SYMTAB_SHNDX section truncated: no entry for this \
1150Sstevel@tonic-gate			 symbol\n"
1160Sstevel@tonic-gate@ MSG_ERR_BADSYMXINDEX2	"%s: %s: index[%d]: invalid SHN_XINDEX reference: \
1170Sstevel@tonic-gate			 bad SHT_SYMTAB_SHNDX entry: invalid shndx: 0x%x\n"
1180Sstevel@tonic-gate@ MSG_ERR_BADSYMXINDEX3	"%s: %s: index[%d]: invalid SHN_XINDEX reference: \
1190Sstevel@tonic-gate			 SHT_SYMTAB_SHNDX section not found\n"
1201618Srie
1211618Srie@ MSG_ERR_BADSTOFF	"%s: %s: index[%d]: bad %s offset: 0x%x: max 0x%x\n"
1221618Srie@ MSG_ERR_BADSZ		"%s: %s: zero size or zero entry size information\n"
1230Sstevel@tonic-gate@ MSG_ERR_BADMINFO	"%s: %s: invalid m_info: 0x%llx\n"
1240Sstevel@tonic-gate@ MSG_ERR_BADHASH	"%s: %s: bad hash entry: symbol %s: exists in bucket \
1251618Srie			 %d, should be bucket %ld\n"
1263492Sab196087@ MSG_ERR_NODYNSYM	"%s: %s: associated SHT_DYNSYM section not found\n"
1273875Sab196087@ MSG_ERR_BADNDXSEC	"%s: %s: unexpected section type associated with \
1283875Sab196087			 index section: %s\n"
12911827SRod.Evans@Sun.COM@ MSG_ERR_BADSYMNDX	"%s: %s: bad symbol index: %d\n"
1303875Sab196087@ MSG_ERR_BADVER	"%s: %s: index[%d]: version %d is out of range: \
1313875Sab196087			 version definitions available: 0-%d\n"
1324063Sab196087@ MSG_ERR_NOTSTRTAB	"%s: section[%d] is not a string table as expected \
1334063Sab196087			 by section[%d]\n";
1343862Srie
1353492Sab196087@ MSG_ERR_LDYNNOTADJ	"%s: bad dynamic symbol table layout: %s and %s \
1363492Sab196087			 sections are not adjacent\n"
1373862Srie@ MSG_ERR_SECMEMOVER	"%s: memory overlap between section[%d]: %s: %llx:%llx \
1383862Srie			 and section[%d]: %s: %llx:%llx\n"
1393862Srie@ MSG_ERR_SHDRMEMOVER	"%s: memory overlap between section header table: \
1403862Srie			 %llx:%llx and section[%d]: %s: %llx:%llx\n"
1415230Sab196087@ MSG_ERR_MULTDYN	"%s: %d dynamic sections seen (1 expected)\n"
14211957SAli.Bahrami@Sun.COM@ MSG_ERR_DYNNOBCKSEC	"%s: object lacks %s section required by %s dynamic \
1435230Sab196087			 entry\n"
14411957SAli.Bahrami@Sun.COM@ MSG_ERR_DYNBADADDR	"%s: %s (%#llx) does not match \
1455230Sab196087			 shdr[%d: %s].sh_addr (%#llx)\n"
14611957SAli.Bahrami@Sun.COM@ MSG_ERR_DYNBADSIZE	"%s: %s (%#llx) does not match \
1475230Sab196087			 shdr[%d: %s].sh_size (%#llx)\n"
14811957SAli.Bahrami@Sun.COM@ MSG_ERR_DYNBADENTSIZE	"%s: %s (%#llx) does not match \
1495230Sab196087			 shdr[%d: %s].sh_entsize (%#llx)\n"
1506299Sab196087@ MSG_ERR_DYNSYMVAL	"%s: %s: symbol value does not match \
15111957SAli.Bahrami@Sun.COM			 %s entry: %s: value: %#llx\n"
15211827SRod.Evans@Sun.COM@ MSG_ERR_MALSTR	"%s: %s: malformed string table, initial or final \
15311827SRod.Evans@Sun.COM			 byte\n"
1549085SAli.Bahrami@Sun.COM@ MSG_ERR_MULTEHFRMHDR	"%s: [%d: %s] multiple .eh_frame_hdr sections seen \
15511827SRod.Evans@Sun.COM			 (1 expected)\n"
1569085SAli.Bahrami@Sun.COM@ MSG_ERR_BADEHFRMPTR	"%s: section[%d: %s] FramePtr (%#llx) does not match \
1579085SAli.Bahrami@Sun.COM			 shdr[%d: %s].sh_addr (%#llx)\n"
1589615SAli.Bahrami@Sun.COM@ MSG_ERR_BADSORT	"%s: %s: index[%d]: invalid sort order\n"
15911993SAli.Bahrami@Sun.COM@ MSG_ERR_BADSIDYNNDX	"%s: [%d: %s][%d]: dynamic section index out of \
16011993SAli.Bahrami@Sun.COM			 range (0 - %d): %d\n";
16111993SAli.Bahrami@Sun.COM@ MSG_ERR_BADSIDYNTAG	"%s: [%d: %s][%d]: dynamic element \
16211993SAli.Bahrami@Sun.COM			 [%d: %s][%d] should have type %s: %s\n";
1638747SAli.Bahrami@Sun.COM
1640Sstevel@tonic-gate
1650Sstevel@tonic-gate@ MSG_WARN_INVINTERP1	"%s: PT_INTERP header has no associated section\n"
1660Sstevel@tonic-gate@ MSG_WARN_INVINTERP2	"%s: interp section: %s: and PT_INTERP program \
1670Sstevel@tonic-gate			 header have conflicting size or offsets\n"
1680Sstevel@tonic-gate@ MSG_WARN_INVCAP1	"%s: PT_SUNWCAP header has no associated section\n"
16911827SRod.Evans@Sun.COM@ MSG_WARN_INVCAP2	"%s: capabilities section[%d]: %s: requires PT_CAP \
17011827SRod.Evans@Sun.COM			 program header\n"
17111827SRod.Evans@Sun.COM@ MSG_WARN_INVCAP3	"%s: capabilities section[%d]: %s: and PT_CAP program \
1720Sstevel@tonic-gate			 header have conflicting size or offsets\n"
17311827SRod.Evans@Sun.COM@ MSG_WARN_INVCAP4	"%s: capabilities section[%d]: %s: requires string \
17411827SRod.Evans@Sun.COM			 table: invalid sh_info: %d\n";
1757833SRod.Evans@Sun.COM@ MSG_WARN_INADDR32SF1	"%s: capabilities section %s: software capability \
1767833SRod.Evans@Sun.COM			 ADDR32: is ineffective within a 32-bit object\n"
1779085SAli.Bahrami@Sun.COM@ MSG_WARN_MULTEHFRM	"%s: section[%d: %s]: %s object has multiple \
1789085SAli.Bahrami@Sun.COM			.eh_frame sections\n"
1790Sstevel@tonic-gate
1809273SAli.Bahrami@Sun.COM@ MSG_INFO_LINUXOSABI	"%s: %s object has Linux .note.ABI-tag section. \
1819273SAli.Bahrami@Sun.COM			Assuming %s\n"
1829273SAli.Bahrami@Sun.COM
1839406SAli.Bahrami@Sun.COM# exception_range_entry table entries.
1849406SAli.Bahrami@Sun.COM# TRANSLATION_NOTE - the following entries provide for a series of one or more
1859406SAli.Bahrami@Sun.COM# standard 32-bit and 64-bit .exception_ranges table entries that align with
1869406SAli.Bahrami@Sun.COM# the initial title.
1879406SAli.Bahrami@Sun.COM
1889406SAli.Bahrami@Sun.COM@ MSG_EXR_TITLE_32	"     index    offset     ret_addr   \
1899406SAli.Bahrami@Sun.COM			 length     handler    type_blk"
1909406SAli.Bahrami@Sun.COM@ MSG_EXR_ENTRY_32	"%10.10s  0x%8.8llx 0x%8.8llx 0x%8.8llx 0x%8.8llx \
1919406SAli.Bahrami@Sun.COM			 0x%8.8llx"
1929406SAli.Bahrami@Sun.COM@ MSG_EXR_TITLE_64	"     index    offset             ret_addr           \
1939406SAli.Bahrami@Sun.COM			 length             handler            type_blk"
1949406SAli.Bahrami@Sun.COM@ MSG_EXR_ENTRY_64	"%10.10s  0x%16.16llx 0x%16.16llx 0x%16.16llx \
1959406SAli.Bahrami@Sun.COM			 0x%16.16llx 0x%16.16llx"
1969406SAli.Bahrami@Sun.COM
1970Sstevel@tonic-gate# Elf Output Messages
1980Sstevel@tonic-gate
1990Sstevel@tonic-gate@ MSG_ELF_SHDR		"Section Header[%d]:  sh_name: %s"
2000Sstevel@tonic-gate@ MSG_ELF_PHDR		"Program Header[%d]:"
2010Sstevel@tonic-gate
20211827SRod.Evans@Sun.COM@ MSG_ELF_SCN_CAP	"Capabilities Section:  %s"
20311827SRod.Evans@Sun.COM@ MSG_ELF_SCN_CAPCHAIN	"Capabilities Chain Section:  %s"
2040Sstevel@tonic-gate@ MSG_ELF_SCN_INTERP	"Interpreter Section:  %s"
2050Sstevel@tonic-gate@ MSG_ELF_SCN_VERDEF	"Version Definition Section:  %s"
2060Sstevel@tonic-gate@ MSG_ELF_SCN_VERNEED	"Version Needed Section:  %s"
2070Sstevel@tonic-gate@ MSG_ELF_SCN_SYMTAB	"Symbol Table Section:  %s"
2080Sstevel@tonic-gate@ MSG_ELF_SCN_RELOC	"Relocation Section:  %s"
2090Sstevel@tonic-gate@ MSG_ELF_SCN_UNWIND	"Unwind Section: %s"
2100Sstevel@tonic-gate@ MSG_ELF_SCN_DYNAMIC	"Dynamic Section:  %s"
2110Sstevel@tonic-gate@ MSG_ELF_SCN_NOTE	"Note Section:  %s"
2120Sstevel@tonic-gate@ MSG_ELF_SCN_HASH	"Hash Section:  %s"
2130Sstevel@tonic-gate@ MSG_ELF_SCN_SYMINFO	"Syminfo Section:  %s"
2141618Srie@ MSG_ELF_SCN_GOT	"Global Offset Table Section:  %s"
2151618Srie@ MSG_ELF_SCN_GRP	"Group Section:  %s"
2161618Srie@ MSG_ELF_SCN_MOVE	"Move Section:  %s"
2173492Sab196087@ MSG_ELF_SCN_SYMSORT1	"Symbol Sort Section:  %s (%s)"
2183492Sab196087@ MSG_ELF_SCN_SYMSORT2	"Symbol Sort Section:  %s (%s / %s)"
2190Sstevel@tonic-gate
22011827SRod.Evans@Sun.COM@ MSG_OBJ_CAP_TITLE	" Object Capabilities:"
22111827SRod.Evans@Sun.COM@ MSG_SYM_CAP_TITLE	" Symbol Capabilities:"
22211827SRod.Evans@Sun.COM@ MSG_CAPINFO_ENTRIES	"  Symbols:"
22311827SRod.Evans@Sun.COM@ MSG_CAPCHAIN_TITLE	" Capabilities family: %s"
22411827SRod.Evans@Sun.COM@ MSG_CAPCHAIN_ENTRY	"  chainndx  symndx      name"
22511827SRod.Evans@Sun.COM@ MSG_ERR_INVCAP	"%s: capabilities section: %s: contains symbol \
22611827SRod.Evans@Sun.COM			 capabilities groups, but no capabilities information \
22711827SRod.Evans@Sun.COM			 section is defined: invalid sh_link: %d\n"
22811827SRod.Evans@Sun.COM@ MSG_ERR_INVCAPINFO1	"%s: capabilities information section: %s: no symbol \
22911827SRod.Evans@Sun.COM			 table is defined: invalid sh_link: %d\n"
23011827SRod.Evans@Sun.COM@ MSG_ERR_INVCAPINFO2	"%s: capabilities information section: %s: no \
23111827SRod.Evans@Sun.COM			 capabilities chain is defined: invalid sh_info: %d\n"
23211827SRod.Evans@Sun.COM@ MSG_ERR_INVCAPINFO3	"%s: capabilities information section: %s: index %d: \
23311827SRod.Evans@Sun.COM			 bad capabilities chain index defined: %d\n"
23411827SRod.Evans@Sun.COM@ MSG_ERR_CHBADSYMNDX	"%s: bad symbol reference %d: from capability chain: \
23511827SRod.Evans@Sun.COM			 %s entry: %d\n"
23611827SRod.Evans@Sun.COM
2370Sstevel@tonic-gate@ MSG_ELF_HASH_BKTS1	"%10.10s  buckets contain %8d symbols"
2380Sstevel@tonic-gate@ MSG_ELF_HASH_BKTS2	"%10.10s  buckets         %8d symbols (globals)"
2391618Srie@ MSG_ELF_HASH_INFO	"    bucket  symndx      name"
2401324Srie@ MSG_HASH_OVERFLW	"%s: warning: section %s: too many symbols to count, \
2411324Srie			 bucket=%d count=%d"
2420Sstevel@tonic-gate@ MSG_ELF_ERR_SHDR	"\tunable to obtain section header: shstrtab[%lld]\n"
2430Sstevel@tonic-gate@ MSG_ELF_ERR_DATA	"\tunable to obtain section data: shstrtab[%lld]\n"
2440Sstevel@tonic-gate@ MSG_ELF_ERR_SCN	"\tunable to obtain section header: section[%d]\n"
2450Sstevel@tonic-gate@ MSG_ELF_ERR_SCNDATA	"\tunable to obtain section data: section[%d]\n"
246*12792SAli.Bahrami@Oracle.COM@ MSG_ARCHIVE_SYMTAB_32	"\nSymbol Table: (archive, 32-bit offsets)"
247*12792SAli.Bahrami@Oracle.COM@ MSG_ARCHIVE_SYMTAB_64	"\nSymbol Table: (archive, 64-bit offsets)"
248*12792SAli.Bahrami@Oracle.COM@ MSG_ARCHIVE_FIELDS_32	"     index    offset    member name and symbol"
249*12792SAli.Bahrami@Oracle.COM@ MSG_ARCHIVE_FIELDS_64	"     index    offset            member name and symbol"
2501324Srie
2510Sstevel@tonic-gate@ MSG_GOT_MULTIPLE	"%s: multiple relocations against \
2520Sstevel@tonic-gate			 the same GOT entry ndx: %d addr: 0x%llx\n"
2531324Srie@ MSG_GOT_UNEXPECTED	"%s: warning: section %s: section unexpected within \
2541324Srie			 relocatable object\n"
2550Sstevel@tonic-gate
2560Sstevel@tonic-gate# Miscellaneous clutter
2570Sstevel@tonic-gate
2580Sstevel@tonic-gate@ MSG_STR_NULL		"(null)"
2590Sstevel@tonic-gate@ MSG_STR_DEPRECATED	"(deprecated value)"
2600Sstevel@tonic-gate@ MSG_STR_UNKNOWN	"<unknown>"
2617463SRod.Evans@Sun.COM@ MSG_STR_SECTION	"%s (section)"
2620Sstevel@tonic-gate@ MSG_STR_CHECKSUM	"elf checksum: 0x%lx"
2630Sstevel@tonic-gate
2640Sstevel@tonic-gate@ MSG_FMT_SCNNDX	"section[%d]"
2656635Sab196087@ MSG_FMT_NOTEENTNDX	"  entry [%d]";
2666635Sab196087
2670Sstevel@tonic-gate
2680Sstevel@tonic-gate@ MSG_ERR_MALLOC	"%s: malloc: %s\n"
2690Sstevel@tonic-gate@ MSG_ERR_OPEN		"%s: open: %s\n"
2704665Sab196087@ MSG_ERR_READ		"%s: read: %s\n"
2715411Sab196087@ MSG_ERR_WRITE		"%s: write: %s\n"
2725411Sab196087@ MSG_ERR_BAD_T_SHT	"%s: unrecognized section header type: %s\n"
2735411Sab196087@ MSG_ERR_BAD_T_PT	"%s: unrecognized program header type: %s\n"
2749273SAli.Bahrami@Sun.COM@ MSG_ERR_BAD_T_OSABI	"%s: unrecognized operating system ABI: %s\n"
2755411Sab196087@ MSG_ERR_AMBIG_MATCH	"%s: ambiguous use of -I, -N, or -T. Remove \
2765411Sab196087			 -p option or section selection option(s)\n"
2770Sstevel@tonic-gate
2780Sstevel@tonic-gate#
2791618Srie# SHT_MOVE messages
2800Sstevel@tonic-gate#
2819131SRod.Evans@Sun.COM@ MSG_MOVE_TITLE	"    symndx     offset   size repeat stride            \
2829131SRod.Evans@Sun.COM			 value  with respect to"
2839131SRod.Evans@Sun.COM@ MSG_MOVE_ENTRY	"%10.10s %#10llx %6d %6d %6d %#16llx  %s"
2840Sstevel@tonic-gate
2850Sstevel@tonic-gate#
2860Sstevel@tonic-gate# SHT_GROUP messages
2870Sstevel@tonic-gate#
2881618Srie@ MSG_GRP_TITLE		"     index    flags / section         signature symbol"
2891618Srie@ MSG_GRP_SIGNATURE	"       [0]   %-24s %s"
2900Sstevel@tonic-gate@ MSG_GRP_INVALSCN	"<invalid section>"
2910Sstevel@tonic-gate
2920Sstevel@tonic-gate#
2930Sstevel@tonic-gate# SHT_NOTE messages
2940Sstevel@tonic-gate#
2951618Srie@ MSG_NOTE_BADDATASZ	"%s: %s: note header exceeds section size. \
2960Sstevel@tonic-gate			 offset: 0x%x\n"
2971618Srie@ MSG_NOTE_BADNMSZ	"%s: %s: note name value exceeds section size. \
2980Sstevel@tonic-gate			 offset: 0x%x namesize: 0x%x\n"
2991618Srie@ MSG_NOTE_BADDESZ	"%s: %s: note data size exceeds section size. \
3000Sstevel@tonic-gate			 offset: 0x%x datasize: 0x%x\n"
3016635Sab196087@ MSG_NOTE_BADCOREARCH	"%s: elfdump core file note support not available for \
3026635Sab196087			 architecture: %s\n"
30311827SRod.Evans@Sun.COM@ MSG_NOTE_BADCOREDATA	"%s: elfdump core file note data truncated or \
3046635Sab196087			 otherwise malformed\n"
3050Sstevel@tonic-gate
3060Sstevel@tonic-gate@ _END_
3070Sstevel@tonic-gate
3080Sstevel@tonic-gate# The following strings represent reserved words, files, pathnames and symbols.
3090Sstevel@tonic-gate# Reference to this strings is via the MSG_ORIG() macro, and thus no message
3100Sstevel@tonic-gate# translation is required.
3110Sstevel@tonic-gate
3121618Srie@ MSG_STR_OSQBRKT	"["
3131618Srie@ MSG_STR_CSQBRKT	"]"
3140Sstevel@tonic-gate
3151618Srie@ MSG_GRP_COMDAT	" COMDAT "
3161618Srie@ MSG_GRP_ENTRY		"%10.10s   %s [%lld]\n"
3171618Srie@ MSG_GRP_UNKNOWN	" 0x%x "
3180Sstevel@tonic-gate
3190Sstevel@tonic-gate@ MSG_ELF_GOT		".got"
3205230Sab196087@ MSG_ELF_INIT		".init"
3215230Sab196087@ MSG_ELF_FINI		".fini"
3225411Sab196087@ MSG_ELF_INTERP	".interp"
3230Sstevel@tonic-gate
3240Sstevel@tonic-gate@ MSG_ELF_GETEHDR	"elf_getehdr"
3250Sstevel@tonic-gate@ MSG_ELF_GETPHDR	"elf_getphdr"
3260Sstevel@tonic-gate@ MSG_ELF_GETSHDR	"elf_getshdr"
3270Sstevel@tonic-gate@ MSG_ELF_GETSCN	"elf_getscn"
3280Sstevel@tonic-gate@ MSG_ELF_GETDATA	"elf_getdata"
3290Sstevel@tonic-gate@ MSG_ELF_GETARHDR	"elf_getarhdr"
3300Sstevel@tonic-gate@ MSG_ELF_GETARSYM	"elf_getarsym"
3310Sstevel@tonic-gate@ MSG_ELF_RAND		"elf_rand"
3320Sstevel@tonic-gate@ MSG_ELF_BEGIN		"elf_begin"
3339900SAli.Bahrami@Sun.COM@ MSG_ELF_GETPHDRNUM	"elf_getphdrnum"
3349900SAli.Bahrami@Sun.COM@ MSG_ELF_GETSHDRNUM	"elf_getshdrnum"
3359900SAli.Bahrami@Sun.COM@ MSG_ELF_GETSHDRSTRNDX	"elf_getshdrstrndx"
3364665Sab196087@ MSG_ELF_XLATETOM	"elf_xlatetom"
3370Sstevel@tonic-gate@ MSG_ELF_ARSYM		"ARSYM"
3380Sstevel@tonic-gate
3396299Sab196087@ MSG_SYM_INIT		"_init"
3406299Sab196087@ MSG_SYM_FINI		"_fini"
3416299Sab196087@ MSG_SYM_GOT		"_GLOBAL_OFFSET_TABLE_"
3420Sstevel@tonic-gate
3439273SAli.Bahrami@Sun.COM@ MSG_STR_OPTIONS	"CcdeGgHhiI:klmN:nO:PprSsT:uvw:y"
3440Sstevel@tonic-gate
3456635Sab196087@ MSG_STR_8SP		"        "
3460Sstevel@tonic-gate@ MSG_STR_EMPTY		""
3476635Sab196087@ MSG_STR_CORE		"CORE"
3489273SAli.Bahrami@Sun.COM@ MSG_STR_NOTEABITAG	".note.ABI-tag"
3499273SAli.Bahrami@Sun.COM@ MSG_STR_GNU		"GNU"
3509085SAli.Bahrami@Sun.COM@ MSG_STR_LOC		"loc"
3519085SAli.Bahrami@Sun.COM@ MSG_STR_INITLOC	"initloc"
3520Sstevel@tonic-gate
3530Sstevel@tonic-gate@ MSG_FMT_INDENT	"	%s"
3540Sstevel@tonic-gate@ MSG_FMT_INDEX		" [%lld]"
3551618Srie@ MSG_FMT_INDEX2	"[%d]"
3566635Sab196087@ MSG_FMT_ASRINDEX	"[ asr%d ]"
3576635Sab196087@ MSG_FMT_INDEXRNG	"[%d-%d]"
3580Sstevel@tonic-gate@ MSG_FMT_INTEGER	" %d"
3590Sstevel@tonic-gate@ MSG_FMT_HASH_INFO	"%10.10s  %-10s  %s"
36011827SRod.Evans@Sun.COM@ MSG_FMT_CHAIN_INFO	"%10.10s  %-10s  %s"
361*12792SAli.Bahrami@Oracle.COM@ MSG_FMT_ARSYM1_32	"%10.10s  0x%8.8llx  (%s):%s"
362*12792SAli.Bahrami@Oracle.COM@ MSG_FMT_ARSYM2_32	"%10.10s  0x%8.8llx"
363*12792SAli.Bahrami@Oracle.COM@ MSG_FMT_ARSYM1_64	"%10.10s  0x%16.16llx  (%s):%s"
364*12792SAli.Bahrami@Oracle.COM@ MSG_FMT_ARSYM2_64	"%10.10s  0x%16.16llx"
3650Sstevel@tonic-gate@ MSG_FMT_ARNAME	"%s(%s)"
3660Sstevel@tonic-gate@ MSG_FMT_NLSTR		"\n%s:"
3670Sstevel@tonic-gate@ MSG_FMT_NLSTRNL	"\n%s:\n"
3687463SRod.Evans@Sun.COM@ MSG_FMT_SECSYM	"%.*s%s"
3690Sstevel@tonic-gate
3706635Sab196087@ MSG_HEXDUMP_ROW	"%*s%-*s%s"
3716635Sab196087@ MSG_HEXDUMP_TOK	"%2.2x"
3726635Sab196087
3730Sstevel@tonic-gate@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
3740Sstevel@tonic-gate
3750Sstevel@tonic-gate# Unwind info
3761618Srie
3770Sstevel@tonic-gate@ MSG_SCN_FRM		".eh_frame"
3780Sstevel@tonic-gate@ MSG_SCN_FRMHDR	".eh_frame_hdr"
3799406SAli.Bahrami@Sun.COM@ MSG_SCN_EXRANGE	".exception_ranges"
3801618Srie
3810Sstevel@tonic-gate@ MSG_UNW_FRMHDR	"Frame Header:"
3820Sstevel@tonic-gate@ MSG_UNW_FRMVERS	"  Version: %d"
3839085SAli.Bahrami@Sun.COM@ MSG_UNW_FRPTRENC	"  FramePtrEnc: %-20s  FramePtr: %#llx"
3841618Srie@ MSG_UNW_FDCNENC	"  FdeCntEnc:   %-20s  FdeCnt: %lld"
3851618Srie@ MSG_UNW_TABENC	"  TableEnc:    %-20s"
3860Sstevel@tonic-gate@ MSG_UNW_BINSRTAB1	"  Binary Search Table:"
3879085SAli.Bahrami@Sun.COM@ MSG_UNW_BINSRTAB2_32	"      InitialLoc    FdeLoc"
3889085SAli.Bahrami@Sun.COM@ MSG_UNW_BINSRTAB2_64	"      InitialLoc          FdeLoc"
3899085SAli.Bahrami@Sun.COM@ MSG_UNW_BINSRTABENT_32 "    0x%08llx    0x%08llx"
3909085SAli.Bahrami@Sun.COM@ MSG_UNW_BINSRTABENT_64 "    0x%016llx  0x%016llx"
3916388Srie@ MSG_UNW_ZEROTERM	"ZERO terminator: [0x00000000]"
3929085SAli.Bahrami@Sun.COM@ MSG_UNW_CIE		"CIE: [%#llx]"
3930Sstevel@tonic-gate@ MSG_UNW_CIELNGTH	" length: 0x%02x cieid: %d"
3949085SAli.Bahrami@Sun.COM@ MSG_UNW_CIEVERS	" version: %d  augmentation: `%s'"
3959085SAli.Bahrami@Sun.COM@ MSG_UNW_CIECALGN	" codealign: %#llx  dataalign: %lld  \
3960Sstevel@tonic-gate			  retaddr: %d"
3979085SAli.Bahrami@Sun.COM@ MSG_UNW_CIEAXVAL	" Augmentation Data:"
3984433Sab196087@ MSG_UNW_CIEAXSIZ	"   size: %d"
3999085SAli.Bahrami@Sun.COM@ MSG_UNW_CIEAXPERS	"   personality:"
4009085SAli.Bahrami@Sun.COM@ MSG_UNW_CIEAXPERSENC	"       encoding: 0x%02x %s"
4019085SAli.Bahrami@Sun.COM@ MSG_UNW_CIEAXPERSRTN	"       routine:  %#08llx"
4029085SAli.Bahrami@Sun.COM@ MSG_UNW_CIEAXCENC	"   code pointer encoding: 0x%02x %s"
4039085SAli.Bahrami@Sun.COM@ MSG_UNW_CIEAXLSDA	"   lsda encoding: 0x%02x %s"
4044433Sab196087@ MSG_UNW_CIEAXUNEC	"   Unexpected aug val: %c"
4050Sstevel@tonic-gate@ MSG_UNW_CIECFI	" CallFrameInstructions:"
4069085SAli.Bahrami@Sun.COM
4079085SAli.Bahrami@Sun.COM@ MSG_UNW_FDE		" FDE: [%#llx]"
4089085SAli.Bahrami@Sun.COM@ MSG_UNW_FDELNGTH	"    length:  %#x  cieptr: %#x"
4099085SAli.Bahrami@Sun.COM@ MSG_UNW_FDEINITLOC	"    initloc: %#llx  addrrange: %#llx  endloc: %#llx"
4109085SAli.Bahrami@Sun.COM@ MSG_UNW_FDEAXVAL	"   Augmentation Data:"
4119085SAli.Bahrami@Sun.COM@ MSG_UNW_FDEAXSIZE	"      size: %#llx"
4129085SAli.Bahrami@Sun.COM@ MSG_UNW_FDEAXLSDA	"      lsda: %#llx"
4139085SAli.Bahrami@Sun.COM@ MSG_UNW_FDECFI	"   CallFrameInstructions:"
4149085SAli.Bahrami@Sun.COM
4159085SAli.Bahrami@Sun.COM# Unwind section Call Frame Instructions. These all start with a leading
41611827SRod.Evans@Sun.COM# "%*s%s", used to insert leading white space and the opcode name.
4170Sstevel@tonic-gate
4189085SAli.Bahrami@Sun.COM@ MSG_CFA_ADV_LOC	"%*s%s: %s + %llu => %#llx"
4199085SAli.Bahrami@Sun.COM@ MSG_CFA_CFAOFF	"%*s%s: %s, cfa%+lld"
4209085SAli.Bahrami@Sun.COM@ MSG_CFA_CFASET	"%*s%s: cfa=%#llx"
4219085SAli.Bahrami@Sun.COM@ MSG_CFA_LLD		"%*s%s: %lld"
4229085SAli.Bahrami@Sun.COM@ MSG_CFA_LLU		"%*s%s: %llu"
4239085SAli.Bahrami@Sun.COM@ MSG_CFA_REG		"%*s%s: %s"
4249085SAli.Bahrami@Sun.COM@ MSG_CFA_REG_OFFLLD	"%*s%s: %s, offset=%lld"
4259085SAli.Bahrami@Sun.COM@ MSG_CFA_REG_OFFLLU	"%*s%s: %s, offset=%llu"
4269085SAli.Bahrami@Sun.COM@ MSG_CFA_REG_REG	"%*s%s: %s, %s"
4279085SAli.Bahrami@Sun.COM@ MSG_CFA_SIMPLE	"%*s%s"
4289085SAli.Bahrami@Sun.COM@ MSG_CFA_SIMPLEREP	"%*s%s [%d]"
4299085SAli.Bahrami@Sun.COM@ MSG_CFA_EBLK		"%*s%s: expr(%llu bytes)"
4309085SAli.Bahrami@Sun.COM@ MSG_CFA_REG_EBLK	"%*s%s: %s, expr(%llu bytes)"
4311618Srie
4329085SAli.Bahrami@Sun.COM# Architecture specific register name formats
4339085SAli.Bahrami@Sun.COM
4349085SAli.Bahrami@Sun.COM@ MSG_REG_FMT_BASIC	"r%d"
4359085SAli.Bahrami@Sun.COM@ MSG_REG_FMT_NAME	"r%d (%s)"
4369085SAli.Bahrami@Sun.COM
4370Sstevel@tonic-gate
4380Sstevel@tonic-gate# Note messages
4390Sstevel@tonic-gate
4406635Sab196087@ MSG_NOTE_TYPE		"    type:   %#x"
4416635Sab196087@ MSG_NOTE_TYPE_STR	"    type:   %s"
4426635Sab196087@ MSG_NOTE_NAMESZ	"    namesz: %#x"
4436635Sab196087@ MSG_NOTE_NAME		"    name:"
4446635Sab196087@ MSG_NOTE_DESCSZ	"    descsz: %#x"
4456635Sab196087
4466635Sab196087@ MSG_NOTE_DESC				"    desc:"
4476635Sab196087@ MSG_CNOTE_DESC_ASRSET_T		"desc: (asrset_t)"
4486635Sab196087@ MSG_CNOTE_DESC_AUXV_T			"desc: (auxv_t)"
4496635Sab196087@ MSG_CNOTE_DESC_CORE_CONTENT_T		"desc: (core_content_t)"
4506635Sab196087@ MSG_CNOTE_DESC_LWPSINFO_T		"desc: (lwpsinfo_t)"
4516635Sab196087@ MSG_CNOTE_DESC_LWPSTATUS_T		"desc: (lwpstatus_t)"
4526635Sab196087@ MSG_CNOTE_DESC_PRCRED_T		"desc: (prcred_t)"
4536635Sab196087@ MSG_CNOTE_DESC_PRIV_IMPL_INFO_T	"desc: (priv_impl_info_t)"
4546635Sab196087@ MSG_CNOTE_DESC_PRPRIV_T		"desc: (prpriv_t)"
4556635Sab196087@ MSG_CNOTE_DESC_PRPSINFO_T		"desc: (prpsinfo_t)"
4566635Sab196087@ MSG_CNOTE_DESC_PRSTATUS_T		"desc: (prstatus_t)"
4576635Sab196087@ MSG_CNOTE_DESC_PSINFO_T		"desc: (psinfo_t)"
4586635Sab196087@ MSG_CNOTE_DESC_PSTATUS_T		"desc: (pstatus_t)"
4596635Sab196087@ MSG_CNOTE_DESC_STRUCT_UTSNAME		"desc: (struct utsname)"
4606635Sab196087
4616635Sab196087
4626635Sab196087@ MSG_CNOTE_FMT_LINE		"%*s%-*s%s"
4636635Sab196087@ MSG_CNOTE_FMT_LINE_2UP	"%*s%-*s%-*s%-*s%s"
4646635Sab196087@ MSG_CNOTE_FMT_D		"%d"
4656635Sab196087@ MSG_CNOTE_FMT_LLD		"%lld"
4666635Sab196087@ MSG_CNOTE_FMT_U		"%u"
4676635Sab196087@ MSG_CNOTE_FMT_LLU		"%llu"
4686635Sab196087@ MSG_CNOTE_FMT_X		"%#x"
4696635Sab196087@ MSG_CNOTE_FMT_LLX		"%#llx"
4706635Sab196087@ MSG_CNOTE_FMT_Z2X		"0x%2.2x"
4716635Sab196087@ MSG_CNOTE_FMT_Z4X		"0x%4.4x"
4726635Sab196087@ MSG_CNOTE_FMT_Z8X		"0x%8.8x"
4736635Sab196087@ MSG_CNOTE_FMT_Z16LLX		"0x%16.16llx"
4746635Sab196087@ MSG_CNOTE_FMT_TITLE		"%*s%s"
4756635Sab196087@ MSG_CNOTE_FMT_AUXVLINE	"%*s%10.10s  %-*s  %s"
4766635Sab196087@ MSG_CNOTE_FMT_PRTPCT		"%u.%u%%"
4776635Sab196087
4786635Sab196087@ MSG_CNOTE_T_PRIV_FLAGS		"priv_flags:"
4796635Sab196087@ MSG_CNOTE_T_PRIV_GLOBALINFOSIZE	"priv_globalinfosize:"
4806635Sab196087@ MSG_CNOTE_T_PRIV_HEADERSIZE		"priv_headersize:"
4816635Sab196087@ MSG_CNOTE_T_PRIV_INFOSIZE		"priv_infosize:"
4826635Sab196087@ MSG_CNOTE_T_PRIV_MAX			"priv_max:"
4836635Sab196087@ MSG_CNOTE_T_PRIV_NSETS		"priv_nsets:"
4846635Sab196087@ MSG_CNOTE_T_PRIV_SETSIZE		"priv_setsize:"
4856635Sab196087@ MSG_CNOTE_T_PR_ACTION			"pr_action:"
4866635Sab196087@ MSG_CNOTE_T_PR_ADDR			"pr_addr:"
4876635Sab196087@ MSG_CNOTE_T_PR_AGENTID		"pr_agentid:"
4886635Sab196087@ MSG_CNOTE_T_PR_ALTSTACK		"pr_altstack:"
4896635Sab196087@ MSG_CNOTE_T_PR_ARGC			"pr_argc:"
4906635Sab196087@ MSG_CNOTE_T_PR_ARGV			"pr_argv:"
4916635Sab196087@ MSG_CNOTE_T_PR_ASLWPID		"pr_aslwpid:"
4926635Sab196087@ MSG_CNOTE_T_PR_BIND			"pr_bind:"
4936635Sab196087@ MSG_CNOTE_T_PR_BINDPRO		"pr_bindpro:"
4946635Sab196087@ MSG_CNOTE_T_PR_BINDPSET		"pr_bindpset:"
4956635Sab196087@ MSG_CNOTE_T_PR_BRKBASE		"pr_brkbase:"
4966635Sab196087@ MSG_CNOTE_T_PR_BRKSIZE		"pr_brksize:"
4976635Sab196087@ MSG_CNOTE_T_PR_BYRSSIZE		"pr_byrssize:"
4986635Sab196087@ MSG_CNOTE_T_PR_BYSIZE			"pr_bysize:"
4996635Sab196087@ MSG_CNOTE_T_PR_CLNAME			"pr_clname:"
5006635Sab196087@ MSG_CNOTE_T_PR_CONTRACT		"pr_contract:"
5016635Sab196087@ MSG_CNOTE_T_PR_CPU			"pr_cpu:"
5026635Sab196087@ MSG_CNOTE_T_PR_CSTIME			"pr_cstime:"
5036635Sab196087@ MSG_CNOTE_T_PR_CTIME			"pr_ctime:"
5046635Sab196087@ MSG_CNOTE_T_PR_CURSIG			"pr_cursig:"
5056635Sab196087@ MSG_CNOTE_T_PR_CUTIME			"pr_cutime:"
5066635Sab196087@ MSG_CNOTE_T_PR_DMODEL			"pr_dmodel:"
5076635Sab196087@ MSG_CNOTE_T_PR_EGID			"pr_egid:"
5086635Sab196087@ MSG_CNOTE_T_PR_ENVP			"pr_envp:"
5096635Sab196087@ MSG_CNOTE_T_PR_ERRNO			"pr_errno:"
5106635Sab196087@ MSG_CNOTE_T_PR_ERRPRIV		"pr_errpriv:"
5116635Sab196087@ MSG_CNOTE_T_PR_EUID			"pr_euid:"
5126635Sab196087@ MSG_CNOTE_T_PR_FLAG			"pr_flag:"
5136635Sab196087@ MSG_CNOTE_T_PR_FLAGS			"pr_flags:"
5146635Sab196087@ MSG_CNOTE_T_PR_FLTTRACE		"pr_flttrace:"
5156635Sab196087@ MSG_CNOTE_T_PR_FNAME			"pr_fname:"
5166635Sab196087@ MSG_CNOTE_T_PR_FPREG			"pr_fpreg:"
5176635Sab196087@ MSG_CNOTE_T_PR_GID			"pr_gid:"
5186635Sab196087@ MSG_CNOTE_T_PR_GROUPS			"pr_groups:"
5196635Sab196087@ MSG_CNOTE_T_PR_INFO			"pr_info:"
5206635Sab196087@ MSG_CNOTE_T_PR_INFOSIZE		"pr_infosize:"
5216635Sab196087@ MSG_CNOTE_T_PR_INSTR			"pr_instr:"
5226635Sab196087@ MSG_CNOTE_T_PR_LGRP			"pr_lgrp:"
5236635Sab196087@ MSG_CNOTE_T_PR_LTTYDEV		"pr_lttydev:"
5246635Sab196087@ MSG_CNOTE_T_PR_LWP			"pr_lwp:"
5256635Sab196087@ MSG_CNOTE_T_PR_LWPHOLD		"pr_lwphold:"
5266635Sab196087@ MSG_CNOTE_T_PR_LWPID			"pr_lwpid:"
5276635Sab196087@ MSG_CNOTE_T_PR_LWPPEND		"pr_lwppend:"
5286635Sab196087@ MSG_CNOTE_T_PR_NAME			"pr_name:"
5296635Sab196087@ MSG_CNOTE_T_PR_NGROUPS		"pr_ngroups:"
5306635Sab196087@ MSG_CNOTE_T_PR_NICE			"pr_nice:"
5316635Sab196087@ MSG_CNOTE_T_PR_NLWP			"pr_nlwp:"
5326635Sab196087@ MSG_CNOTE_T_PR_NSETS			"pr_nsets:"
5336635Sab196087@ MSG_CNOTE_T_PR_NSYSARG		"pr_nsysarg:"
5346635Sab196087@ MSG_CNOTE_T_PR_NZOMB			"pr_nzomb:"
5356635Sab196087@ MSG_CNOTE_T_PR_OLDCONTEXT		"pr_oldcontext:"
5366635Sab196087@ MSG_CNOTE_T_PR_OLDPRI			"pr_oldpri:"
5376635Sab196087@ MSG_CNOTE_T_PR_ONPRO			"pr_onpro:"
5386635Sab196087@ MSG_CNOTE_T_PR_OTTYDEV		"pr_ottydev:"
5396635Sab196087@ MSG_CNOTE_T_PR_PCTCPU			"pr_pctcpu:"
5406635Sab196087@ MSG_CNOTE_T_PR_PCTMEM			"pr_pctmem:"
5416635Sab196087@ MSG_CNOTE_T_PR_PGID			"pr_pgid:"
5426635Sab196087@ MSG_CNOTE_T_PR_PGRP			"pr_pgrp:"
5436635Sab196087@ MSG_CNOTE_T_PR_PID			"pr_pid:"
5446635Sab196087@ MSG_CNOTE_T_PR_POOLID			"pr_poolid:"
5456635Sab196087@ MSG_CNOTE_T_PR_PPID			"pr_ppid:"
5466635Sab196087@ MSG_CNOTE_T_PR_PRI			"pr_pri:"
5476635Sab196087@ MSG_CNOTE_T_PR_PROCESSOR		"pr_processor:"
5486635Sab196087@ MSG_CNOTE_T_PR_PROJID			"pr_projid:"
5496635Sab196087@ MSG_CNOTE_T_PR_PSARGS			"pr_psargs:"
5506635Sab196087@ MSG_CNOTE_T_PR_REG			"pr_reg:"
5516635Sab196087@ MSG_CNOTE_T_PR_RGID			"pr_rgid:"
5526635Sab196087@ MSG_CNOTE_T_PR_RSSIZE			"pr_rssize:"
5536635Sab196087@ MSG_CNOTE_T_PR_RUID			"pr_ruid:"
5546635Sab196087@ MSG_CNOTE_T_PR_RVAL1			"pr_rval1:"
5556635Sab196087@ MSG_CNOTE_T_PR_RVAL2			"pr_rval2:"
5566635Sab196087@ MSG_CNOTE_T_PR_SETS			"pr_sets:"
5576635Sab196087@ MSG_CNOTE_T_PR_SETSIZE		"pr_setsize:"
5586635Sab196087@ MSG_CNOTE_T_PR_SGID			"pr_sgid:"
5596635Sab196087@ MSG_CNOTE_T_PR_SID			"pr_sid:"
5606635Sab196087@ MSG_CNOTE_T_PR_SIGHOLD		"pr_sighold:"
5616635Sab196087@ MSG_CNOTE_T_PR_SIGPEND		"pr_sigpend:"
5626635Sab196087@ MSG_CNOTE_T_PR_SIGTRACE		"pr_sigtrace:"
5636635Sab196087@ MSG_CNOTE_T_PR_SIZE			"pr_size:"
5646635Sab196087@ MSG_CNOTE_T_PR_SNAME			"pr_sname:"
5656635Sab196087@ MSG_CNOTE_T_PR_START			"pr_start:"
5666635Sab196087@ MSG_CNOTE_T_PR_STATE			"pr_state:"
5676635Sab196087@ MSG_CNOTE_T_PR_STIME			"pr_stime:"
5686635Sab196087@ MSG_CNOTE_T_PR_STKBASE		"pr_stkbase:"
5696635Sab196087@ MSG_CNOTE_T_PR_STKSIZE		"pr_stksize:"
5706635Sab196087@ MSG_CNOTE_T_PR_STYPE			"pr_stype:"
5716635Sab196087@ MSG_CNOTE_T_PR_SUID			"pr_suid:"
5726635Sab196087@ MSG_CNOTE_T_PR_SYSARG			"pr_sysarg:"
5736635Sab196087@ MSG_CNOTE_T_PR_SYSCALL		"pr_syscall:"
5746635Sab196087@ MSG_CNOTE_T_PR_SYSENTRY		"pr_sysentry:"
5756635Sab196087@ MSG_CNOTE_T_PR_SYSEXIT		"pr_sysexit:"
5766635Sab196087@ MSG_CNOTE_T_PR_TASKID			"pr_taskid:"
5776635Sab196087@ MSG_CNOTE_T_PR_TIME			"pr_time:"
5786635Sab196087@ MSG_CNOTE_T_PR_TSTAMP			"pr_tstamp:"
5796635Sab196087@ MSG_CNOTE_T_PR_TTYDEV			"pr_ttydev:"
5806635Sab196087@ MSG_CNOTE_T_PR_UID			"pr_uid:"
5816635Sab196087@ MSG_CNOTE_T_PR_USTACK			"pr_ustack:"
5826635Sab196087@ MSG_CNOTE_T_PR_UTIME			"pr_utime:"
5836635Sab196087@ MSG_CNOTE_T_PR_WCHAN			"pr_wchan:"
5846635Sab196087@ MSG_CNOTE_T_PR_WHAT			"pr_what:"
5856635Sab196087@ MSG_CNOTE_T_PR_WHO			"pr_who:"
5866635Sab196087@ MSG_CNOTE_T_PR_WHY			"pr_why:"
5876635Sab196087@ MSG_CNOTE_T_PR_WSTAT			"pr_wstat:"
5886635Sab196087@ MSG_CNOTE_T_PR_ZOMB			"pr_zomb:"
5896635Sab196087@ MSG_CNOTE_T_PR_ZONEID			"pr_zoneid:"
5906635Sab196087@ MSG_CNOTE_T_SA_FLAGS			"sa_flags:"
5916635Sab196087@ MSG_CNOTE_T_SA_HANDLER		"sa_handler:"
5926635Sab196087@ MSG_CNOTE_T_SA_MASK			"sa_mask:"
5936635Sab196087@ MSG_CNOTE_T_SA_SIGACTION		"sa_sigaction:"
5946635Sab196087@ MSG_CNOTE_T_SIVAL_INT			"sival_int:"
5956635Sab196087@ MSG_CNOTE_T_SIVAL_PTR			"sival_ptr:"
5966635Sab196087@ MSG_CNOTE_T_SI_ADDR			"si_addr:"
5976635Sab196087@ MSG_CNOTE_T_SI_BAND			"si_band:"
5986635Sab196087@ MSG_CNOTE_T_SI_CODE			"si_code:"
5996635Sab196087@ MSG_CNOTE_T_SI_CTID			"si_ctid:"
6006635Sab196087@ MSG_CNOTE_T_SI_ENTITY			"si_entity"
6016635Sab196087@ MSG_CNOTE_T_SI_ERRNO			"si_errno:"
6026635Sab196087@ MSG_CNOTE_T_SI_PID			"si_pid:"
6036635Sab196087@ MSG_CNOTE_T_SI_SIGNO			"si_signo:"
6046635Sab196087@ MSG_CNOTE_T_SI_STATUS			"si_status:"
6056635Sab196087@ MSG_CNOTE_T_SI_UID			"si_uid:"
6066635Sab196087@ MSG_CNOTE_T_SI_VALUE			"si_value:"
6076635Sab196087@ MSG_CNOTE_T_SI_ZONEID			"si_zoneid:"
6086635Sab196087@ MSG_CNOTE_T_SS_FLAGS			"ss_flags:"
6096635Sab196087@ MSG_CNOTE_T_SS_SIZE			"ss_size:"
6106635Sab196087@ MSG_CNOTE_T_SS_SP			"ss_sp:"
6116635Sab196087@ MSG_CNOTE_T_TV_NSEC			"tv_nsec:"
6126635Sab196087@ MSG_CNOTE_T_TV_SEC			"tv_sec:"
6136635Sab196087@ MSG_CNOTE_T_UTS_MACHINE		"machine:"
6146635Sab196087@ MSG_CNOTE_T_UTS_NODENAME		"nodename:"
6156635Sab196087@ MSG_CNOTE_T_UTS_RELEASE		"release:"
6166635Sab196087@ MSG_CNOTE_T_UTS_SYSNAME		"sysname:"
6176635Sab196087@ MSG_CNOTE_T_UTS_VERSION		"version:"
6186635Sab196087
6194665Sab196087
6204665Sab196087# Names of fake sections generated from program header data
6214665Sab196087@ MSG_PHDRNAM_CAP		".SUNW_cap(phdr)"
62211827SRod.Evans@Sun.COM@ MSG_PHDRNAM_CAPINFO		".SUNW_capinfo(phdr)"
62311827SRod.Evans@Sun.COM@ MSG_PHDRNAM_CAPCHAIN		".SUNW_capchain(phdr)"
6244665Sab196087@ MSG_PHDRNAM_DYN		".dynamic(phdr)"
6254665Sab196087@ MSG_PHDRNAM_DYNSTR		".dynstr(phdr)"
6264665Sab196087@ MSG_PHDRNAM_DYNSYM		".dynsym(phdr)"
62712736SAli.Bahrami@Oracle.COM@ MSG_PHDRNAM_FINIARR		".fini_array(phdr)"
6284665Sab196087@ MSG_PHDRNAM_HASH		".hash(phdr)"
62912736SAli.Bahrami@Oracle.COM@ MSG_PHDRNAM_INITARR		".init_array(phdr)"
6304665Sab196087@ MSG_PHDRNAM_INTERP		".interp(phdr)"
6314665Sab196087@ MSG_PHDRNAM_LDYNSYM		".SUNW_ldynsym(phdr)"
6324665Sab196087@ MSG_PHDRNAM_MOVE		".move(phdr)"
6334665Sab196087@ MSG_PHDRNAM_NOTE		".note(phdr)"
63412736SAli.Bahrami@Oracle.COM@ MSG_PHDRNAM_PREINITARR	".preinit_array(phdr)"
6354665Sab196087@ MSG_PHDRNAM_REL		".rel(phdr)"
6364665Sab196087@ MSG_PHDRNAM_RELA		".rela(phdr)"
6374665Sab196087@ MSG_PHDRNAM_SYMINFO		".syminfo(phdr)"
6384665Sab196087@ MSG_PHDRNAM_SYMSORT		".SUNW_symsort(phdr)"
6394665Sab196087@ MSG_PHDRNAM_TLSSORT		".SUNW_tlssort(phdr)"
6404665Sab196087@ MSG_PHDRNAM_UNWIND		".eh_frame_hdr(phdr)"
6414665Sab196087@ MSG_PHDRNAM_VER		".SUNW_version(phdr)"
642