comparison usr/src/cmd/sgs/librtld/common/librtld.msg @ 14146:51c57658a98a

4003 dldump() can't deal with extended sections Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Robert Mustacchi <rm@joyent.com>
author Richard Lowe <richlowe@richlowe.net>
date Tue, 06 Aug 2013 21:29:05 -0400
parents 68f95e015346
children
comparison
equal deleted inserted replaced
14145:f40648257ac6 14146:51c57658a98a
20 # fields enclosed by brackets "[]" replaced with your own identifying 20 # fields enclosed by brackets "[]" replaced with your own identifying
21 # information: Portions Copyright [yyyy] [name of copyright owner] 21 # information: Portions Copyright [yyyy] [name of copyright owner]
22 # 22 #
23 # CDDL HEADER END 23 # CDDL HEADER END
24 # 24 #
25 # ident "%Z%%M% %I% %E% SMI"
26
27 25
28 @ _START_ 26 @ _START_
29 27
30 # Messages for cmd/sgs/librtld 28 # Messages for cmd/sgs/librtld
31 29
68 @ MSG_ELF_GETDATA "%s: elf_getdata" 66 @ MSG_ELF_GETDATA "%s: elf_getdata"
69 @ MSG_ELF_GETEHDR "%s: elf_getehdr" 67 @ MSG_ELF_GETEHDR "%s: elf_getehdr"
70 @ MSG_ELF_GETPHDR "%s: elf_getphdr" 68 @ MSG_ELF_GETPHDR "%s: elf_getphdr"
71 @ MSG_ELF_GETSCN "%s: elf_getscn" 69 @ MSG_ELF_GETSCN "%s: elf_getscn"
72 @ MSG_ELF_GETSHDR "%s: elf_getshdr" 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" 73 @ MSG_ELF_NEWDATA "%s: elf_newdata"
74 @ MSG_ELF_NEWEHDR "%s: elf_newehdr" 74 @ MSG_ELF_NEWEHDR "%s: elf_newehdr"
75 @ MSG_ELF_NEWPHDR "%s: elf_newphdr" 75 @ MSG_ELF_NEWPHDR "%s: elf_newphdr"
76 @ MSG_ELF_NEWSCN "%s: elf_newscn" 76 @ MSG_ELF_NEWSCN "%s: elf_newscn"
77 @ MSG_ELF_NEWSHDR "%s: elf_newshdr" 77 @ MSG_ELF_NEWSHDR "%s: elf_newshdr"