Searched refs:n_lineno_cache (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoffcode.h4415 alent *n_lineno_cache;
4443 else if ((n_lineno_cache = (alent *) bfd_alloc (abfd, amt)) != NULL)
4445 alent *n_cache_ptr = n_lineno_cache;
4456 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache);
4463 memcpy (lineno_cache, n_lineno_cache,
4414 alent *n_lineno_cache; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h4529 alent *n_lineno_cache;
4557 else if ((n_lineno_cache = (alent *) bfd_alloc (abfd, amt)) != NULL)
4559 alent *n_cache_ptr = n_lineno_cache;
4570 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache);
4577 memcpy (lineno_cache, n_lineno_cache,
4528 alent *n_lineno_cache; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h4508 alent *n_lineno_cache;
4536 else if ((n_lineno_cache = (alent *) bfd_alloc (abfd, amt)) != NULL)
4538 alent *n_cache_ptr = n_lineno_cache;
4549 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache);
4556 memcpy (lineno_cache, n_lineno_cache,
4507 alent *n_lineno_cache; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h4646 alent *n_lineno_cache;
4674 else if ((n_lineno_cache = (alent *) bfd_alloc (abfd, amt)) != NULL)
4676 alent *n_cache_ptr = n_lineno_cache;
4687 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache);
4694 memcpy (lineno_cache, n_lineno_cache,
4645 alent *n_lineno_cache; local

Completed in 278 milliseconds