Home | History | Annotate | Download | only in bfd

Lines Matching refs:symb

57    and 'symb' which is a buffer of all the symbols in the sequence.  This
65 const char* symb; /* The STABS characters themselves. */
298 char * symb;
306 symb = symb_rover = NULL;
341 symb = (char *) bfd_realloc_or_free (symb, buf_len);
342 if (symb == NULL)
344 symb_rover = symb + num_chars;
361 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
373 && memcmp (t->symb, symb, num_chars) == 0)
399 t->symb = symb = (char *) bfd_realloc_or_free (symb, num_chars);
412 free (symb);