Searched refs:n_lineno_cache (Results 1 – 2 of 2) sorted by relevance
4675 alent *n_lineno_cache; in coff_slurp_line_table() local4695 n_lineno_cache = (alent *) bfd_alloc (abfd, amt); in coff_slurp_line_table()4696 if (n_lineno_cache != NULL) in coff_slurp_line_table()4698 alent *n_cache_ptr = n_lineno_cache; in coff_slurp_line_table()4709 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache); 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()4717 memcpy (lineno_cache, n_lineno_cache, amt); in coff_slurp_line_table()
827 lineno. Don't both allocating terminator in n_lineno_cache.828 Redirect sym->lineno pointer to where n_lineno_cache will be829 copied, and free n_lineno_cache.