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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h4463 alent *lineno_cache;
4475 lineno_cache = (alent *) bfd_alloc (abfd, amt);
4476 if (lineno_cache == NULL)
4485 bfd_release (abfd, lineno_cache);
4489 cache_ptr = lineno_cache;
4490 asect->lineno = lineno_cache;
4561 if (lineno_cache[i].line_number == 0)
4562 *p++ = &lineno_cache[i];
4591 memcpy (lineno_cache, n_lineno_cache, amt);
4462 alent *lineno_cache; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h4463 alent *lineno_cache;
4475 lineno_cache = (alent *) bfd_alloc (abfd, amt);
4476 if (lineno_cache == NULL)
4485 bfd_release (abfd, lineno_cache);
4489 cache_ptr = lineno_cache;
4490 asect->lineno = lineno_cache;
4561 if (lineno_cache[i].line_number == 0)
4562 *p++ = &lineno_cache[i];
4591 memcpy (lineno_cache, n_lineno_cache, amt);
4462 alent *lineno_cache; local

Completed in 198 milliseconds