Home | History | Annotate | Download | only in bfd

Lines Matching defs:string

33      4 byte string table index
42 the string table for this unit, and the desc field is the number of
109 /* This is an array of string indices. For each stab symbol, we
110 store the string index here. If a stab symbol should not be
111 included in the final output, the string index is -1. */
122 const char *string)
137 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string));
233 /* Look through the stabs symbols, work out the new string indices,
238 each stab section's place in the single concatenated string
250 const char *string;
261 string table. We only copy the very first one. */
275 /* Store the string in the hash table, and record the index. */
280 (_("%B(%A+0x%lx): Stabs entry has invalid string index."),
285 string = (char *) stabstrbuf + symstroff;
286 *pstridx = _bfd_stringtab_add (sinfo->strings, string, TRUE, TRUE);
366 bfd_hash_lookup (&sinfo->includes, string, TRUE, TRUE);
543 If there was some bizarre error reading the string sections, though,
692 and correcting the string indices for those we do want. */