HomeSort by: relevance | last modified time | path
    Searched defs:n_lineno_cache (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 4644 alent *n_lineno_cache;
4672 else if ((n_lineno_cache = (alent *) bfd_alloc (abfd, amt)) != NULL)
4674 alent *n_cache_ptr = n_lineno_cache;
4685 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache);
4692 memcpy (lineno_cache, n_lineno_cache,
4643 alent *n_lineno_cache; local
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 4637 alent *n_lineno_cache;
4665 else if ((n_lineno_cache = (alent *) bfd_alloc (abfd, amt)) != NULL)
4667 alent *n_cache_ptr = n_lineno_cache;
4678 sym->lineno = lineno_cache + (n_cache_ptr - n_lineno_cache);
4685 memcpy (lineno_cache, n_lineno_cache,
4636 alent *n_lineno_cache; local
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 4646 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
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 4646 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 57 milliseconds