Lines Matching defs:symb
57 and 'symb' which is a buffer of all the symbols in the sequence. This
65 const char* symb; /* The STABS characters themselves. */
326 char * symb;
334 symb = symb_rover = NULL;
369 symb = (char *) bfd_realloc_or_free (symb, buf_len);
370 if (symb == NULL)
372 symb_rover = symb + num_chars;
389 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
401 && memcmp (t->symb, symb, num_chars) == 0)
427 t->symb = symb = (char *) bfd_realloc_or_free (symb, num_chars);
440 free (symb);