Home | History | Annotate | Download | only in bfd

Lines Matching defs:num_chars

56    STABS characters; 'num_chars' which is the number of these charactes
64 bfd_vma num_chars; /* Number of STABS characters. */
296 bfd_vma num_chars;
307 sum_chars = num_chars = 0;
338 if (num_chars >= buf_len)
344 symb_rover = symb + num_chars;
348 num_chars ++;
361 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
372 && t->num_chars == num_chars
373 && memcmp (t->symb, symb, num_chars) == 0)
397 t->num_chars = num_chars;
399 t->symb = symb = (char *) bfd_realloc_or_free (symb, num_chars);