Lines Matching defs:string
1 /* ELF string table handling.
39 #include <string.h>
54 const wchar_t *string;
107 ret->null.string = L"";
173 /* Create the reserved string. */
175 newstr->string = str;
210 /* We found a matching string. */
219 /* Add new string. The actual string is assumed to be permanent. */
226 /* Compute the string length if the caller doesn't know it. */
232 if (len == 1 && st->null.string != NULL)
235 /* Allocate memory for the new string and its associated information. */
240 /* Search in the array for the place to insert the string. If there
241 is no string with matching prefix and no string with matching
251 /* Check whether we already know this string. */
264 string of this entry anymore. */
273 /* When we get here it means that the string we are about to
274 add has a common prefix with a string we already have but
308 *freep = wmempcpy (*freep, nodep->string, nodep->len);
315 assert (subs->offset != 0 || subs->string[0] == '\0');
336 null string. */
346 /* Now run through the tree and add all the string while also updating