Searched refs:lineno_cache (Results 1 – 8 of 8) sorted by relevance
58 struct lineno_cache struct1145 struct lineno_cache *data = (struct lineno_cache *) dataarg; in get_relocs()1170 struct lineno_cache *lc = bfd_usrdata (abfd); in free_lineno_cache()1232 struct lineno_cache *lc = bfd_usrdata (abfd); in print_symbol()1273 struct lineno_cache rinfo = *lc; in print_symbol()
4372 alent *lineno_cache; in coff_slurp_line_table() local4404 lineno_cache = (alent *) bfd_alloc (abfd, amt); in coff_slurp_line_table()4405 if (lineno_cache == NULL) in coff_slurp_line_table()4411 cache_ptr = lineno_cache; in coff_slurp_line_table()4412 asect->lineno = lineno_cache; in coff_slurp_line_table()4498 asect->lineno_count = cache_ptr - lineno_cache; in coff_slurp_line_table()4521 if (lineno_cache[i].line_number == 0) in coff_slurp_line_table()4522 *p++ = &lineno_cache[i]; in coff_slurp_line_table()4548 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache); in coff_slurp_line_table()4555 memcpy (lineno_cache, n_lineno_cache, in coff_slurp_line_table()
1560 * coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first
4510 alent *lineno_cache; in coff_slurp_line_table() local4542 lineno_cache = (alent *) bfd_alloc (abfd, amt); in coff_slurp_line_table()4543 if (lineno_cache == NULL) in coff_slurp_line_table()4549 cache_ptr = lineno_cache; in coff_slurp_line_table()4550 asect->lineno = lineno_cache; in coff_slurp_line_table()4636 asect->lineno_count = cache_ptr - lineno_cache; in coff_slurp_line_table()4659 if (lineno_cache[i].line_number == 0) in coff_slurp_line_table()4660 *p++ = &lineno_cache[i]; in coff_slurp_line_table()4686 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache); in coff_slurp_line_table()4693 memcpy (lineno_cache, n_lineno_cache, in coff_slurp_line_table()
64131 * nm.c (struct lineno_cache): Add seccount.64864 * nm.c (struct lineno_cache): Rename from get_relocs_info.64870 (print_symbol): Use lineno_cache in place of statics. Don't