Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDcoffcode.h4259 alent *lineno_cache; in coff_slurp_line_table() local
4273 lineno_cache = bfd_alloc (abfd, amt); in coff_slurp_line_table()
4274 if (lineno_cache == NULL) in coff_slurp_line_table()
4279 alent *cache_ptr = lineno_cache; in coff_slurp_line_table()
4331 asect->lineno = lineno_cache; in coff_slurp_line_table()