Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dnm.c58 struct lineno_cache struct
1145 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h4372 alent *lineno_cache; in coff_slurp_line_table() local
4404 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()
H A DChangeLog-20081560 * coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h4510 alent *lineno_cache; in coff_slurp_line_table() local
4542 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()
H A DChangeLog-20081560 * coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20081560 * coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20081560 * coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git64131 * 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