Print this page
4795 /usr/bin/ld manpage and help should indicate '-soname' not '--soname'
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/sgs/libld/common/libld.msg
+++ new/usr/src/cmd/sgs/libld/common/libld.msg
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 #
25 25
26 26 #
27 27 # Copyright (c) 2012, Joyent, Inc. All rights reserved.
28 28 #
29 29
30 30 @ _START_
31 31
32 32 # Message file for cmd/sgs/libld.
33 33
34 34 @ MSG_ID_LIBLD
35 35
36 36 #
37 37 # TRANSLATION_NOTE -- Beginning of USAGE message
38 38 # The following messages are the usage messages for the ld command.
39 39 # Tab characters (\t) are used to align the messages.
40 40 #
41 41 # Each usage message starts with \t, and if the message has more than one
42 42 # line, the following messages are aligned by 3 tab characters.
43 43 # When you see \n\t\t\t, the first \n is used to change the line,
44 44 # and following 3 tab characters are used to align the line.
45 45 #
46 46 # Each usage message option is surrounded by [ and ]. Then the
47 47 # description of the option follows. The descriptions should be aligned,
48 48 # so tab characters are padded as needed after the closing bracket ].
49 49 #
50 50 # How to align the messages are up to the translators and the
51 51 # localization engineers.
52 52 #
53 53 # In C locale, the first 3 messages would look like the following:
54 54 #
55 55 # usage: ld [-6:abc:.....] file(s)
56 56 # [-a] create an absolute file
57 57 # [-b] do not do special PIC relocations in a.out
58 58 # [-c file] record configuration 'file'
59 59 #
60 60 @ MSG_ARG_USAGE "usage: ld [-%s] file(s)\n"
61 61 @ MSG_ARG_DETAIL_3 "\t[-32]\t\tenforce a 32-bit link-edit\n"
62 62 @ MSG_ARG_DETAIL_6 "\t[-64]\t\tenforce a 64-bit link-edit\n"
63 63 @ MSG_ARG_DETAIL_A "\t[-a]\t\tcreate an absolute file\n"
64 64 @ MSG_ARG_DETAIL_B "\t[-b]\t\tdo not do special PIC relocations in a.out\n"
65 65 @ MSG_ARG_DETAIL_CBDR "\t[-B direct | nodirect]\n\
66 66 \t\t\testablish direct bindings, or inhibit direct \
67 67 binding\n\
68 68 \t\t\tto, the object being created\n"
69 69 @ MSG_ARG_DETAIL_CBDY "\t[-B dynamic | static]\n\
70 70 \t\t\tsearch for shared libraries|archives\n"
71 71 @ MSG_ARG_DETAIL_CBE "\t[-B eliminate]\teliminate unqualified global \
72 72 symbols from the\n\t\t\tsymbol table\n"
73 73 @ MSG_ARG_DETAIL_CBG "\t[-B group]\trelocate object from within group\n"
74 74 @ MSG_ARG_DETAIL_CBL "\t[-B local]\treduce unqualified global symbols to \
75 75 local\n"
76 76 @ MSG_ARG_DETAIL_CBR "\t[-B reduce]\tprocess symbol reductions\n"
77 77 @ MSG_ARG_DETAIL_CBS "\t[-B symbolic]\tbind external references to \
78 78 definitions when creating\n\
79 79 \t\t\tshared objects\n"
80 80 @ MSG_ARG_DETAIL_C "\t[-c name]\trecord configuration file 'name'\n"
81 81 @ MSG_ARG_DETAIL_CC "\t[-C]\t\tdemangle C++ symbol name diagnostics\n"
82 82 @ MSG_ARG_DETAIL_D "\t[-d y | n]\toperate in dynamic|static mode\n"
↓ open down ↓ |
82 lines elided |
↑ open up ↑ |
83 83 @ MSG_ARG_DETAIL_CD "\t[-D token,...]\tprint diagnostic messages\n"
84 84 @ MSG_ARG_DETAIL_E "\t[-e epsym], [--entry epsym]\n\
85 85 \t\t\tuse 'epsym' as entry point address\n"
86 86 @ MSG_ARG_DETAIL_F "\t[-f name], [--auxiliary name]\n\
87 87 \t\t\tspecify library for which this file is an \
88 88 auxiliary\n\t\t\tfilter\n"
89 89 @ MSG_ARG_DETAIL_CF "\t[-F name], [--filter name]\n\
90 90 \t\t\tspecify library for which this file is a filter\n"
91 91 @ MSG_ARG_DETAIL_CG "\t[-G], [-shared]\n\
92 92 \t\t\tcreate a shared object\n"
93 -@ MSG_ARG_DETAIL_H "\t[-h name], [--soname name]\n\
93 +@ MSG_ARG_DETAIL_H "\t[-h name], [-soname name]\n\
94 94 \t\t\tuse 'name' as internal shared object identifier\n"
95 95 @ MSG_ARG_DETAIL_I "\t[-i]\t\tignore LD_LIBRARY_PATH setting\n"
96 96 @ MSG_ARG_DETAIL_CI "\t[-I name]\tuse 'name' as path of interpreter\n"
97 97 @ MSG_ARG_DETAIL_L "\t[-l x], [--library x]\n\
98 98 \t\t\tsearch for libx.so or libx.a\n"
99 99 @ MSG_ARG_DETAIL_CL "\t[-L path], [--library-path path]\n\
100 100 \t\t\tsearch for libraries in directory 'path'\n"
101 101 @ MSG_ARG_DETAIL_M "\t[-m]\t\tprint memory map\n"
102 102 @ MSG_ARG_DETAIL_CM "\t[-M mapfile]\tuse processing directives contained \
103 103 in 'mapfile'\n"
104 104 @ MSG_ARG_DETAIL_CN "\t[-N string]\tcreate a dynamic dependency for \
105 105 'string'\n"
106 106 @ MSG_ARG_DETAIL_O "\t[-o outfile], [--output outfile]\n\
107 107 \t\t\tname the output file 'outfile'\n"
108 108 @ MSG_ARG_DETAIL_P "\t[-p auditlib]\tidentify audit library to accompany \
109 109 this object\n"
110 110 @ MSG_ARG_DETAIL_CP "\t[-P auditlib]\tidentify audit library for \
111 111 processing the dependencies\n\
112 112 \t\t\tof this object\n"
113 113 @ MSG_ARG_DETAIL_CQ "\t[-Q y | n]\tdo|do not place version information in \
114 114 output file\n"
115 115 @ MSG_ARG_DETAIL_R "\t[-r], [--relocatable]\n\
116 116 \t\t\tcreate a relocatable object\n"
117 117 @ MSG_ARG_DETAIL_CR "\t[-R path], [-rpath path]\n\
118 118 \t\t\tspecify a library search path to be used at run \
119 119 time\n"
120 120 @ MSG_ARG_DETAIL_S "\t[-s], [--strip-all]\n\
121 121 \t\t\tstrip any symbol and debugging information\n"
122 122 @ MSG_ARG_DETAIL_CS "\t[-S supportlib]\n\
123 123 \t\t\tspecify a link-edit support library\n"
124 124 @ MSG_ARG_DETAIL_T "\t[-t]\t\tdo not warn of multiply-defined symbols \
125 125 that have\n\t\t\tdifferent sizes or alignments\n"
126 126 @ MSG_ARG_DETAIL_U "\t[-u symname], [--undefined symname]\n\
127 127 \t\t\tcreate an undefined symbol 'symname'\n"
128 128 @ MSG_ARG_DETAIL_CV "\t[-V], [--version]\n\
129 129 \t\t\tprint version information\n"
130 130 @ MSG_ARG_DETAIL_CY "\t[-Y P,dirlist]\tuse 'dirlist' as a default path \
131 131 when searching for\n\
132 132 \t\t\tlibraries\n"
133 133 @ MSG_ARG_DETAIL_ZA "\t[-z absexec]\twhen building an executable absolute \
134 134 symbols\n \
135 135 \t\t\treferenced in dynamic objects are promoted to\n \
136 136 \t\t\tthe executable\n"
137 137 @ MSG_ARG_DETAIL_ZAE "\t[-z allextract | defaultextract | weakextract],\n\
138 138 \t[--whole-archive | --no-whole-archive]\n\
139 139 \t\t\textract all member files, only members that \
140 140 resolve\n\
141 141 \t\t\tundefined or tentative symbols, or \
142 142 allow extraction of\n\
143 143 \t\t\tarchive members to resolve weak references from \
144 144 \n\t\t\t\archive files\n"
145 145 @ MSG_ARG_DETAIL_ZAL "\t[-z altexec64]\texecute the 64-bit link-editor\n"
146 146 @ MSG_ARG_DETAIL_ZADLIB "\t[-z assert-deflib]\n\
147 147 \t\t\tenables warnings for linking with libraries in \
148 148 the \n\t\t\tdefault search path\n\
149 149 \t[-z assert-deflib=libname]\n\
150 150 \t\t\tenables warnings for linking with libraries in \
151 151 the \n\t\t\tdefault search path, but 'libname' is exempt\n"
152 152 @ MSG_ARG_DETAIL_ZC "\t[-z combreloc | nocombreloc]\n\
153 153 \t\t\tcombine|do not combine multiple relocation \
154 154 sections\n"
155 155 @ MSG_ARG_DETAIL_ZNC "\t[-z nocompstrtab]\n\t\t\tdisable compression of \
156 156 string tables\n"
157 157 @ MSG_ARG_DETAIL_ZDEF "\t[-z deferred | nodeferred]\n\
158 158 \t\t\tenable|disable deferred identification of \
159 159 shared object\n\t\t\tdependencies\n"
160 160 @ MSG_ARG_DETAIL_ZDFS "\t[-z defs], [--no-undefined]\n\
161 161 \t\t\tdisallow undefined symbol references\n"
162 162 @ MSG_ARG_DETAIL_ZDRS "\t[-z direct | nodirect]\n\
163 163 \t\t\tenable|disable direct binding to shared object\n\
164 164 \t\t\tdependencies\n"
165 165 @ MSG_ARG_DETAIL_ZE "\t[-z endfiltee]\tmarks a filtee such that it will \
166 166 terminate a filters\n\t\t\tsearch\n"
167 167 @ MSG_ARG_DETAIL_ZFATW "\t[-z fatal-warnings | nofatal-warnings],\n\
168 168 \t[--fatal-warnings | --no-fatal-warnings]\n\
169 169 \t\tenable|disable treatment of warnings as fatal\n"
170 170 @ MSG_ARG_DETAIL_ZFA "\t[-z finiarray=function]\n\
171 171 \t\t\tname of function to be appended to the \
172 172 .fini_array\n"
173 173 @ MSG_ARG_DETAIL_ZGP "\t[-z groupperm | nogroupperm]\n\
174 174 \t\t\tenable|disable setting of group permissions\n\
175 175 \t\t\ton dynamic dependencies\n"
176 176 @ MSG_ARG_DETAIL_ZGUIDE "\t[-z guidance | -z guidance=item1,item2,...]\n\
177 177 \t\t\tenable guidance warnings. items: \
178 178 noall, nodefs,\n\
179 179 \t\t\tnodirect, nolazyload, nomapfile, notext, \
180 180 nounused\n"
181 181 @ MSG_ARG_DETAIL_ZH "\t[-z help], [--help]\n\
182 182 \t\t\tprint this usage message\n"
183 183 @ MSG_ARG_DETAIL_ZIG "\t[-z ignore | record]\n\
184 184 \t\t\tignore|record unused dynamic dependencies\n"
185 185 @ MSG_ARG_DETAIL_ZINA "\t[-z initarray=function]\n\
186 186 \t\t\tname of function to be appended to the \
187 187 .init_array\n"
188 188 @ MSG_ARG_DETAIL_ZINI "\t[-z initfirst]\tmark object to indicate that its \
189 189 .init section should\n\
190 190 \t\t\tbe executed before the .init section of any \
191 191 other\n\t\t\tobjects\n"
192 192 @ MSG_ARG_DETAIL_ZINT "\t[-z interpose]\
193 193 \tdynamic object is to be an 'interposer' on direct\n\
194 194 \t\t\tbindings\n"
195 195 @ MSG_ARG_DETAIL_ZLAZY "\t[-z lazyload | nolazyload]\n\
196 196 \t\t\tenable|disable delayed loading of shared \
197 197 object\n\t\t\tdependencies\n"
198 198 @ MSG_ARG_DETAIL_ZLD32 "\t[-z ld32=arg1,arg2,...]\n\
199 199 \t\t\tdefine arguments applicable to the \
200 200 32-bit class of ld(1)\n"
201 201 @ MSG_ARG_DETAIL_ZLD64 "\t[-z ld64=arg1,arg2,...]\n\
202 202 \t\t\tdefine arguments applicable to the \
203 203 64-bit class of ld(1)\n"
204 204 @ MSG_ARG_DETAIL_ZLO "\t[-z loadfltr]\tmark filter as requiring immediate \
205 205 loading of its\n\
206 206 \t\t\tfiltees at runtime\n"
207 207 @ MSG_ARG_DETAIL_ZM "\t[-z muldefs], [--allow-multiple-definition]\n\
208 208 \t\t\tallow multiply-defined symbols\n"
209 209 @ MSG_ARG_DETAIL_ZNDFS "\t[-z nodefs]\tallow undefined symbol references\n"
210 210 @ MSG_ARG_DETAIL_ZNDEF "\t[-z nodefaultlib]\n\
211 211 \t\t\tmark object to ignore any default library \
212 212 search path\n"
213 213 @ MSG_ARG_DETAIL_ZNDEL "\t[-z nodelete]\tmark object as non-deletable\n"
214 214 @ MSG_ARG_DETAIL_ZNDLO "\t[-z nodlopen]\tmark object as non-dlopen()'able\n"
215 215 @ MSG_ARG_DETAIL_ZNDU "\t[-z nodump]\tmark object as non-dldump()'able\n"
216 216 @ MSG_ARG_DETAIL_ZNLD "\t[-z noldynsym]\tdo not add a .SUNW_ldynsym section\n"
217 217 @ MSG_ARG_DETAIL_ZNPA "\t[-z nopartial]\texpand any partially initialized \
218 218 symbols\n"
219 219 @ MSG_ARG_DETAIL_ZNV "\t[-z noversion]\tdo not record any version sections\n"
220 220 @ MSG_ARG_DETAIL_ZNOW "\t[-z now]\tmark object as requiring non-lazy \
221 221 binding\n"
222 222 @ MSG_ARG_DETAIL_ZO "\t[-z origin]\tmark object as requiring $ORIGIN \
223 223 processing\n"
224 224 @ MSG_ARG_DETAIL_ZPIA "\t[-z preinitarray=function]\n\
225 225 \t\t\tname of function to be appended to the \
226 226 .preinit_array\n"
227 227 @ MSG_ARG_DETAIL_ZRL "\t[-z redlocsym]\treduce local syms in .symtab to \
228 228 a minimum\n"
229 229 @ MSG_ARG_DETAIL_ZRREL "\t[-z relaxreloc]\trelax rules used for relocations \
230 230 against COMDAT sections\n"
231 231 @ MSG_ARG_DETAIL_ZRS "\t[-z rescan]\tafter processing all arguments, rescan \
232 232 archive list\n\
233 233 \t\t\tuntil no further member extraction occurs\n"
234 234 @ MSG_ARG_DETAIL_ZRSN "\t[-z rescan-now]\timmediately rescan archive list \
235 235 until\n\
236 236 \t\t\tno further member extraction occurs\n"
237 237 @ MSG_ARG_DETAIL_ZRSGRP "\t[-z rescan-start archives... -z rescan-end],\n\
238 238 \t[--start-group archives... --end-group], \
239 239 [-( archives... -)]\n\
240 240 \t\t\trescan specified archive group upon reaching\n\
241 241 \t\t\tthe end of the group, until no further\n\
242 242 \t\t\tmember extraction occurs\n"
243 243 @ MSG_ARG_DETAIL_ZSCAP "\t[-z symbolcap]\tconvert object capabilities to \
244 244 symbol capabilities\n"
245 245 @ MSG_ARG_DETAIL_ZTARG "\t[-z target=platform]\n\
246 246 \t\t\ttarget machine for cross linking\n"
247 247 @ MSG_ARG_DETAIL_ZT "\t[-z text]\tdisallow output relocations against \
248 248 text\n"
249 249 @ MSG_ARG_DETAIL_ZTO "\t[-z textoff]\tallow output relocations against \
250 250 text\n"
251 251 @ MSG_ARG_DETAIL_ZTW "\t[-z textwarn]\twarn if there are relocations \
252 252 against text\n"
253 253 @ MSG_ARG_DETAIL_ZWRAP "\t[-z wrap=symbol], [-wrap=symbol], [--wrap=symbol]\n\
254 254 \t\t\twrap symbol references\n"
255 255 @ MSG_ARG_DETAIL_ZVER "\t[-z verbose]\t\
256 256 generate warnings for suspicious processings\n"
257 257
258 258 #
259 259 # TRANSLATION_NOTE -- End of USAGE message
260 260 #
261 261 @ MSG_GRP_INVALNDX "file %s: group section [%u]%s: entry %d: \
262 262 invalid section index: %d"
263 263 @ MSG_GRP_INVALSYM "file %s: group section [%u]%s: invalid group symbol %s"
264 264
265 265 # Relocation processing messages (some of these are required to satisfy
266 266 # do_reloc(), which is common code used by cmd/sgs/rtld - make sure both
267 267 # message files remain consistent).
268 268
269 269 @ MSG_REL_NOFIT "relocation error: %s: file %s: symbol %s: \
270 270 value 0x%llx does not fit"
271 271 @ MSG_REL_NONALIGN "relocation error: %s: file %s: symbol %s: \
272 272 offset 0x%llx is non-aligned"
273 273 @ MSG_REL_NULL "relocation error: file %s: section [%u]%s: \
274 274 skipping null relocation record"
275 275 @ MSG_REL_NOTSUP "relocation error: %s: file %s: section [%u]%s: \
276 276 relocation not currently supported"
277 277 @ MSG_REL_PICREDLOC "relocation error: %s: file %s symbol %s: \
278 278 -z redlocsym may not be used for pic code"
279 279 @ MSG_REL_TLSLE "relocation error: %s: file %s: symbol %s: \
280 280 relocation illegal when building a shared object"
281 281 @ MSG_REL_TLSBND "relocation error: %s: file %s: symbol %s: \
282 282 bound to: %s: relocation illegal when not bound \
283 283 to object being created"
284 284 @ MSG_REL_TLSSTAT "relocation error: %s: file %s: symbol %s: \
285 285 relocation illegal when building a static object"
286 286 @ MSG_REL_TLSBADSYM "relocation error: %s: file %s: symbol %s: \
287 287 bad symbol type %s: symbol type must be TLS"
288 288 @ MSG_REL_BADTLS "relocation error: %s: file %s: symbol %s: \
289 289 relocation illegal for TLS symbol"
290 290 @ MSG_REL_BADGOTBASED "relocation error: %s: file %s: symbol %s: a GOT \
291 291 relative relocation must reference a local symbol"
292 292 @ MSG_REL_UNKNWSYM "relocation error: %s: file %s: section [%u]%s: \
293 293 attempt to relocate with respect to unknown \
294 294 symbol %s: offset 0x%llx, symbol index %d"
295 295 @ MSG_REL_UNSUPSZ "relocation error: %s: file %s: symbol %s: \
296 296 offset size (%d bytes) is not supported"
297 297 @ MSG_REL_INVALOFFSET "relocation error: %s: file %s section [%u]%s: \
298 298 invalid offset symbol '%s': offset 0x%llx"
299 299 @ MSG_REL_INVALRELT "relocation error: file %s: section [%u]%s: \
300 300 invalid relocation type: 0x%x"
301 301 @ MSG_REL_EMPTYSEC "relocation error: %s: file %s: symbol %s: \
302 302 attempted against empty section [%u]%s"
303 303 @ MSG_REL_EXTERNSYM "relocation error: %s: file %s: symbol %s: \
304 304 external symbolic relocation against non-allocatable \
305 305 section %s; cannot be processed at runtime: \
306 306 relocation ignored"
307 307 @ MSG_REL_UNEXPREL "relocation error: %s: file %s: symbol %s: \
308 308 unexpected relocation; generic processing performed"
309 309 @ MSG_REL_UNEXPSYM "relocation error: %s: file %s: symbol %s: \
310 310 unexpected symbol referenced from file %s"
311 311 @ MSG_REL_SYMDISC "relocation error: %s: file %s: section [%u]%s: \
312 312 symbol %s: symbol has been discarded with discarded \
313 313 section: [%u]%s"
314 314 @ MSG_REL_NOSYMBOL "relocation error: %s: file %s: section: [%u]%s: \
315 315 offset: 0x%llx: relocation requires reference symbol"
316 316 @ MSG_REL_DISPREL1 "relocation error: %s: file %s: symbol %s: \
317 317 displacement relocation applied to the symbol \
318 318 %s at 0x%llx: symbol %s is a copy relocated symbol"
319 319 @ MSG_REL_UNSUPSIZE "relocation error: %s: file %s: section [%u]%s: \
320 320 relocation against section symbol unsupported"
321 321
322 322 @ MSG_REL_DISPREL2 "relocation warning: %s: file %s: symbol %s: \
323 323 may contain displacement relocation"
324 324 @ MSG_REL_DISPREL3 "relocation warning: %s: file %s: symbol %s: \
325 325 displacement relocation applied to the symbol \
326 326 %s: at 0x%llx: displacement relocation will not be \
327 327 visible in output image"
328 328 @ MSG_REL_DISPREL4 "relocation warning: %s: file %s: symbol %s: \
329 329 displacement relocation to be applied to the symbol \
330 330 %s: at 0x%llx: displacement relocation will be \
331 331 visible in output image"
332 332 @ MSG_REL_COPY "relocation warning: %s: file %s: symbol %s: \
333 333 relocation bound to a symbol with STV_PROTECTED \
334 334 visibility"
335 335 @ MSG_RELINVSEC "relocation warning: %s: file %s: section: [%u]%s: \
336 336 against suspicious section [%u]%s; relocation ignored"
337 337 @ MSG_REL_TLSIE "relocation warning: %s: file %s: symbol %s: \
338 338 relocation has restricted use when building a shared \
339 339 object"
340 340
341 341 @ MSG_REL_SLOPCDATNONAM "relocation warning: %s: file %s: section [%u]%s: \
342 342 relocation against discarded COMDAT section [%u]%s: \
343 343 redirected to file %s"
344 344 @ MSG_REL_SLOPCDATNAM "relocation warning: %s: file %s: section [%u]%s: \
345 345 symbol %s: relocation against discarded COMDAT \
346 346 section [%u]%s: redirected to file %s"
347 347 @ MSG_REL_SLOPCDATNOSYM "relocation warning: %s: file %s: section [%u]%s: \
348 348 symbol %s: relocation against discarded COMDAT \
349 349 section [%u]%s: symbol not found, relocation ignored"
350 350
351 351 @ MSG_REL_NOREG "relocation error: REGISTER relocation not supported \
352 352 on target architecture"
353 353
354 354 #
355 355 # TRANSLATION_NOTE
356 356 # The following 7 messages are the message to print the
357 357 # following example messages.
358 358 #
359 359 #Text relocation remains referenced
360 360 # against symbol offset in file
361 361 #str 0x14 main.o
362 362 #printf 0x1c main.o
363 363 #
364 364 # The first two lines are the header, and the next msgid
365 365 # is the format string for the header.
366 366 # Tabs and spaces are used for alignment.
367 367 # The first and third %s are for: "Text relocation remains against symbol"
368 368 # The second %s and fourth %s are for: "referenced in file"
369 369 # The third %s is for: "offset"
370 370 #
371 371 @ MSG_REL_REMAIN_FMT_1 "%-40s\t%s\n %s\t\t %s\t%s"
372 372 #
373 373 # TRANSLATION_NOTE
374 374 # The next two msdid make a sentence. So translate:
375 375 # "Text relocation remain against symbol"
376 376 # And separate them into two msgstr considering the proper
377 377 # alignment.
378 378 @ MSG_REL_RMN_ITM_11 "Text relocation remains"
379 379 @ MSG_REL_RMN_ITM_12 "against symbol"
380 380 @ MSG_REL_RMN_ITM_13 "warning: Text relocation remains"
381 381
382 382 @ MSG_REL_RMN_ITM_2 "offset"
383 383
384 384 #
385 385 # TRANSLATION_NOTE
386 386 # The next two msdid make a sentence. So translate:
387 387 # "referenced in file"
388 388 # And separate them into two msgstr considering the proper
389 389 # alignment.
390 390 @ MSG_REL_RMN_ITM_31 "referenced"
391 391 @ MSG_REL_RMN_ITM_32 "in file"
392 392 @ MSG_REL_REMAIN_2 "%-35s 0x%-8llx\t%s"
393 393 @ MSG_REL_REMAIN_3 "relocations remain against allocatable but \
394 394 non-writable sections"
395 395
396 396 # Files processing messages
397 397
398 398 @ MSG_FIL_MULINC_1 "file %s: attempted multiple inclusion of file"
399 399 @ MSG_FIL_MULINC_2 "file %s: linked to %s: attempted multiple inclusion \
400 400 of file"
401 401 @ MSG_FIL_SOINSTAT "input of shared object '%s' in static mode"
402 402 @ MSG_FIL_INVALSEC "file %s: section [%u]%s has invalid type %s"
403 403 @ MSG_FIL_NOTFOUND "file %s: required by %s, not found"
404 404 @ MSG_FIL_MALSTR "file %s: section [%u]%s: malformed string table, \
405 405 initial or final byte"
406 406 @ MSG_FIL_PTHTOLONG "'%s/%s' pathname too long"
407 407 @ MSG_FIL_EXCLUDE "file %s: section [%u]%s contains both SHF_EXCLUDE and \
408 408 SHF_ALLOC flags: SHF_EXCLUDE ignored"
409 409 @ MSG_FIL_INTERRUPT "file %s: creation interrupted: %s"
410 410 @ MSG_FIL_INVRELOC1 "file %s: section [%u]%s: relocations can not be \
411 411 applied against section [%u]%s"
412 412 @ MSG_FIL_INVSHINFO "file %s: section [%u]%s: has invalid sh_info: %lld"
413 413 @ MSG_FIL_INVSHLINK "file %s: section [%u]%s: has invalid sh_link: %lld"
414 414 @ MSG_FIL_INVSHENTSIZE "file %s: section [%u]%s: has invalid sh_entsize: %lld"
415 415 @ MSG_FIL_NOSTRTABLE "file %s: section [%u]%s: symbol[%d]: specifies string \
416 416 table offset 0x%llx: no string table is available"
417 417 @ MSG_FIL_EXCSTRTABLE "file %s: section [%u]%s: symbol[%d]: specifies string \
418 418 table offset 0x%llx: exceeds string table %s: \
419 419 size 0x%llx"
420 420 @ MSG_FIL_NONAMESYM "file %s: section [%u]%s: symbol[%d]: global symbol has \
421 421 no name"
422 422 @ MSG_FIL_UNKCAP "file %s: section [%u]%s: unknown capability tag: %d"
423 423 @ MSG_FIL_BADSF1 "file %s: section [%u]%s: unknown software \
424 424 capabilities: 0x%llx; ignored"
425 425 @ MSG_FIL_INADDR32SF1 "file %s: section [%u]%s: software capability ADDR32: is \
426 426 ineffective when building 32-bit object; ignored"
427 427 @ MSG_FIL_EXADDR32SF1 "file %s: section [%u]%s: software capability ADDR32: \
428 428 requires executable be built with ADDR32 capability"
429 429
430 430 @ MSG_FIL_BADORDREF "file %s: section [%u]%s: contains illegal reference \
431 431 to discarded section: [%u]%s"
432 432
433 433 # Recording name conflicts
434 434
435 435 @ MSG_REC_OPTCNFLT "recording name conflict: file '%s' and %s provide \
436 436 identical dependency names: %s"
437 437 @ MSG_REC_OBJCNFLT "recording name conflict: file '%s' and file '%s' \
438 438 provide identical dependency names: %s %s"
439 439 @ MSG_REC_CNFLTHINT "(possible multiple inclusion of the same file)"
440 440
441 441 # System call messages
442 442
443 443 @ MSG_SYS_OPEN "file %s: open failed: %s"
444 444 @ MSG_SYS_UNLINK "file %s: unlink failed: %s"
445 445 @ MSG_SYS_MMAPANON "mmap anon failed: %s"
446 446 @ MSG_SYS_MALLOC "malloc failed: %s"
447 447
448 448
449 449 # Messages related to platform support
450 450
451 451 @ MSG_TARG_UNSUPPORTED "unsupported ELF machine type: %s"
452 452
453 453
454 454 # ELF processing messages
455 455
456 456 @ MSG_ELF_LIBELF "libelf: version not supported: %d"
457 457
458 458 @ MSG_ELF_ARMEM "file %s: unable to locate archive member;\n\t\
459 459 offset=%x, symbol=%s"
460 460
461 461 @ MSG_ELF_ARSYM "file %s ignored: unable to locate archive symbol table"
462 462
463 463 @ MSG_ELF_VERSYM "file %s: version symbol section entry mismatch:\n\t\
464 464 (section [%u]%s entries=%d; section [%u]%s entries=%d)"
465 465
466 466 @ MSG_ELF_NOGROUPSECT "file %s: section [%u]%s: SHF_GROUP flag set, but no \
467 467 corresponding SHT_GROUP section found"
468 468
469 469 # Section processing errors
470 470
471 471 @ MSG_SCN_NONALLOC "%s: non-allocatable section '%s' directed to a \
472 472 loadable segment: %s"
473 473
474 474 @ MSG_SCN_MULTICOMDAT "file %s: section [%u]%s: cannot be susceptible to multiple \
475 475 COMDAT mechanisms: %s"
476 476
477 477 # Symbol processing errors
478 478
479 479 @ MSG_SYM_NOSECDEF "symbol '%s' in file %s has no section definition"
480 480 @ MSG_SYM_INVSEC "symbol '%s' in file %s associated with invalid \
481 481 section[%lld]"
482 482 @ MSG_SYM_TLS "symbol '%s' in file %s (STT_TLS), is defined \
483 483 in a non-SHF_TLS section"
484 484 @ MSG_SYM_BADADDR "symbol '%s' in file %s: section [%u]%s: size %#llx: \
485 485 symbol (address %#llx, size %#llx) lies outside \
486 486 of containing section"
487 487 @ MSG_SYM_BADADDR_ROTXT "symbol '%s' in file %s: readonly text section \
488 488 [%u]%s: size %#llx: symbol (address %#llx, \
489 489 size %#llx) lies outside of containing section"
490 490 @ MSG_SYM_MULDEF "symbol '%s' is multiply-defined:"
491 491 @ MSG_SYM_CONFVIS "symbol '%s' has conflicting visibilities:"
492 492 @ MSG_SYM_DIFFTYPE "symbol '%s' has differing types:"
493 493 @ MSG_SYM_DIFFATTR "symbol '%s' has differing %s:\n\
494 494 \t(file %s value=0x%llx; file %s value=0x%llx);"
495 495 @ MSG_SYM_FILETYPES "\t(file %s type=%s; file %s type=%s);"
496 496 @ MSG_SYM_VISTYPES "\t(file %s visibility=%s; file %s visibility=%s);"
497 497 @ MSG_SYM_DEFTAKEN "\t%s definition taken"
498 498 @ MSG_SYM_DEFUPDATE "\t%s definition taken and updated with larger size"
499 499 @ MSG_SYM_LARGER "\tlargest value applied"
500 500 @ MSG_SYM_TENTERR "\ttentative symbol cannot override defined symbol \
501 501 of smaller size"
502 502
503 503 @ MSG_SYM_INVSHNDX "symbol %s has invalid section index; \
504 504 ignored:\n\t(file %s value=%s);"
505 505 @ MSG_SYM_NONGLOB "global symbol %s has non-global binding:\n\
506 506 \t(file %s value=%s);"
507 507 @ MSG_SYM_RESERVE "reserved symbol '%s' already defined in file %s"
508 508 @ MSG_SYM_NOTNULL "undefined symbol '%s' with non-zero value encountered \
509 509 from file %s"
510 510 @ MSG_SYM_DUPSORTADDR "section %s: symbol '%s' and symbol '%s' have the \
511 511 same address: %#llx: remove duplicate with \
512 512 NOSORTSYM mapfile directive"
513 513
514 514 @ MSG_PSYM_INVMINFO1 "file %s: section [%u]%s: entry[%d] has invalid m_info: \
515 515 0x%llx for symbol index"
516 516 @ MSG_PSYM_INVMINFO2 "file %s: section [%u]%s: entry[%d] has invalid m_info: \
517 517 0x%llx for size"
518 518 @ MSG_PSYM_INVMREPEAT "file %s: section [%u]%s: entry[%d] has invalid m_repeat: \
519 519 0x%llx"
520 520 @ MSG_PSYM_CANNOTEXPND "file %s: section [%u]%s: entry[%d] can not be expanded: \
521 521 associated symbol size is unknown %s"
522 522 @ MSG_PSYM_NOSTATIC "and partial initialization cannot be deferred to \
523 523 a static object"
524 524 @ MSG_MOVE_OVERLAP "file %s: section [%u]%s: symbol '%s' overlapping move \
525 525 initialization: start=0x%llx, length=0x%llx: \
526 526 start=0x%llx, length=0x%llx"
527 527 @ MSG_PSYM_EXPREASON1 "output file is static object"
528 528 @ MSG_PSYM_EXPREASON2 "-z nopartial option in effect"
529 529 @ MSG_PSYM_EXPREASON3 "move infrastructure size is greater than move data"
530 530
531 531 #
532 532 # Support library failures
533 533 #
534 534 @ MSG_SUP_NOLOAD "dlopen() of support library (%s) failed with \
535 535 error: %s"
536 536 @ MSG_SUP_BADVERSION "initialization of support library (%s) failed with \
537 537 bad version. supported: %d returned: %d"
538 538
539 539
540 540 #
541 541 # TRANSLATION_NOTE
542 542 # The following 7 messages are the message to print the
543 543 # following example messages.
544 544 #
545 545 #Undefined first referenced
546 546 # symbol in file
547 547 #inquire halt_hold.o
548 548 #
549 549 @ MSG_SYM_FMT_UNDEF "%s\t\t\t%s\
550 550 \n %s \t\t\t %s"
551 551
552 552 #
553 553 # TRANSLATION_NOTE
554 554 # The next two msdid make a sentence. So translate:
555 555 # "Undefined symbol"
556 556 # And separate them into two msgstr considering the proper
557 557 # alignment.
558 558 @ MSG_SYM_UNDEF_ITM_11 "Undefined"
559 559 @ MSG_SYM_UNDEF_ITM_12 "symbol"
560 560 #
561 561 # TRANSLATION_NOTE
562 562 # The next two msdid make a sentence. So translate:
563 563 # "first referenced in file"
564 564 # And separate them into two msgstr considering the proper
565 565 # alignment.
566 566 @ MSG_SYM_UNDEF_ITM_21 "first referenced"
567 567 @ MSG_SYM_UNDEF_ITM_22 "in file"
568 568 #
569 569
570 570 @ MSG_SYM_UND_UNDEF "%-35s %s"
571 571 @ MSG_SYM_UND_NOVER "%-35s %s (symbol has no version assigned)"
572 572 @ MSG_SYM_UND_IMPL "%-35s %s (symbol belongs to implicit dependency %s)"
573 573 @ MSG_SYM_UND_NOTA "%-35s %s (symbol belongs to unavailable version %s \
574 574 (%s))"
575 575 @ MSG_SYM_UND_BNDLOCAL "%-35s %s (symbol scope specifies local binding)"
576 576
577 577 @ MSG_SYM_ENTRY "entry point"
578 578 @ MSG_SYM_UNDEF "%s symbol '%s' is undefined"
579 579 @ MSG_SYM_EXTERN "%s symbol '%s' is undefined (symbol belongs to \
580 580 dependency %s)"
581 581 @ MSG_SYM_NOCRT "symbol '%s' not found, but %s section exists - \
582 582 possible link-edit without using the compiler driver"
583 583
584 584 # Output file update messages
585 585
586 586 @ MSG_UPD_NOREADSEG "No read-only segments found. Setting '_etext' to 0"
587 587 @ MSG_UPD_NORDWRSEG "No read-write segments found. Setting '_edata' to 0"
588 588 @ MSG_UPD_NOSEG "Setting 'end' and '_end' to 0"
589 589
590 590 @ MSG_UPD_SEGOVERLAP "%s: segment address overlap;\n\
591 591 \tprevious segment ending at address 0x%llx overlaps\n\
592 592 \tuser defined segment '%s' starting at address 0x%llx"
593 593 @ MSG_UPD_LARGSIZE "%s: segment %s calculated size 0x%llx\n\
594 594 \tis larger than user-defined size 0x%llx"
595 595
596 596 @ MSG_UPD_NOBITS "NOBITS section found before end of initialized data"
597 597 @ MSG_SEG_FIRNOTLOAD "First segment has type %s, PT_LOAD required: %s"
598 598 @ MSG_UPD_MULEHFRAME "file %s; section [%u]%s and file %s; section [%u]%s \
599 599 have incompatibile attributes and cannot \
600 600 be merged into a single output section"
601 601
602 602
603 603 # Version processing messages
604 604
605 605 @ MSG_VER_HIGHER "file %s: version revision %d is higher than \
606 606 expected %d"
607 607 @ MSG_VER_NOEXIST "file %s: version '%s' does not exist:\n\
608 608 \trequired by file %s"
609 609 @ MSG_VER_UNDEF "version '%s' undefined, referenced by version '%s':\n\
610 610 \trequired by file %s"
611 611 @ MSG_VER_UNAVAIL "file %s: version '%s' is unavailable:\n\
612 612 \trequired by file %s"
613 613 @ MSG_VER_DEFINED "version symbol '%s' already defined in file %s"
614 614 @ MSG_VER_INVALNDX "version symbol '%s' from file %s has an invalid \
615 615 version index (%d)"
616 616 @ MSG_VER_ADDVERS "unused $ADDVERS specification from file '%s' \
617 617 for object '%s'\nversion(s):"
618 618 @ MSG_VER_ADDVER "\t%s"
619 619 @ MSG_VER_CYCLIC "following versions generate cyclic dependency:"
620 620
621 621 # Capabilities messages
622 622
623 623 @ MSG_CAP_MULDEF "capabilities symbol '%s' has multiply-defined members:"
624 624 @ MSG_CAP_MULDEFSYMS "\t(file %s symbol '%s'; file %s symbol '%s');"
625 625 @ MSG_CAP_REDUNDANT "file %s: section [%u]%s: symbol capabilities \
626 626 redundant, as object capabilities are more restrictive"
627 627 @ MSG_CAP_NOSYMSFOUND "no global symbols have been found that are associated \
628 628 with capabilities identified relocatable objects: \
629 629 -z symbolcap has no effect"
630 630
631 631 @ MSG_CAPINFO_INVALSYM "file %s: capabilities info section [%u]%s: index %d: \
632 632 family member symbol '%s': invalid"
633 633 @ MSG_CAPINFO_INVALLEAD "file %s: capabilities info section [%u]%s: index %d: \
634 634 family lead symbol '%s': invalid symbol index %d"
635 635
636 636 # Basic strings
637 637
638 638 @ MSG_STR_ALIGNMENTS "alignments"
639 639 @ MSG_STR_COMMAND "(command line)"
640 640 @ MSG_STR_TLSREL "(internal TLS relocation requirement)"
641 641 @ MSG_STR_SIZES "sizes"
642 642 @ MSG_STR_UNKNOWN "<unknown>"
643 643 @ MSG_STR_SECTION "%s (section)"
644 644 @ MSG_STR_SECTION_MSTR "%s (merged string section)"
645 645
646 646 #
647 647 # TRANSLATION_NOTE
648 648 # The elf_ function name represents a man page reference and should not
649 649 # be translated.
650 650 @ MSG_ELF_BEGIN "file %s: elf_begin"
651 651 @ MSG_ELF_CNTL "file %s: elf_cntl"
652 652 @ MSG_ELF_GETARHDR "file %s: elf_getarhdr"
653 653 @ MSG_ELF_GETARSYM "file %s: elf_getarsym"
654 654 @ MSG_ELF_GETDATA "file %s: elf_getdata"
655 655 @ MSG_ELF_GETEHDR "file %s: elf_getehdr"
656 656 @ MSG_ELF_GETPHDR "file %s: elf_getphdr"
657 657 @ MSG_ELF_GETSCN "file %s: elf_getscn: scnndx: %d"
658 658 @ MSG_ELF_GETSHDR "file %s: elf_getshdr"
659 659 @ MSG_ELF_MEMORY "file %s: elf_memory"
660 660 @ MSG_ELF_NDXSCN "file %s: elf_ndxscn"
661 661 @ MSG_ELF_NEWDATA "file %s: elf_newdata"
662 662 @ MSG_ELF_NEWEHDR "file %s: elf_newehdr"
663 663 @ MSG_ELF_NEWSCN "file %s: elf_newscn"
664 664 @ MSG_ELF_NEWPHDR "file %s: elf_newphdr"
665 665 @ MSG_ELF_STRPTR "file %s: elf_strptr"
666 666 @ MSG_ELF_UPDATE "file %s: elf_update"
667 667 @ MSG_ELF_SWAP_WRIMAGE "file %s: _elf_swap_wrimage"
668 668
669 669
670 670 @ MSG_REJ_MACH "file %s: wrong ELF machine type: %s"
671 671 @ MSG_REJ_CLASS "file %s: wrong ELF class: %s"
672 672 @ MSG_REJ_DATA "file %s: wrong ELF data format: %s"
673 673 @ MSG_REJ_TYPE "file %s: bad ELF type: %s"
674 674 @ MSG_REJ_BADFLAG "file %s: bad ELF flags value: %s"
675 675 @ MSG_REJ_MISFLAG "file %s: mismatched ELF flags value: %s"
676 676 @ MSG_REJ_VERSION "file %s: mismatched ELF/lib version: %s"
677 677 @ MSG_REJ_HAL "file %s: HAL R1 extensions required"
678 678 @ MSG_REJ_US3 "file %s: Sun UltraSPARC III extensions required"
679 679 @ MSG_REJ_STR "file %s: %s"
680 680 @ MSG_REJ_UNKFILE "file %s: unknown file type"
681 681 @ MSG_REJ_UNKCAP "file=%s; unknown capability: %d"
682 682 @ MSG_REJ_HWCAP_1 "file %s: hardware capability (CA_SUNW_HW_1) \
683 683 unsupported: %s"
684 684 @ MSG_REJ_SFCAP_1 "file %s: software capability (CA_SUNW_SF_1) \
685 685 unsupported: %s"
686 686 @ MSG_REJ_MACHCAP "file %s: machine capability (CA_SUNW_MACH) \
687 687 unsupported: %s"
688 688 @ MSG_REJ_PLATCAP "file %s: platform capability (CA_SUNW_PLAT) \
689 689 unsupported: %s"
690 690 @ MSG_REJ_HWCAP_2 "file %s: hardware capability (CA_SUNW_HW_2) \
691 691 unsupported: %s"
692 692 @ MSG_REJ_ARCHIVE "file %s: invalid archive use"
693 693
694 694 # Guidance messages
695 695 @ MSG_GUIDE_SUMMARY "see ld(1) -z guidance for more information"
696 696 @ MSG_GUIDE_DEFS "-z defs option recommended for shared objects"
697 697 @ MSG_GUIDE_DIRECT "-B direct or -z direct option recommended before \
698 698 first dependency"
699 699 @ MSG_GUIDE_LAZYLOAD "-z lazyload option recommended before \
700 700 first dependency"
701 701 @ MSG_GUIDE_MAPFILE "version 2 mapfile syntax recommended: %s"
702 702 @ MSG_GUIDE_TEXT "position independent (PIC) code recommended for \
703 703 shared objects"
704 704 @ MSG_GUIDE_UNUSED "removal of unused dependency recommended: %s"
705 705
706 706 @ _END_
707 707
708 708
709 709 # The following strings represent reserved names. Reference to these strings
710 710 # is via the MSG_ORIG() macro, and thus translations are not required.
711 711
712 712 @ MSG_STR_EOF "<eof>"
713 713 @ MSG_STR_ERROR "<error>"
714 714 @ MSG_STR_EMPTY ""
715 715 @ MSG_QSTR_BANG "'!'"
716 716 @ MSG_STR_COLON ":"
717 717 @ MSG_QSTR_COLON "':'"
718 718 @ MSG_QSTR_SEMICOLON "';'"
719 719 @ MSG_QSTR_EQUAL "'='"
720 720 @ MSG_QSTR_PLUSEQ "'+='"
721 721 @ MSG_QSTR_MINUSEQ "'-='"
722 722 @ MSG_QSTR_ATSIGN "'@'"
723 723 @ MSG_QSTR_DASH "'-'"
724 724 @ MSG_QSTR_LEFTBKT "'{'"
725 725 @ MSG_QSTR_RIGHTBKT "'}'"
726 726 @ MSG_QSTR_PIPE "'|'"
727 727 @ MSG_QSTR_STAR "'*'"
728 728 @ MSG_STR_DOT "."
729 729 @ MSG_STR_SLASH "/"
730 730 @ MSG_STR_DYNAMIC "(.dynamic)"
731 731 @ MSG_STR_ORIGIN "$ORIGIN"
732 732 @ MSG_STR_MACHINE "$MACHINE"
733 733 @ MSG_STR_PLATFORM "$PLATFORM"
734 734 @ MSG_STR_ISALIST "$ISALIST"
735 735 @ MSG_STR_OSNAME "$OSNAME"
736 736 @ MSG_STR_OSREL "$OSREL"
737 737 @ MSG_STR_UU_REAL_U "__real_"
738 738 @ MSG_STR_UU_WRAP_U "__wrap_"
739 739 @ MSG_STR_UELF32 "_ELF32"
740 740 @ MSG_STR_UELF64 "_ELF64"
741 741 @ MSG_STR_USPARC "_sparc"
742 742 @ MSG_STR_UX86 "_x86"
743 743 @ MSG_STR_TRUE "true"
744 744
745 745 @ MSG_STR_CDIR_ADD "$add"
746 746 @ MSG_STR_CDIR_CLEAR "$clear"
747 747 @ MSG_STR_CDIR_ERROR "$error"
748 748 @ MSG_STR_CDIR_MFVER "$mapfile_version"
749 749 @ MSG_STR_CDIR_IF "$if"
750 750 @ MSG_STR_CDIR_ELIF "$elif"
751 751 @ MSG_STR_CDIR_ELSE "$else"
752 752 @ MSG_STR_CDIR_ENDIF "$endif"
753 753
754 754 @ MSG_STR_GROUP "GROUP"
755 755 @ MSG_STR_SUNW_COMDAT "SUNW_COMDAT"
756 756
757 757 @ MSG_FMT_ARMEM "%s(%s)"
758 758 @ MSG_FMT_COLPATH "%s:%s"
759 759 @ MSG_FMT_SYMNAM "'%s'"
760 760 @ MSG_FMT_NULLSYMNAM "%s[%d]"
761 761 @ MSG_FMT_STRCAT "%s%s"
762 762
763 763 @ MSG_PTH_RTLD "/usr/lib/ld.so.1"
764 764
765 765 @ MSG_SUNW_OST_SGS "SUNW_OST_SGS"
766 766
767 767
768 768 # Section strings
769 769
770 770 @ MSG_SCN_BSS ".bss"
771 771 @ MSG_SCN_DATA ".data"
772 772 @ MSG_SCN_COMMENT ".comment"
773 773 @ MSG_SCN_DEBUG ".debug"
774 774 @ MSG_SCN_DEBUG_INFO ".debug_info"
775 775 @ MSG_SCN_DYNAMIC ".dynamic"
776 776 @ MSG_SCN_DYNSYMSORT ".SUNW_dynsymsort"
777 777 @ MSG_SCN_DYNTLSSORT ".SUNW_dyntlssort"
778 778 @ MSG_SCN_DYNSTR ".dynstr"
779 779 @ MSG_SCN_DYNSYM ".dynsym"
780 780 @ MSG_SCN_DYNSYM_SHNDX ".dynsym_shndx"
781 781 @ MSG_SCN_LDYNSYM ".SUNW_ldynsym"
782 782 @ MSG_SCN_LDYNSYM_SHNDX ".SUNW_ldynsym_shndx"
783 783 @ MSG_SCN_EX_SHARED ".ex_shared"
784 784 @ MSG_SCN_EX_RANGES ".exception_ranges"
785 785 @ MSG_SCN_EXCL ".excl"
786 786 @ MSG_SCN_FINI ".fini"
787 787 @ MSG_SCN_FINIARRAY ".fini_array"
788 788 @ MSG_SCN_GOT ".got"
789 789 @ MSG_SCN_GNU_LINKONCE ".gnu.linkonce."
790 790 @ MSG_SCN_HASH ".hash"
791 791 @ MSG_SCN_INDEX ".index"
792 792 @ MSG_SCN_INIT ".init"
793 793 @ MSG_SCN_INITARRAY ".init_array"
794 794 @ MSG_SCN_INTERP ".interp"
795 795 @ MSG_SCN_LBSS ".lbss"
796 796 @ MSG_SCN_LDATA ".ldata"
797 797 @ MSG_SCN_LINE ".line"
798 798 @ MSG_SCN_LRODATA ".lrodata"
799 799 @ MSG_SCN_PLT ".plt"
800 800 @ MSG_SCN_PREINITARRAY ".preinit_array"
801 801 @ MSG_SCN_REL ".rel"
802 802 @ MSG_SCN_RELA ".rela"
803 803 @ MSG_SCN_RODATA ".rodata"
804 804 @ MSG_SCN_SBSS ".sbss"
805 805 @ MSG_SCN_SBSS2 ".sbss2"
806 806 @ MSG_SCN_SDATA ".sdata"
807 807 @ MSG_SCN_SDATA2 ".sdata2"
808 808 @ MSG_SCN_SHSTRTAB ".shstrtab"
809 809 @ MSG_SCN_STAB ".stab"
810 810 @ MSG_SCN_STABEXCL ".stab.exclstr"
811 811 @ MSG_SCN_STRTAB ".strtab"
812 812 @ MSG_SCN_SUNWMOVE ".SUNW_move"
813 813 @ MSG_SCN_SUNWRELOC ".SUNW_reloc"
814 814 @ MSG_SCN_SUNWSYMINFO ".SUNW_syminfo"
815 815 @ MSG_SCN_SUNWVERSION ".SUNW_version"
816 816 @ MSG_SCN_SUNWVERSYM ".SUNW_versym"
817 817 @ MSG_SCN_SUNWCAP ".SUNW_cap"
818 818 @ MSG_SCN_SUNWCAPINFO ".SUNW_capinfo"
819 819 @ MSG_SCN_SUNWCAPCHAIN ".SUNW_capchain"
820 820 @ MSG_SCN_SYMTAB ".symtab"
821 821 @ MSG_SCN_SYMTAB_SHNDX ".symtab_shndx"
822 822 @ MSG_SCN_TBSS ".tbss"
823 823 @ MSG_SCN_TDATA ".tdata"
824 824 @ MSG_SCN_TEXT ".text"
825 825
826 826 @ MSG_SYM_FINIARRAY "finiarray"
827 827 @ MSG_SYM_INITARRAY "initarray"
828 828 @ MSG_SYM_PREINITARRAY "preinitarray"
829 829
830 830 #
831 831 # GNU section names
832 832 #
833 833 @ MSG_SCN_CTORS ".ctors"
834 834 @ MSG_SCN_DTORS ".dtors"
835 835 @ MSG_SCN_EHFRAME ".eh_frame"
836 836 @ MSG_SCN_EHFRAME_HDR ".eh_frame_hdr"
837 837 @ MSG_SCN_GCC_X_TBL ".gcc_except_table"
838 838 @ MSG_SCN_JCR ".jcr"
839 839
840 840 # Segment names for segments referenced by entrance criteria
841 841
842 842 @ MSG_ENT_BSS "bss"
843 843 @ MSG_ENT_DATA "data"
844 844 @ MSG_ENT_EXTRA "extra"
845 845 @ MSG_ENT_LDATA "ldata"
846 846 @ MSG_ENT_LRODATA "lrodata"
847 847 @ MSG_ENT_NOTE "note"
848 848 @ MSG_ENT_TEXT "text"
849 849
850 850 # Symbol names
851 851
852 852 @ MSG_SYM_START "_start"
853 853 @ MSG_SYM_MAIN "main"
854 854
855 855 @ MSG_SYM_FINI_U "_fini"
856 856 @ MSG_SYM_INIT_U "_init"
857 857 @ MSG_SYM_DYNAMIC "DYNAMIC"
858 858 @ MSG_SYM_DYNAMIC_U "_DYNAMIC"
859 859 @ MSG_SYM_EDATA "edata"
860 860 @ MSG_SYM_EDATA_U "_edata"
861 861 @ MSG_SYM_END "end"
862 862 @ MSG_SYM_END_U "_end"
863 863 @ MSG_SYM_ETEXT "etext"
864 864 @ MSG_SYM_ETEXT_U "_etext"
865 865 @ MSG_SYM_GOFTBL "GLOBAL_OFFSET_TABLE_"
866 866 @ MSG_SYM_GOFTBL_U "_GLOBAL_OFFSET_TABLE_"
867 867 @ MSG_SYM_PLKTBL "PROCEDURE_LINKAGE_TABLE_"
868 868 @ MSG_SYM_PLKTBL_U "_PROCEDURE_LINKAGE_TABLE_"
869 869 @ MSG_SYM_TLSGETADDR_U "__tls_get_addr"
870 870 @ MSG_SYM_TLSGETADDR_UU "___tls_get_addr"
871 871
872 872 @ MSG_SYM_L_END "END_"
873 873 @ MSG_SYM_L_END_U "_END_"
874 874 @ MSG_SYM_L_START "START_"
875 875 @ MSG_SYM_L_START_U "_START_"
876 876
877 877 # Support functions
878 878
879 879 @ MSG_SUP_VERSION "ld_version"
880 880 @ MSG_SUP_INPUT_DONE "ld_input_done"
881 881
882 882 @ MSG_SUP_START_64 "ld_start64"
883 883 @ MSG_SUP_ATEXIT_64 "ld_atexit64"
884 884 @ MSG_SUP_OPEN_64 "ld_open64"
885 885 @ MSG_SUP_FILE_64 "ld_file64"
886 886 @ MSG_SUP_INSEC_64 "ld_input_section64"
887 887 @ MSG_SUP_SEC_64 "ld_section64"
888 888
889 889 @ MSG_SUP_START "ld_start"
890 890 @ MSG_SUP_ATEXIT "ld_atexit"
891 891 @ MSG_SUP_OPEN "ld_open"
892 892 @ MSG_SUP_FILE "ld_file"
893 893 @ MSG_SUP_INSEC "ld_input_section"
894 894 @ MSG_SUP_SEC "ld_section"
895 895
896 896 #
897 897 # Message previously in 'ld'
898 898 #
899 899 #
900 900 @ _START_
901 901
902 902 # System error messages
903 903
904 904 @ MSG_SYS_STAT "file %s: stat failed: %s"
905 905 @ MSG_SYS_READ "file %s: read failed: %s"
906 906 @ MSG_SYS_NOTREG "file %s: is not a regular file"
907 907
908 908 # Argument processing messages
909 909
910 910 @ MSG_ARG_DY_INCOMP "%s option is incompatible with building a dynamic \
911 911 executable"
912 912 @ MSG_MARG_DY_INCOMP "%s is incompatible with building a dynamic \
913 913 executable"
914 914 @ MSG_ARG_ST_INCOMP "%s option is incompatible with building a static \
915 915 object (-dn, -r, --relocatable)"
916 916 @ MSG_MARG_ST_INCOMP "%s is incompatible with building a static \
917 917 object (-dn, -r, --relocatable)"
918 918 @ MSG_MARG_ST_ONLYAVL "%s is only available when building a shared object"
919 919 @ MSG_ARG_INCOMP "option %s and %s are incompatible"
920 920 @ MSG_MARG_INCOMP "%s and %s are incompatible"
921 921 @ MSG_ARG_MTONCE "option %s appears more than once, first setting taken"
922 922 @ MSG_MARG_MTONCE "%s appears more than once, first setting taken"
923 923 @ MSG_ARG_ILLEGAL "option %s has illegal argument '%s'"
924 924 @ MSG_ARG_YP "option -YP and -Y%c may not be specified concurrently"
925 925 @ MSG_ARG_STRIP "%s specified with %s; only debugging \
926 926 information stripped"
927 927 @ MSG_ARG_NOFILES "no files on input command line"
928 928 @ MSG_ARG_NOFLTR "option %s is only meaningful when building a filter"
929 929 @ MSG_ARG_NODEFLIB "the default library search path has been suppressed, \
930 930 but no runpaths have been specified via %s"
931 931 @ MSG_ARG_NOENTRY "entry point symbol '%s' is undefined"
932 932 @ MSG_ARG_UNSUPPORTED "option %s is no longer supported; ignored"
933 933 @ MSG_MARG_ONLY "option %s can only be used with a %s"
934 934 @ MSG_ARG_UNKNOWN "unrecognized option '-%c'"
935 935 @ MSG_ARG_LONG_UNKNOWN "unrecognized option '%s'"
936 936 @ MSG_ARG_USEHELP "use the -z help option for usage information"
937 937
938 938
939 939 @ MSG_ARG_FLAGS "flags processing errors"
940 940 @ MSG_ARG_FILES "file processing errors. No output written to %s"
941 941 @ MSG_ARG_SYM_WARN "symbol referencing errors"
942 942 @ MSG_ARG_SYM_FATAL "symbol referencing errors. No output written to %s"
943 943 @ MSG_ARG_AR_GRP_OLAP "%s cannot be nested"
944 944 @ MSG_ARG_AR_GRP_BAD "%s used without corresponding %s"
945 945
946 946
947 947 # Messages used to refer to options where there is more than
948 948 # one name accepted.
949 949
950 950 @ MSG_MARG_AR_GRPS "archive rescan groups \
951 951 (-z rescan-start, -(, --start-group)"
952 952 @ MSG_MARG_AR_GRP_END "archive rescan group end option \
↓ open down ↓ |
849 lines elided |
↑ open up ↑ |
953 953 (-z rescan-end, -), --end-group)"
954 954 @ MSG_MARG_AR_GRP_START "archive rescan group start option \
955 955 (-z rescan-start, -(, --start-group)"
956 956 @ MSG_MARG_ENTRY "entry point option (-e, --entry)"
957 957 @ MSG_MARG_FILTER_AUX "auxiliary filter option (-f, --auxiliary)"
958 958 @ MSG_MARG_FILTER "filter option (-F, --filter)"
959 959 @ MSG_MARG_OUTFILE "output object option (-o, --output)"
960 960 @ MSG_MARG_REL "relocatable object option (-r, --relocatable)"
961 961 @ MSG_MARG_RPATH "runpath option (-R, -rpath)"
962 962 @ MSG_MARG_SO "shared object option (-G, -shared)"
963 -@ MSG_MARG_SONAME "soname option (-h, --soname)"
963 +@ MSG_MARG_SONAME "soname option (-h, -soname)"
964 964 @ MSG_MARG_STRIP "strip option (-s, --strip-all)"
965 965
966 966 # Entrance criteria messages
967 967
968 968 @ MSG_ENT_MAP_FMT_TIL_1 "\t\t%s\n\n"
969 969 @ MSG_ENT_MAP_TITLE_1 "LINK EDITOR MEMORY MAP"
970 970
971 971 #
972 972 # TRANSLATION_NOTE -- Entry map header
973 973 #
974 974 # The next message is a format string for a title. The title is composed of
975 975 # two lines. In C locale, it would look like:
976 976 #
977 977 # output input new
978 978 # section section displacement size
979 979 #
980 980 # The \t characters are used for alignment. (output section), (input section),
981 981 # and (new displacement) have to be aligned.
982 982 #
983 983 @ MSG_ENT_MAP_FMT_TIL_2 "\n%s\t\t%s\t\t%s\n%s\t\t%s\t\t%s\t%s\n\n"
984 984 @ MSG_ENT_MAP_FMT_TIL_3 "\n%s\t\t%s\t\t%s\n%s\t\t%s\t\t%s\t\t%s\n\n"
985 985 @ MSG_ENT_ITM_OUTPUT "output"
986 986 @ MSG_ENT_ITM_INPUT "input"
987 987 @ MSG_ENT_ITM_NEW "new"
988 988 @ MSG_ENT_ITM_SECTION "section"
989 989 @ MSG_ENT_ITM_DISPMNT "displacement"
990 990 @ MSG_ENT_ITM_SIZE "size"
991 991 @ MSG_ENT_ITM_VIRTUAL "virtual"
992 992 @ MSG_ENT_ITM_ADDRESS "address"
993 993
994 994 @ MSG_ENT_MAP_ENTRY_1 "%-8.8s\t\t\t%08.2llx\t%08.2llx\n"
995 995 @ MSG_ENT_MAP_ENTRY_2 "\t\t%-8.8s\t%08.2llx\t%08.2llx %s\n"
996 996
997 997 #
998 998 # TRANSLATION_NOTE -- multiple defined symbol table header
999 999 #
1000 1000 # In C locale, an example output is:
1001 1001 #
1002 1002 # MULTIPLY DEFINED SYMBOLS
1003 1003 #
1004 1004 #
1005 1005 #symbol definition used also defined in
1006 1006 #
1007 1007 #variable1 main.o
1008 1008 # ./libfred.so
1009 1009 @ MSG_ENT_MUL_FMT_TIL_0 "\n\n\t\t%s\n\n\n"
1010 1010 @ MSG_ENT_MUL_TIL_0 "MULTIPLY DEFINED SYMBOLS"
1011 1011
1012 1012 #
1013 1013 # TRANSLATION_NOTE -- This is the format string for:
1014 1014 #
1015 1015 #symbol definition used also defined in
1016 1016 #
1017 1017 @ MSG_ENT_MUL_FMT_TIL_1 "%s\t\t\t\t %s %s\n\n"
1018 1018 @ MSG_ENT_MUL_ITM_SYM "symbol"
1019 1019 @ MSG_ENT_MUL_ITM_DEF_0 "definition used"
1020 1020 @ MSG_ENT_MUL_ITM_DEF_1 "also defined in"
1021 1021
1022 1022 #
1023 1023 # TRANSLATION_NOTE -- This is the format string for the second item:
1024 1024 #
1025 1025 @ MSG_ENT_MUL_ENTRY_1 "%-35s %s\n"
1026 1026
1027 1027 #
1028 1028 # TRANSLATION_NOTE -- This is the format string for the third item:
1029 1029 #
1030 1030 @ MSG_ENT_MUL_ENTRY_2 "\t\t\t\t\t\t\t%s\n"
1031 1031
1032 1032 @ MSG_ENT_NOSEC_1 "mapfile: %s segment: section '%s' does not appear \
1033 1033 in mapfile specified input file(s)"
1034 1034 @ MSG_ENT_NOSEC_2 "mapfile: %s segment: section '%s' does not appear \
1035 1035 in any input file"
1036 1036
1037 1037 # Library messages
1038 1038
1039 1039 @ MSG_LIB_NOTFOUND "library -l%s: not found"
1040 1040 @ MSG_LIB_MALFORM "LD_LIBRARY_PATH malformed"
1041 1041 @ MSG_LIB_BADYP "-YP library path malformed"
1042 1042
1043 1043
1044 1044 # Mapfile processing messages
1045 1045
1046 1046 @ MSG_MAP_BADAUTORED "%s: %llu: auto-reduction ('*') can only be used in \
1047 1047 hidden/local, or eliminate scope"
1048 1048 @ MSG_MAP_BADFLAG "%s: %llu: badly formed section flags '%s'"
1049 1049 @ MSG_MAP_BADBNAME "%s: %llu: basename cannot contain path \
1050 1050 separator ('/'): %s"
1051 1051 @ MSG_MAP_BADONAME "%s: %llu: object name cannot contain path \
1052 1052 separator ('/'): %s"
1053 1053 @ MSG_MAP_REDEFATT "%s: %llu: redefining %s attribute for '%s'"
1054 1054 @ MSG_MAP_PREMEOF "%s: %llu: premature EOF"
1055 1055 @ MSG_MAP_ILLCHAR "%s: %llu: illegal character '\\%03o'"
1056 1056 @ MSG_MAP_MALFORM "%s: %llu: malformed entry"
1057 1057 @ MSG_MAP_NONLOAD "%s: %llu: %s not allowed on non-LOAD segments"
1058 1058 @ MSG_MAP_NOSTACK1 "%s: %llu: %s not allowed on STACK segment"
1059 1059 @ MSG_MAP_MOREONCE "%s: %llu: %s set more than once on same line"
1060 1060 @ MSG_MAP_NOTERM "%s: %llu: unterminated quoted string: %s"
1061 1061 @ MSG_MAP_SECINSEG "%s: %llu: section within segment ordering done on \
1062 1062 a non-existent segment '%s'"
1063 1063 @ MSG_MAP_UNEXINHERIT "%s: %llu: unnamed version cannot inherit from other \
1064 1064 versions: %s"
1065 1065 @ MSG_MAP_UNEXTOK "%s: %llu: unexpected occurrence of '%c' token"
1066 1066
1067 1067 @ MSG_MAP_SEGEMPLOAD "%s: %llu: empty segment must be of type LOAD or NULL"
1068 1068 @ MSG_MAP_SEGEMPEXE "%s: %llu: a LOAD empty segment definition is only \
1069 1069 allowed when creating a dynamic executable"
1070 1070 @ MSG_MAP_SEGEMPATT "%s: %llu: a LOAD empty segment must have an address \
1071 1071 and size"
1072 1072 @ MSG_MAP_SEGEMPNOATT "%s: %llu: a NULL empty segment must not have an \
1073 1073 address or size"
1074 1074 @ MSG_MAP_SEGEMPSEC "%s: %llu: empty segment can not have sections \
1075 1075 assigned to it"
1076 1076 @ MSG_MAP_SEGEMNOPERM "%s: %llu: empty segment must not have \
1077 1077 p_flags set: 0x%x"
1078 1078
1079 1079 @ MSG_MAP_CNTADDRORDER "%s: %llu: segment cannot have an explicit address \
1080 1080 and also be in the SEGMENT_ORDER list: %s"
1081 1081 @ MSG_MAP_CNTDISSEG "%s: %llu: segment cannot be disabled: %s"
1082 1082 @ MSG_MAP_DUPNAMENT "%s: %llu: cannot redefine entrance criteria: %s"
1083 1083 @ MSG_MAP_DUPORDSEG "%s: %llu: segment is already in %s list: %s"
1084 1084 @ MSG_MAP_DUP_OS_ORD "%s: %llu: section is already in OS_ORDER list: %s"
1085 1085 @ MSG_MAP_DUP_IS_ORD "%s: %llu: entrance criteria is already in \
1086 1086 IS_ORDER list: %s"
1087 1087 @ MSG_MAP_UNKENT "%s: %llu: unknown entrance criteria \
1088 1088 (ASSIGN_SECTION): %s"
1089 1089 @ MSG_MAP_UNKSEG "%s: %llu: unknown segment: %s"
1090 1090 @ MSG_MAP_UNKSYMDEF "%s: %llu: unknown symbol definition: %s"
1091 1091 @ MSG_MAP_UNKSEGTYP "%s: %llu: unknown internal segment type %d"
1092 1092 @ MSG_MAP_UNKSOTYP "%s: %llu: unknown shared object type: %s"
1093 1093 @ MSG_MAP_UNKSEGATT "%s: %llu: unknown segment attribute: %s"
1094 1094 @ MSG_MAP_UNKSEGFLG "%s: %llu: unknown segment flag: ?%c"
1095 1095 @ MSG_MAP_UNKSECTYP "%s: %llu: unknown section type: %s"
1096 1096
1097 1097 @ MSG_MAP_SEGSIZE "%s: %lld: existing segment size symbols cannot \
1098 1098 be reset: %s"
1099 1099 @ MSG_MAP_SEGADDR "%s: %llu: segment address or length '%s' %s"
1100 1100 @ MSG_MAP_BADCAPVAL "%s: %llu: bad capability value: %s"
1101 1101 @ MSG_MAP_UNKCAPATTR "%s: %llu: unknown capability attribute '%s'"
1102 1102 @ MSG_MAP_EMPTYCAP "%s: %llu: empty capability definition; ignored"
1103 1103
1104 1104 @ MSG_MAP_SYMDEF1 "%s: %llu: symbol '%s' is already defined in file: \
1105 1105 %s: %s"
1106 1106 @ MSG_MAP_SYMDEF2 "%s: %llu: symbol '%s': %s"
1107 1107
1108 1108 @ MSG_MAP_EXPSCOL "%s: %llu: expected a ';'"
1109 1109 @ MSG_MAP_EXPEQU "%s: %llu: expected a '=', ':', '|', or '@'"
1110 1110 @ MSG_MAP_EXPSEGATT "%s: %llu: expected one or more segment attributes \
1111 1111 after an '='"
1112 1112 @ MSG_MAP_EXPSEGNAM "%s: %llu: expected a segment name at the beginning \
1113 1113 of a line"
1114 1114 @ MSG_MAP_EXPSEGTYPE "%s: %llu: %s segment cannot be used with %s \
1115 1115 directive: %s"
1116 1116 @ MSG_MAP_EXPSYM_1 "%s: %llu: expected a symbol name after '@'"
1117 1117 @ MSG_MAP_EXPSYM_2 "%s: %llu: expected a symbol name after '{'"
1118 1118 @ MSG_MAP_EXPSEC "%s: %llu: expected a section name after '|'"
1119 1119 @ MSG_MAP_EXPSO "%s: %llu: expected a shared object definition \
1120 1120 after '-'"
1121 1121 @ MSG_MAP_MULTFILTEE "%s: %llu: multiple filtee definitions are unsupported"
1122 1122 @ MSG_MAP_NOFILTER "%s: %llu: filtee definition required"
1123 1123 @ MSG_MAP_BADSF1 "%s: %llu: unknown software capabilities: 0x%llx; \
1124 1124 ignored"
1125 1125 @ MSG_MAP_INADDR32SF1 "%s: %llu: software capability ADDR32: is ineffective \
1126 1126 when building 32-bit object: ignored"
1127 1127 @ MSG_MAP_NOINTPOSE "%s: %llu: interposition symbols can only be defined \
1128 1128 when building a dynamic executable"
1129 1129 @ MSG_MAP_NOEXVLSZ "%s: %llu: value and size attributes are incompatible \
1130 1130 with extern or parent symbols"
1131 1131 @ MSG_MAP_FLTR_ONLYAVL "%s: %llu: symbol filtering is only available when \
1132 1132 building a shared object"
1133 1133
1134 1134 @ MSG_MAP_SEGSAME "segments '%s' and '%s' have the same assigned \
1135 1135 virtual address"
1136 1136 @ MSG_MAP_EXCLIMIT "exceeds internal limit"
1137 1137 @ MSG_MAP_NOBADFRM "number is badly formed"
1138 1138
1139 1139 @ MSG_MAP_SEGTYP "segment type"
1140 1140 @ MSG_MAP_SEGVADDR "segment virtual address"
1141 1141 @ MSG_MAP_SEGPHYS "segment physical address"
1142 1142 @ MSG_MAP_SEGLEN "segment length"
1143 1143 @ MSG_MAP_SEGFLAG "segment flags"
1144 1144 @ MSG_MAP_SEGALIGN "segment alignment"
1145 1145 @ MSG_MAP_SEGROUND "segment rounding"
1146 1146
1147 1147 @ MSG_MAP_SECTYP "section type"
1148 1148 @ MSG_MAP_SECFLAG "section flags"
1149 1149 @ MSG_MAP_SECNAME "section name"
1150 1150
1151 1151 @ MSG_MAP_SYMVAL "symbol value"
1152 1152 @ MSG_MAP_SYMSIZE "symbol size"
1153 1153
1154 1154 @ MSG_MAP_DIFF_SYMVAL "symbol values differ"
1155 1155 @ MSG_MAP_DIFF_SYMSZ "symbol sizes differ"
1156 1156 @ MSG_MAP_DIFF_SYMTYP "symbol types differ"
1157 1157 @ MSG_MAP_DIFF_SYMNDX "symbol indexes differ"
1158 1158 @ MSG_MAP_DIFF_SYMLCL "symbol scope conflict against local and non-local"
1159 1159 @ MSG_MAP_DIFF_SYMGLOB "symbol scope conflict against singleton/exported"
1160 1160 @ MSG_MAP_DIFF_SYMPROT "symbol scope conflict against protected"
1161 1161 @ MSG_MAP_DIFF_SYMVER "symbol version conflict"
1162 1162 @ MSG_MAP_DIFF_SYMMUL "symbol multiple definition"
1163 1163 @ MSG_MAP_DIFF_SNGLDIR "singleton scope and direct declaration are \
1164 1164 incompatible"
1165 1165 @ MSG_MAP_DIFF_PROTNDIR "protected scope and no-direct declaration \
1166 1166 are incompatible"
1167 1167
1168 1168
1169 1169 @ MSG_MAP_SECORDER "section ordering requested, but no matching section \
1170 1170 found: segment: %s section: %s"
1171 1171
1172 1172
1173 1173 # Mapfile Directives
1174 1174
1175 1175 @ MSG_MAP_EXP_ATTR "%s: %llu: expected attribute name (%s), or \
1176 1176 terminator (';', '}'): %s"
1177 1177 @ MSG_MAP_EXP_CAPMASK "%s: %llu: expected capability name, integer value, or \
1178 1178 terminator (';', '}'): %s"
1179 1179 @ MSG_MAP_EXP_CAPNAME "%s: %llu: expected name, or terminator (';', '}'): %s"
1180 1180 @ MSG_MAP_EXP_CAPID "%s: %llu: expected name, or '{' following %s: %s"
1181 1181 @ MSG_MAP_EXP_CAPHW "%s: %llu: expected hardware capability, or \
1182 1182 terminator (';', '}'): %s"
1183 1183 @ MSG_MAP_EXP_CAPSF "%s: %llu: expected software capability, or \
1184 1184 terminator (';', '}'): %s"
1185 1185 @ MSG_MAP_EXP_EQ "%s: %llu: expected '=' following %s: %s"
1186 1186 @ MSG_MAP_EXP_EQ_ALL "%s: %llu: expected '=', '+=', or '-=' following %s: %s"
1187 1187 @ MSG_MAP_EXP_EQ_PEQ "%s: %llu: expected '=' following %s: %s"
1188 1188 @ MSG_MAP_EXP_DIR "%s: %llu: expected mapfile directive (%s): %s"
1189 1189 @ MSG_MAP_SFLG_EXBANG "%s: %llu: '!' appears without corresponding flag"
1190 1190 @ MSG_MAP_EXP_FILNAM "%s: %llu: expected file name following %s: %s"
1191 1191 @ MSG_MAP_EXP_FILPATH "%s: %llu: expected file path following %s: %s"
1192 1192 @ MSG_MAP_EXP_INT "%s: %llu: expected integer value following %s: %s"
1193 1193 @ MSG_MAP_EXP_LBKT "%s: %llu: expected '{' following %s: %s"
1194 1194 @ MSG_MAP_EXP_OBJNAM "%s: %llu: expected object name following %s: %s"
1195 1195 @ MSG_MAP_SFLG_ONEBANG "%s: %llu: '!' can only be specified once per flag"
1196 1196 @ MSG_MAP_EXP_SECFLAG "%s: %llu: expected section flag (%s), '!', or \
1197 1197 terminator (';', '}'): %s"
1198 1198 @ MSG_MAP_EXP_SECNAM "%s: %llu: expected section name following %s: %s"
1199 1199 @ MSG_MAP_EXP_SEGFLAG "%s: %llu: expected segment flag (%s), or \
1200 1200 terminator (';', '}'): %s"
1201 1201 @ MSG_MAP_EXP_ECNAM "%s: %llu: expected entrance criteria (ASSIGN_SECTION) \
1202 1202 name, or terminator (';', '}'): %s"
1203 1203 @ MSG_MAP_EXP_SEGNAM "%s: %llu: expected segment name following %s: %s"
1204 1204 @ MSG_MAP_EXP_SEM "%s: %llu: expected ';' to terminate %s: %s"
1205 1205 @ MSG_MAP_EXP_SEMLBKT "%s: %llu: expected ';' or '{' following %s: %s"
1206 1206 @ MSG_MAP_EXP_SEMRBKT "%s: %llu: expected ';' or '}' to terminate %s: %s"
1207 1207 @ MSG_MAP_EXP_SHTYPE "%s: %llu: expected section type: %s"
1208 1208 @ MSG_MAP_EXP_SYM "%s: %llu: expected symbol name, symbol scope, \
1209 1209 or '*': %s"
1210 1210 @ MSG_MAP_EXP_SYMEND "%s: %llu: expected inherited version name, or \
1211 1211 terminator (';'): %s"
1212 1212 @ MSG_MAP_EXP_SYMDELIM "%s: %llu: expected one of ':', ';', or '{': %s"
1213 1213 @ MSG_MAP_EXP_SYMFLAG "%s: %llu: expected symbol flag (%s), or \
1214 1214 terminator (';', '}'): %s"
1215 1215 @ MSG_MAP_EXP_SYMNAM "%s: %llu: expected symbol name following %s: %s"
1216 1216 @ MSG_MAP_EXP_SYMSCOPE "%s: %llu: expected symbol scope (%s): %s"
1217 1217 @ MSG_MAP_EXP_SYMTYPE "%s: %llu: expected symbol type (%s): %s"
1218 1218 @ MSG_MAP_EXP_VERSION "%s: %llu: expected version name following %s: %s"
1219 1219 @ MSG_MAP_BADEXTRA "%s: %llu: unexpected text found following %s directive"
1220 1220 @ MSG_MAP_VALUELIMIT "%s: %llu: numeric value exceeds word size: %s"
1221 1221 @ MSG_MAP_MALVALUE "%s: %llu: malformed numeric value: %s"
1222 1222 @ MSG_MAP_BADVALUETAIL "%s: %llu: unexpected characters following numeric \
1223 1223 constant: %s"
1224 1224 @ MSG_MAP_WSNEEDED "%s: %llu: whitespace needed before token: %s"
1225 1225 @ MSG_MAP_BADCHAR "%s: %llu: unexpected text: %s"
1226 1226 @ MSG_MAP_BADKWQUOTE "%s: %llu: mapfile keywords should not be quoted: %s"
1227 1227 @ MSG_MAP_CDIR_NOTBOL "%s: %llu: mapfile control directive not at start of \
1228 1228 line: %s"
1229 1229 @ MSG_MAP_NOATTR "%s: %llu: %s specified no attributes (empty {})"
1230 1230 @ MSG_MAP_NOVALUES "%s: %llu: %s specified without values"
1231 1231 @ MSG_MAP_INTERR "<internal error>"
1232 1232 @ MSG_MAP_ISORDVER "%s: %llu: version 0 mapfile ?O flag and version 1 \
1233 1233 segment IS_ORDER attribute are mutually exclusive: %s"
1234 1234 @ MSG_MAP_SYMATTR "symbol attributes";
1235 1235
1236 1236 # Mapfile Control Directives
1237 1237
1238 1238 @ MSG_MAP_CDIR_BADVDIR "%s: %llu: $mapfile_version directive must specify \
1239 1239 version 2 or higher: %d"
1240 1240 @ MSG_MAP_CDIR_BADVER "%s: %llu: unknown mapfile version: %d"
1241 1241 @ MSG_MAP_CDIR_REPVER "%s: %llu: $mapfile_version must be first directive \
1242 1242 in file"
1243 1243 @ MSG_MAP_CDIR_REQARG "%s: %llu: %s directive requires an argument"
1244 1244 @ MSG_MAP_CDIR_REQNOARG "%s: %llu: %s directive does not accept arguments"
1245 1245 @ MSG_MAP_CDIR_BAD "%s: %llu: unrecognized mapfile control directive"
1246 1246 @ MSG_MAP_CDIR_NOIF "%s: %llu: %s directive used without opening $if"
1247 1247 @ MSG_MAP_CDIR_ELSE "%s: %llu: %s directive preceded by $else on line %d"
1248 1248 @ MSG_MAP_CDIR_NOEND "%s: %llu: EOF encountered without closing $endif \
1249 1249 for $if on line %d"
1250 1250 @ MSG_MAP_CDIR_ERROR "%s: %llu: error: %s"
1251 1251
1252 1252
1253 1253 # Mapfile Conditional Expressions
1254 1254
1255 1255 @ MSG_MAP_CEXP_TOKERR "%s: %llu: syntax error in conditional expression at: %s"
1256 1256 @ MSG_MAP_CEXP_SEMERR "%s: %llu: malformed conditional expression"
1257 1257 @ MSG_MAP_CEXP_BADOPUSE "%s: %llu: invalid operator use in conditional \
1258 1258 expression"
1259 1259 @ MSG_MAP_CEXP_UNBALPAR "%s: %llu: unbalanced parenthesis in conditional \
1260 1260 expression"
1261 1261 @ MSG_MAP_BADCESC "%s: %llu: unrecognized escape in double quoted \
1262 1262 token: \\%c\n"
1263 1263
1264 1264 # Generic error diagnostic labels
1265 1265
1266 1266 @ MSG_STR_NULL "(null)"
1267 1267
1268 1268 @ MSG_DBG_DFLT_FMT "debug: "
1269 1269 @ MSG_DBG_AOUT_FMT "debug: a.out: "
1270 1270 @ MSG_DBG_NAME_FMT "debug: %s: "
1271 1271
1272 1272 # -z assert-deflib strings
1273 1273
1274 1274 @ MSG_ARG_ASSDEFLIB_MALFORMED "library name malformed: %s"
1275 1275 @ MSG_ARG_ASSDEFLIB_FOUND "dynamic library found on default search path \
1276 1276 (%s): lib%s.so"
1277 1277
1278 1278 @ _END_
1279 1279
1280 1280
1281 1281 # Software identification. Note, the SGU strings is historic, and has
1282 1282 # little relevance. It is preserved as applications have used this
1283 1283 # string to identify the Solaris link-editor.
1284 1284
1285 1285 @ MSG_SGS_ID "ld: Software Generation Utilities - \
1286 1286 Solaris Link Editors: "
1287 1287
1288 1288 # The following strings represent reserved words, files, pathnames and symbols.
1289 1289 # Reference to this strings is via the MSG_ORIG() macro, and thus no message
1290 1290 # translation is required.
1291 1291
1292 1292 @ MSG_DBG_FOPEN_MODE "w"
1293 1293
1294 1294 @ MSG_DBG_CLS32_FMT "32: "
1295 1295 @ MSG_DBG_CLS64_FMT "64: "
1296 1296
1297 1297 @ MSG_STR_PATHTOK ";:"
1298 1298 @ MSG_STR_AOUT "a.out"
1299 1299
1300 1300 @ MSG_STR_LIB_A "%s/lib%s.a"
1301 1301 @ MSG_STR_LIB_SO "%s/lib%s.so"
1302 1302 @ MSG_STR_PATH "%s/%s"
1303 1303 @ MSG_STR_STRNL "%s\n"
1304 1304 @ MSG_STR_NL "\n"
1305 1305 @ MSG_STR_CAPGROUPID "CAP_GROUP_%d"
1306 1306
1307 1307 @ MSG_STR_LD_DYNAMIC "dynamic"
1308 1308 @ MSG_STR_SYMBOLIC "symbolic"
1309 1309 @ MSG_STR_ELIMINATE "eliminate"
1310 1310 @ MSG_STR_LOCAL "local"
1311 1311 @ MSG_STR_PROGBITS "progbits"
1312 1312 @ MSG_STR_SYMTAB "symtab"
1313 1313 @ MSG_STR_DYNSYM "dynsym"
1314 1314 @ MSG_STR_REL "rel"
1315 1315 @ MSG_STR_RELA "rela"
1316 1316 @ MSG_STR_STRTAB "strtab"
1317 1317 @ MSG_STR_HASH "hash"
1318 1318 @ MSG_STR_LIB "lib"
1319 1319 @ MSG_STR_NOTE "note"
1320 1320 @ MSG_STR_NOBITS "nobits"
1321 1321 @ MSG_STR_HWCAP_1 "hwcap_1"
1322 1322 @ MSG_STR_SFCAP_1 "sfcap_1"
1323 1323 @ MSG_STR_SOEXT ".so"
1324 1324
1325 1325 @ MSG_STR_OPTIONS "3:6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:\
1326 1326 S:VW:Y:?"
1327 1327
1328 1328 # Argument processing strings
1329 1329
1330 1330 @ MSG_ARG_3 "-3"
1331 1331 @ MSG_ARG_6 "-6"
1332 1332 @ MSG_ARG_A "-a"
1333 1333 @ MSG_ARG_B "-b"
1334 1334 @ MSG_ARG_CB "-B"
1335 1335 @ MSG_ARG_BDIRECT "-Bdirect"
1336 1336 @ MSG_ARG_BDYNAMIC "-Bdynamic"
1337 1337 @ MSG_ARG_BELIMINATE "-Beliminate"
1338 1338 @ MSG_ARG_BGROUP "-Bgroup"
1339 1339 @ MSG_ARG_BLOCAL "-Blocal"
1340 1340 @ MSG_ARG_BNODIRECT "-Bnodirect"
1341 1341 @ MSG_ARG_BSYMBOLIC "-Bsymbolic"
1342 1342 @ MSG_ARG_BTRANSLATOR "-Btranslator"
1343 1343 @ MSG_ARG_C "-c"
1344 1344 @ MSG_ARG_D "-d"
1345 1345 @ MSG_ARG_DY "-dy"
1346 1346 @ MSG_ARG_CI "-I"
1347 1347 @ MSG_ARG_CN "-N"
1348 1348 @ MSG_ARG_P "-p"
1349 1349 @ MSG_ARG_CP "-P"
1350 1350 @ MSG_ARG_CQ "-Q"
1351 1351 @ MSG_ARG_CY "-Y"
1352 1352 @ MSG_ARG_CYL "-YL"
1353 1353 @ MSG_ARG_CYP "-YP"
1354 1354 @ MSG_ARG_CYU "-YU"
1355 1355 @ MSG_ARG_Z "-z"
1356 1356 @ MSG_ARG_ZDEFNODEF "-z[defs|nodefs]"
1357 1357 @ MSG_ARG_ZGUIDE "-zguidance"
1358 1358 @ MSG_ARG_ZNODEF "-znodefs"
1359 1359 @ MSG_ARG_ZNOINTERP "-znointerp"
1360 1360 @ MSG_ARG_ZRELAXRELOC "-zrelaxreloc"
1361 1361 @ MSG_ARG_ZNORELAXRELOC "-znorelaxreloc"
1362 1362 @ MSG_ARG_ZTEXT "-ztext"
1363 1363 @ MSG_ARG_ZTEXTOFF "-ztextoff"
1364 1364 @ MSG_ARG_ZTEXTWARN "-ztextwarn"
1365 1365 @ MSG_ARG_ZTEXTALL "-z[text|textwarn|textoff]"
1366 1366 @ MSG_ARG_ZLOADFLTR "-zloadfltr"
1367 1367 @ MSG_ARG_ZCOMBRELOC "-zcombreloc"
1368 1368 @ MSG_ARG_ZSYMBOLCAP "-zsymbolcap"
1369 1369 @ MSG_ARG_ZFATWNOFATW "-z[fatal-warnings|nofatalwarnings]"
1370 1370
1371 1371 @ MSG_ARG_ABSEXEC "absexec"
1372 1372 @ MSG_ARG_ALTEXEC64 "altexec64"
1373 1373 @ MSG_ARG_NOCOMPSTRTAB "nocompstrtab"
1374 1374 @ MSG_ARG_GROUPPERM "groupperm"
1375 1375 @ MSG_ARG_NOGROUPPERM "nogroupperm"
1376 1376 @ MSG_ARG_LAZYLOAD "lazyload"
1377 1377 @ MSG_ARG_NOLAZYLOAD "nolazyload"
1378 1378 @ MSG_ARG_INTERPOSE "interpose"
1379 1379 @ MSG_ARG_DIRECT "direct"
1380 1380 @ MSG_ARG_NODIRECT "nodirect"
1381 1381 @ MSG_ARG_IGNORE "ignore"
1382 1382 @ MSG_ARG_RECORD "record"
1383 1383 @ MSG_ARG_INITFIRST "initfirst"
1384 1384 @ MSG_ARG_INITARRAY "initarray="
1385 1385 @ MSG_ARG_FINIARRAY "finiarray="
1386 1386 @ MSG_ARG_PREINITARRAY "preinitarray="
1387 1387 @ MSG_ARG_RTLDINFO "rtldinfo="
1388 1388 @ MSG_ARG_DTRACE "dtrace="
1389 1389 @ MSG_ARG_TRANSLATOR "translator"
1390 1390 @ MSG_ARG_NOOPEN "nodlopen"
1391 1391 @ MSG_ARG_NOW "now"
1392 1392 @ MSG_ARG_ORIGIN "origin"
1393 1393 @ MSG_ARG_DEFS "defs"
1394 1394 @ MSG_ARG_NODEFS "nodefs"
1395 1395 @ MSG_ARG_NODUMP "nodump"
1396 1396 @ MSG_ARG_NOVERSION "noversion"
1397 1397 @ MSG_ARG_TEXT "text"
1398 1398 @ MSG_ARG_TEXTOFF "textoff"
1399 1399 @ MSG_ARG_TEXTWARN "textwarn"
1400 1400 @ MSG_ARG_MULDEFS "muldefs"
1401 1401 @ MSG_ARG_NODELETE "nodelete"
1402 1402 @ MSG_ARG_NOINTERP "nointerp"
1403 1403 @ MSG_ARG_NOPARTIAL "nopartial"
1404 1404 @ MSG_ARG_NORELOC "noreloc"
1405 1405 @ MSG_ARG_REDLOCSYM "redlocsym"
1406 1406 @ MSG_ARG_VERBOSE "verbose"
1407 1407 @ MSG_ARG_WEAKEXT "weakextract"
1408 1408 @ MSG_ARG_LOADFLTR "loadfltr"
1409 1409 @ MSG_ARG_ALLEXTRT "allextract"
1410 1410 @ MSG_ARG_DFLEXTRT "defaultextract"
1411 1411 @ MSG_ARG_COMBRELOC "combreloc"
1412 1412 @ MSG_ARG_NOCOMBRELOC "nocombreloc"
1413 1413 @ MSG_ARG_NODEFAULTLIB "nodefaultlib"
1414 1414 @ MSG_ARG_ENDFILTEE "endfiltee"
1415 1415 @ MSG_ARG_LD32 "ld32="
1416 1416 @ MSG_ARG_LD64 "ld64="
1417 1417 @ MSG_ARG_RESCAN "rescan"
1418 1418 @ MSG_ARG_RESCAN_NOW "rescan-now"
1419 1419 @ MSG_ARG_RESCAN_START "rescan-start"
1420 1420 @ MSG_ARG_RESCAN_END "rescan-end"
1421 1421 @ MSG_ARG_GUIDE "guidance"
1422 1422 @ MSG_ARG_NOLDYNSYM "noldynsym"
1423 1423 @ MSG_ARG_RELAXRELOC "relaxreloc"
1424 1424 @ MSG_ARG_NORELAXRELOC "norelaxreloc"
1425 1425 @ MSG_ARG_NOSIGHANDLER "nosighandler"
1426 1426 @ MSG_ARG_GLOBAUDIT "globalaudit"
1427 1427 @ MSG_ARG_TARGET "target="
1428 1428 @ MSG_ARG_WRAP "wrap="
1429 1429 @ MSG_ARG_FATWARN "fatal-warnings"
1430 1430 @ MSG_ARG_NOFATWARN "nofatal-warnings"
1431 1431 @ MSG_ARG_HELP "help"
1432 1432 @ MSG_ARG_GROUP "group"
1433 1433 @ MSG_ARG_REDUCE "reduce"
1434 1434 @ MSG_ARG_STATIC "static"
1435 1435 @ MSG_ARG_SYMBOLCAP "symbolcap"
1436 1436 @ MSG_ARG_DEFERRED "deferred"
1437 1437 @ MSG_ARG_NODEFERRED "nodeferred"
1438 1438 @ MSG_ARG_ASSDEFLIB "assert-deflib"
1439 1439
1440 1440 @ MSG_ARG_LCOM "L,"
1441 1441 @ MSG_ARG_PCOM "P,"
1442 1442 @ MSG_ARG_UCOM "U,"
1443 1443
1444 1444 @ MSG_ARG_T_RPATH "rpath"
1445 1445 @ MSG_ARG_T_SHARED "shared"
1446 1446 @ MSG_ARG_T_SONAME "soname"
1447 1447 @ MSG_ARG_T_WL "l,-"
1448 1448
1449 1449 @ MSG_ARG_T_AUXFLTR "-auxiliary"
1450 1450 @ MSG_ARG_T_MULDEFS "-allow-multiple-definition"
1451 1451 @ MSG_ARG_T_INTERP "-dynamic-linker"
1452 1452 @ MSG_ARG_T_ENDGROUP "-end-group"
1453 1453 @ MSG_ARG_T_ENTRY "-entry"
1454 1454 @ MSG_ARG_T_STDFLTR "-filter"
1455 1455 @ MSG_ARG_T_FATWARN "-fatal-warnings"
1456 1456 @ MSG_ARG_T_NOFATWARN "-no-fatal-warnings"
1457 1457 @ MSG_ARG_T_HELP "-help"
1458 1458 @ MSG_ARG_T_LIBRARY "-library"
1459 1459 @ MSG_ARG_T_LIBPATH "-library-path"
1460 1460 @ MSG_ARG_T_NOUNDEF "-no-undefined"
1461 1461 @ MSG_ARG_T_NOWHOLEARC "-no-whole-archive"
1462 1462 @ MSG_ARG_T_OUTPUT "-output"
1463 1463 @ MSG_ARG_T_RELOCATABLE "-relocatable"
1464 1464 @ MSG_ARG_T_STARTGROUP "-start-group"
1465 1465 @ MSG_ARG_T_STRIP "-strip-all"
1466 1466 @ MSG_ARG_T_UNDEF "-undefined"
1467 1467 @ MSG_ARG_T_VERSION "-version"
1468 1468 @ MSG_ARG_T_WHOLEARC "-whole-archive"
1469 1469 @ MSG_ARG_T_WRAP "-wrap"
1470 1470 @ MSG_ARG_T_OPAR "("
1471 1471 @ MSG_ARG_T_CPAR ")"
1472 1472
1473 1473 # -z guidance=item strings
1474 1474 @ MSG_ARG_GUIDE_DELIM ",: \t"
1475 1475 @ MSG_ARG_GUIDE_NO_ALL "noall"
1476 1476 @ MSG_ARG_GUIDE_NO_DEFS "nodefs"
1477 1477 @ MSG_ARG_GUIDE_NO_DIRECT "nodirect"
1478 1478 @ MSG_ARG_GUIDE_NO_LAZYLOAD "nolazyload"
1479 1479 @ MSG_ARG_GUIDE_NO_MAPFILE "nomapfile"
1480 1480 @ MSG_ARG_GUIDE_NO_TEXT "notext"
1481 1481 @ MSG_ARG_GUIDE_NO_UNUSED "nounused"
1482 1482
1483 1483 # Environment variable strings
1484 1484
1485 1485 @ MSG_LD_RUN_PATH "LD_RUN_PATH"
1486 1486 @ MSG_LD_LIBPATH_32 "LD_LIBRARY_PATH_32"
1487 1487 @ MSG_LD_LIBPATH_64 "LD_LIBRARY_PATH_64"
1488 1488 @ MSG_LD_LIBPATH "LD_LIBRARY_PATH"
1489 1489
1490 1490 @ MSG_LD_NOVERSION_32 "LD_NOVERSION_32"
1491 1491 @ MSG_LD_NOVERSION_64 "LD_NOVERSION_64"
1492 1492 @ MSG_LD_NOVERSION "LD_NOVERSION"
1493 1493
1494 1494 @ MSG_SGS_SUPPORT_32 "SGS_SUPPORT_32"
1495 1495 @ MSG_SGS_SUPPORT_64 "SGS_SUPPORT_64"
1496 1496 @ MSG_SGS_SUPPORT "SGS_SUPPORT"
1497 1497
1498 1498
1499 1499 # Symbol names
1500 1500
1501 1501 @ MSG_SYM_LIBVER_U "_lib_version"
1502 1502
1503 1503
1504 1504 # Mapfile tokens
1505 1505
1506 1506 @ MSG_MAP_LOAD "load"
1507 1507 @ MSG_MAP_NOTE "note"
1508 1508 @ MSG_MAP_NULL "null"
1509 1509 @ MSG_MAP_STACK "stack"
1510 1510 @ MSG_MAP_ADDVERS "addvers"
1511 1511 @ MSG_MAP_FUNCTION "function"
1512 1512 @ MSG_MAP_DATA "data"
1513 1513 @ MSG_MAP_COMMON "common"
1514 1514 @ MSG_MAP_PARENT "parent"
1515 1515 @ MSG_MAP_EXTERN "extern"
1516 1516 @ MSG_MAP_DIRECT "direct"
1517 1517 @ MSG_MAP_NODIRECT "nodirect"
1518 1518 @ MSG_MAP_FILTER "filter"
1519 1519 @ MSG_MAP_AUXILIARY "auxiliary"
1520 1520 @ MSG_MAP_OVERRIDE "override"
1521 1521 @ MSG_MAP_INTERPOSE "interpose"
1522 1522 @ MSG_MAP_DYNSORT "dynsort"
1523 1523 @ MSG_MAP_NODYNSORT "nodynsort"
1524 1524
1525 1525 @ MSG_MAPKW_ALIGN "ALIGN"
1526 1526 @ MSG_MAPKW_ALLOC "ALLOC"
1527 1527 @ MSG_MAPKW_ALLOW "ALLOW"
1528 1528 @ MSG_MAPKW_AMD64_LARGE "AMD64_LARGE"
1529 1529 @ MSG_MAPKW_ASSIGN_SECTION "ASSIGN_SECTION"
1530 1530 @ MSG_MAPKW_AUX "AUXILIARY"
1531 1531 @ MSG_MAPKW_CAPABILITY "CAPABILITY"
1532 1532 @ MSG_MAPKW_COMMON "COMMON"
1533 1533 @ MSG_MAPKW_DATA "DATA"
1534 1534 @ MSG_MAPKW_DEFAULT "DEFAULT"
1535 1535 @ MSG_MAPKW_DEPEND_VERSIONS "DEPEND_VERSIONS"
1536 1536 @ MSG_MAPKW_DIRECT "DIRECT"
1537 1537 @ MSG_MAPKW_DISABLE "DISABLE"
1538 1538 @ MSG_MAPKW_DYNSORT "DYNSORT"
1539 1539 @ MSG_MAPKW_ELIMINATE "ELIMINATE"
1540 1540 @ MSG_MAPKW_EXECUTE "EXECUTE"
1541 1541 @ MSG_MAPKW_EXPORTED "EXPORTED"
1542 1542 @ MSG_MAPKW_EXTERN "EXTERN"
1543 1543 @ MSG_MAPKW_FILTER "FILTER"
1544 1544 @ MSG_MAPKW_FILE_BASENAME "FILE_BASENAME"
1545 1545 @ MSG_MAPKW_FILE_PATH "FILE_PATH"
1546 1546 @ MSG_MAPKW_FILE_OBJNAME "FILE_OBJNAME"
1547 1547 @ MSG_MAPKW_FUNCTION "FUNCTION"
1548 1548 @ MSG_MAPKW_FLAGS "FLAGS"
1549 1549 @ MSG_MAPKW_GLOBAL "GLOBAL"
1550 1550 @ MSG_MAPKW_INTERPOSE "INTERPOSE"
1551 1551 @ MSG_MAPKW_HIDDEN "HIDDEN"
1552 1552 @ MSG_MAPKW_HDR_NOALLOC "HDR_NOALLOC"
1553 1553 @ MSG_MAPKW_HW "HW"
1554 1554 @ MSG_MAPKW_HW_1 "HW_1"
1555 1555 @ MSG_MAPKW_HW_2 "HW_2"
1556 1556 @ MSG_MAPKW_IS_NAME "IS_NAME"
1557 1557 @ MSG_MAPKW_IS_ORDER "IS_ORDER"
1558 1558 @ MSG_MAPKW_LOAD_SEGMENT "LOAD_SEGMENT"
1559 1559 @ MSG_MAPKW_LOCAL "LOCAL"
1560 1560 @ MSG_MAPKW_MACHINE "MACHINE"
1561 1561 @ MSG_MAPKW_MAX_SIZE "MAX_SIZE"
1562 1562 @ MSG_MAPKW_NOHDR "NOHDR"
1563 1563 @ MSG_MAPKW_NODIRECT "NODIRECT"
1564 1564 @ MSG_MAPKW_NODYNSORT "NODYNSORT"
1565 1565 @ MSG_MAPKW_NOTE_SEGMENT "NOTE_SEGMENT"
1566 1566 @ MSG_MAPKW_NULL_SEGMENT "NULL_SEGMENT"
1567 1567 @ MSG_MAPKW_OS_ORDER "OS_ORDER"
1568 1568 @ MSG_MAPKW_PADDR "PADDR"
1569 1569 @ MSG_MAPKW_PARENT "PARENT"
1570 1570 @ MSG_MAPKW_PHDR_ADD_NULL "PHDR_ADD_NULL"
1571 1571 @ MSG_MAPKW_PLATFORM "PLATFORM"
1572 1572 @ MSG_MAPKW_PROTECTED "PROTECTED"
1573 1573 @ MSG_MAPKW_READ "READ"
1574 1574 @ MSG_MAPKW_ROUND "ROUND"
1575 1575 @ MSG_MAPKW_REQUIRE "REQUIRE"
1576 1576 @ MSG_MAPKW_SEGMENT_ORDER "SEGMENT_ORDER"
1577 1577 @ MSG_MAPKW_SF "SF"
1578 1578 @ MSG_MAPKW_SF_1 "SF_1"
1579 1579 @ MSG_MAPKW_SINGLETON "SINGLETON"
1580 1580 @ MSG_MAPKW_SIZE "SIZE"
1581 1581 @ MSG_MAPKW_SIZE_SYMBOL "SIZE_SYMBOL"
1582 1582 @ MSG_MAPKW_STACK "STACK"
1583 1583 @ MSG_MAPKW_SYMBOL_SCOPE "SYMBOL_SCOPE"
1584 1584 @ MSG_MAPKW_SYMBOL_VERSION "SYMBOL_VERSION"
1585 1585 @ MSG_MAPKW_SYMBOLIC "SYMBOLIC"
1586 1586 @ MSG_MAPKW_TYPE "TYPE"
1587 1587 @ MSG_MAPKW_VADDR "VADDR"
1588 1588 @ MSG_MAPKW_VALUE "VALUE"
1589 1589 @ MSG_MAPKW_WRITE "WRITE"
1590 1590
1591 1591
1592 1592 @ MSG_STR_DTRACE "PT_SUNWDTRACE"
↓ open down ↓ |
619 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX