Lines Matching refs:n

46 @ MSG_FMT_SYMTAB		"Symbol Table Section:  %s\n"
50 @ MSG_DEBUG_S_OK "[%d: %s][%d].%s: value unchanged: %s\n"
51 @ MSG_DEBUG_S_CHG "[%d: %s][%d].%s: change from %s to %s\n"
52 @ MSG_DEBUG_EXT_S_OK "[%d: %s][%d]: value unchanged: %s\n"
53 @ MSG_DEBUG_EXT_S_CHG "[%d: %s][%d]: change from %s to %s\n"
54 @ MSG_DEBUG_D_OK "[%d: %s][%d].%s: value unchanged: %d\n"
55 @ MSG_DEBUG_D_CHG "[%d: %s][%d].%s: change from %d to %d\n"
56 @ MSG_DEBUG_LLX_OK "[%d: %s][%d].%s: value unchanged: %#llx\n"
57 @ MSG_DEBUG_LLX_CHG "[%d: %s][%d].%s: change from %#llx to %#llx\n"
59 SHN_UNDEF\n"
61 be set directly\n"
63 normally go in extended index section: %d\n"
66 (shdr[%d].sh_info == %d)\n"
69 (shdr[%d].sh_info == %d)\n"
73 unusable\n"
75 to be NULL\n"
79 @ MSG_ERR_NOSYMTAB "Object does not have any symbol tables\n";
82 -shtyp options)\n"
108 Force the use of the extended index section to hold the\n\
109 specified section index, even if it is small enough to fit\n\
110 into the symbol st_shndx field. Note that this will produce\n\
111 a non-standard ELF file.\n"
113 Use the symbol table found in the ELF section with the\n\
114 specified index.\n"
116 Use the symbol table found in the ELF section with the\n\
117 specified name.\n"
119 Use the first symbol table found in the ELF section with\n\
120 the specified section type.\n"
122 Interpret the sec argument as a section index rather than\n\
123 as a section name. section can be one of the well known SHN_\n\
124 symbolic constants, or any integer.\n"
126 Interpret the sec argument as a section type rather than\n\
127 as a section name. section can be one of the well known SHT_\n\
128 symbolic constants, or any integer.\n"
130 Interpret the name argument as a string table offset rather\n\
131 than as a string.\n"
134 The sym argument supplies a numeric index into the symbol\n\
135 section instead of the name of the symbol. The symbol table\n\
136 to use must be explicitly specified (-shnam, -shndx, or\n\
137 -shtyp option) when -symndx is used.\n".
141 @ MSG_A1_SYM "Name of desired symbol within symbol table.\n"
143 @ MSG_A2_DESC_ST_BIND "Symbol binding. STB_ symbol constants are\n\
144 accepted, as is any integer in the range 0 - 15.\n"
146 @ MSG_A2_DESC_ST_INFO "Integer value to set for symbol st_info field.\n\
147 Note that the fact that the value of st_info affects both\n\
148 the symbol binding and type values.\n"
151 Name to set for symbol. If the -name_offset option is used,\n\
152 this is an integer offset into the string table section\n\
153 associated with the symbol table. Otherwise, it is a string,\n\
154 which will be looked up in the symbol table (and inserted if\n\
155 necessary, and if possible) in order to obtain the needed\n\
156 offset value.\n"
159 Integer value to set for symbol st_other field. Note\n\
160 that the fact that the value of st_other affects the\n\
161 symbol visibility value.\n"
164 Section to set for symbol section index. By default, this\n\
165 argument is interpreted as the name of the desired section.\n\
166 The section index of the first section with the specified\n\
167 name is used.\n\
168 \n\
169 If -secshndx is set, then sec is a section index,\n\
170 and is interpreted as an integer, or one of the well known\n\
171 SHN_ symbolic constant names.\n\
172 \n\
173 If -secshtyp is set, then sec is a section type,\n\
174 and is interpreted as an integer, or one of the well known\n\
175 SHT_ symbolic constant names. The section index of the first\n\
176 section with the specified type is used.\n"
179 @ MSG_A2_DESC_ST_SIZE "Integer value to set for symbol size.\n"
182 Symbol type. STT_ symbol constants are accepted, as is any\n\
183 integer in the range 0 - 15.\n"
185 @ MSG_A2_DESC_ST_VALUE "Integer value to set for symbol value.\n"
188 Symbol visibility. STV_ symbol constants are accepted, as\n\
189 are integer values.\n"
196 The sym:dump command is used to display symbol information\n\
197 using the same style used by the elfdump program.\n\
198 \n\
199 By default, symbols are taken from all available symbol tables.\n\
200 The symbol table to use can be changed using the -shnam, -shndx,\n\
201 or -shtyp options. Only one of these options can be used at a time.\n\
202 \n\
203 If sym:dump is called without arguments, information for every\n\
204 symbol in the symbol table is shown. If called with the symndx\n\
205 argument, the information forthe symbol at that index is\n\
206 displayed.\n"
209 The sym:st_bind command is used to display or alter symbol\n\
210 binding. Symbol binding is found in the st_bind portion of the\n\
211 st_info field of an ELF symbol.\n\
212 \n\
213 By default, symbols are taken from all available symbol tables.\n\
214 The symbol table to use can be changed using the -shnam, -shndx,\n\
215 or -shtyp options. Only one of these options can be used at a time.\n\
216 \n\
217 If sym:st_bind is called without arguments, the value of\n\
218 st_bind for every symbol in the symbol table is shown. If\n\
219 called with the symndx argument, the value of the symbol at that\n\
220 index is displayed. If both arguments are present, the st_bind\n\
221 field of the symbol at the specified index is set to the given\n\
222 value.\n"
225 The sym:st_info command is used to display or alter the\n\
226 st_info field of the specified symbol. It provides raw access\n\
227 to the entire st_info value. Normally, the sym:st_bind or sym:st_type\n\
228 commands are used in preference to sym:st_info.\n\
229 \n\
230 By default, symbols are taken from all available symbol tables.\n\
231 The symbol table to use can be changed using the -shnam, -shndx,\n\
232 or -shtyp options. Only one of these options can be used at a time.\n\
233 If sym:st_info is called without arguments, the value of st_info\n\
234 for every symbol in the symbol table is shown. If called with the\n\
235 symndx argument, the value of the symbol at that index is displayed.\n\
236 If both arguments are present, the st_info field of the symbol at\n\
237 the specified index is set to the given value.\n"
240 The sym:st_name command is used to display or alter the\n\
241 name associated with a specified symbol.\n\
242 \n\
243 By default, symbols are taken from all available symbol tables.\n\
244 The symbol table to use can be changed using the -shnam, -shndx,\n\
245 or -shtyp options. Only one of these options can be used at a time.\n\
246 \n\
247 If sym:st_name is called without arguments, the value of st_name\n\
248 for every symbol in the symbol table is shown. If called with the\n\
249 symndx argument, the name of the symbol at that index is displayed.\n\
250 If both arguments are present, the name field of the symbol at\n\
251 the specified index is set to the given value.\n\
252 \n\
253 When changing the name of a symbol, you should be aware of the\n\
254 following limitations:\n\
255 \n \
256 o\tIt is only possible to change the name of a symbol in a\n\
257 \tnon-dynamic symbol table to one of the names already found\n\
258 \tin the associated string table.\n\
259 \n \
260 o\tChanging the name of a symbol in the dynamic symbol table\n\
261 \twill lead to the hash table having inaccurate information\n\
262 \tabout the symbol table, and is likely render the object\n\
263 \tunusable.\n"
266 The sym:st_other command is used to display or alter the\n\
267 st_other field of the specified symbol. It provides raw access\n\
268 to the entire st_other value. Normally, the sym:st_visibility\n\
269 command is used in preference to sym:st_other.\n\
270 \n\
271 By default, symbols are taken from all available symbol tables.\n\
272 The symbol table to use can be changed using the -shnam, -shndx,\n\
273 or -shtyp options. Only one of these options can be used at a time.\n\
274 \n\
275 If sym:st_other is called without arguments, the value of st_other\n\
276 for every symbol in the symbol table is shown. If called with the\n\
277 symndx argument, the value of the symbol at that index is displayed.\n\
278 If both arguments are present, the st_other field of the symbol at\n\
279 the specified index is set to the given value.\n"
282 Every symbol table entry is defined in relation to some section.\n\
283 This information is maintained in the st_shndx field of an ELF\n\
284 symbol. The sym:st_shndx command is used to display or alter the\n\
285 st_shndx field of the specified symbol.\n\
286 \n\
287 By default, symbols are taken from all available symbol tables.\n\
288 The symbol table to use can be changed using the -shnam, -shndx,\n\
289 or -shtyp options. Only one of these options can be used at a time.\n\
290 \n\
291 If sym:st_shndx is called without arguments, the value of st_shndx\n\
292 for every symbol in the symbol table is shown. If called with the\n\
293 symndx argument, the value of the symbol at that index is displayed.\n\
294 If both arguments are present, the st_shndx field of the symbol at\n\
295 the specified index is set to the given value.\n\
296 \n\
297 sym:st_shndx is aware of extended section indexes, and will\n\
298 access/modify the extended index sections associated with a given\n\
299 symbol table as necessary.\n"
302 The sym:st_size command is used to display or alter the\n\
303 size of the specified symbol (st_size field).\n\
304 \n\
305 By default, symbols are taken from all available symbol tables.\n\
306 The symbol table to use can be changed using the -shnam, -shndx,\n\
307 or -shtyp options. Only one of these options can be used at a time.\n\
308 \n\
309 If sym:st_size is called without arguments, the value of st_size\n\
310 for every symbol in the symbol table is shown. If called with\n\
311 the symndx argument, the size of the symbol at that index is\n\
312 displayed. If both arguments are present, the st_size field of\n\
313 the symbol at the specified index is set to the given value.\n"
316 The sym:st_type command is used to display or alter the\n\
317 st_type portion of the st_info field of the specified\n\
318 symbol.\n\
319 \n\
320 By default, symbols are taken from all available symbol tables.\n\
321 The symbol table to use can be changed using the -shnam, -shndx,\n\
322 or -shtyp options. Only one of these options can be used at a time.\n\
323 \n\
324 If sym:st_type is called without arguments, the value of\n\
325 st_type for every symbol in the symbol table is shown. If\n\
326 called with the symndx argument, the value of the symbol at that\n\
327 index is displayed. If both arguments are present, the st_type\n\
328 field of the symbol at the specified index is set to the given value.\n"
331 The sym:st_value command is used to display or alter the\n\
332 value of the specified symbol (st_value field).\n\
333 \n\
334 By default, symbols are taken from all available symbol tables.\n\
335 The symbol table to use can be changed using the -shnam, -shndx,\n\
336 or -shtyp options. Only one of these options can be used at a time.\n\
337 \n\
338 If sym:st_value is called without arguments, the value of\n\
339 st_value for every symbol in the symbol table is shown. If\n\
340 called with the symndx argument, the value of the symbol at that\n\
341 index is displayed. If both arguments are present, the st_value\n\
342 field of the symbol at the specified index is set to the given value.\n"
345 The sym:st_visibility command is used to display or alter the\n\
346 st_visibility portion of the st_other field of the specified\n\
347 symbol.\n\
348 \n\
349 By default, symbols are taken from all available symbol tables.\n\
350 The symbol table to use can be changed using the -shnam, -shndx,\n\
351 or -shtyp options. Only one of these options can be used at a time.\n\
352 \n\
353 If sym:st_visibility is called without arguments, the value of\n\
354 st_visibility for every symbol in the symbol table is shown. If\n\
355 called with the symndx argument, the value of the symbol at that\n\
356 index is displayed. If both arguments are present, the st_visibility\n\
357 field of the symbol at the specified index is set to the given value.\n"
370 @ MSG_STR_NL "\n"
389 @ MSG_FMT_WORDVALNL "%u\n"
390 @ MSG_FMT_XWORDVALNL_32 "0x%8.8x\n"
391 @ MSG_FMT_XWORDVALNL_64 "0x%16.16llx\n"
392 @ MSG_FMT_STRNL "%s\n"