Home
last modified time | relevance | path

Searched refs:n_cache_ptr (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h4698 alent *n_cache_ptr = n_lineno_cache; in coff_slurp_line_table() local
4709 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()