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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h4572 alent *n_cache_ptr = n_lineno_cache;
4580 *n_cache_ptr = *old_ptr;
4581 sym = (coff_symbol_type *)n_cache_ptr->u.sym;
4582 sym->lineno = n_cache_ptr;
4583 n_cache_ptr++;
4588 *n_cache_ptr++ = *old_ptr++;
4590 n_cache_ptr->line_number = 0;
4571 alent *n_cache_ptr = n_lineno_cache; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h4572 alent *n_cache_ptr = n_lineno_cache;
4580 *n_cache_ptr = *old_ptr;
4581 sym = (coff_symbol_type *)n_cache_ptr->u.sym;
4582 sym->lineno = n_cache_ptr;
4583 n_cache_ptr++;
4588 *n_cache_ptr++ = *old_ptr++;
4590 n_cache_ptr->line_number = 0;
4571 alent *n_cache_ptr = n_lineno_cache; local

Completed in 125 milliseconds