Searched refs:n_cache_ptr (Results 1 – 1 of 1) sorted by relevance
4698 alent *n_cache_ptr = n_lineno_cache; in coff_slurp_line_table() local4709 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache); in coff_slurp_line_table()4712 *n_cache_ptr++ = *old_ptr++; in coff_slurp_line_table()4715 BFD_ASSERT ((bfd_size_type) (n_cache_ptr - n_lineno_cache) == (amt / sizeof (alent))); in coff_slurp_line_table()