Home
last modified time | relevance | path

Searched refs:old_ptr (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-z80.c1915 char * old_ptr; in md_assemble() local
1920 old_ptr = input_line_pointer; in md_assemble()
1952 input_line_pointer = old_ptr; in md_assemble()
/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h4703 alent *old_ptr = func_table[i]; in coff_slurp_line_table() local
4706 sym = (coff_symbol_type *) old_ptr->u.sym; in coff_slurp_line_table()
4712 *n_cache_ptr++ = *old_ptr++; in coff_slurp_line_table()
4713 while (old_ptr->line_number != 0); in coff_slurp_line_table()