Lines Matching refs:string

51 			 than string table section (%#llx), and will be \
54 to add string: %s\n"
55 @ MSG_DEBUG_LONGSTR "[%d: %s][%d]: ELF warning: new string is longer \
61 @ MSG_ERR_STRNOTFND "[%d: %s]: String table does not contain string: %s\n"
63 of string table: %s\n"
65 string table to non-NULL value: %s\n"
85 Normally, only string table sections (section type SHT_STRTAB)\n\
89 string table. This can be used to examine sections that are\n\
90 known to be in string table format even though they are not\n\
94 Zero to the end of the string table. The count argument\n\
98 Do not write the null termination for the new string into\n\
99 the string table. This option cannot be used with the final\n\
100 position in the string table. Attempts to do so will result\n\
104 Use the string table found in the ELF section with the\n\
105 specified name. If this is a string table section, it\n\
107 symbol table or string table via its sh_link field, then the\n\
108 associated string table is used.\n"
111 Use the string table found in the ELF section with the\n\
112 specified index. If this is a string table section, it\n\
114 symbol table or string table via its sh_link field, then the\n\
115 associated string table is used.\n"
119 given section type, and use the string table associated\n\
120 with it. If this is a string table section, it is used\n\
122 symbol table or string table via its sh_link field, then the\n\
123 associated string table is used.\n"
126 The string argument supplies a numeric index into the\n\
127 string table instead of the string value.\n".
132 @ MSG_A1_STRING "String to locate in string table section.\n"
135 New string to insert in string table section\n\
139 New string to overwrite previous value.\n"
150 from a string table section.\n\
152 By default, the string table referenced by the e_shstrndx field\n\
154 can be used to select a different string table.\n\
156 If str:dump is called without arguments, every string in the\n\
157 string table is shown. If called with the string argument,\n\
158 the information for that string is displayed.\n\
161 not part of the actual string, and serve to visually delimit the\n\
162 actual string. Printable characters are shown as themselves, while\n\
164 by the C programming language for literal string constants:\n\
181 contents of the string table section.\n\
183 By default, the string table referenced by the e_shstrndx field\n\
185 can be used to select a different string table.\n\
187 The string table offset is normally determined by looking\n\
188 for the specified string in the table and using its offset.\n\
192 If the new-string argument is not present, the current string\n\
193 at the given offset is shown. If new-string is present, it\n\
194 is used to overwrite the contents of the string table at\n\
195 the specified offset. The new string can have any length, as\n\
196 long as it will fit in the existing size of the string table.\n\
197 A terminating null character is always included in the string,\n\
199 be used for the final byte of the string table, which must\n\
204 o\tIf new-string is longer than the existing string at\n\
206 \tthe following string in the string table. Any reference to\n\
207 \tthat following string in the ELF file will then refer to\n\
208 \tthe tail of the new-string.\n\
211 \tname of an item. Changing the string for such a name to\n\
215 o\tThe dynamic string table (.dynstr) may have an unused area\n\
223 The str:add command examines the specified string table to\n\
224 determine if it contains the given string. If the string\n\
227 By default, the string table referenced by the e_shstrndx field\n\
229 can be used to select a different string table.\n\
231 It is only possible to add a new string to a string table\n\
232 if the string table in question is the dynamic string table\n\
233 (.dynstr), and if that string table has reserved space at\n\
239 string table to NULL (0) byte values.\n\
241 By default, the string table referenced by the e_shstrndx field\n\
243 can be used to select a different string table.\n\
245 The string table offset is normally determined by looking\n\
246 for the specified string in the table and using its offset.\n\
253 \tstarting offset and the end of the string table are zeroed.\n\
259 \texisting string at the given offset are zeroed, up to the\n\
268 \tname of an item. Changing the string for such a name to\n\
272 o\tThe dynamic string table (.dynstr) may have an unused area\n\
277 \tto \"reclaim\" space zeroed at the end of the string table.\n"
301 @ MSG_STR_NEWSTRING "new-string"
302 @ MSG_STR_STRING "string"