Home
last modified time | relevance | path

Searched refs:this_index (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z8k.c864 int this_index = opcode->idx; in get_specific() local
866 while (this_index == opcode->idx && !found) in get_specific()
Dtc-h8300.c1071 int this_index = instruction->idx; in get_specific() local
1083 while (this_index == instruction->idx && !found) in get_specific()
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h4725 unsigned int this_index = 0; in coff_slurp_symbol_table() local
4727 while (this_index < last_native_index) in coff_slurp_symbol_table()
4729 combined_entry_type *src = native_symbols + this_index; in coff_slurp_symbol_table()
4730 table_ptr[this_index] = number_of_symbols; in coff_slurp_symbol_table()
5031 this_index += (src->u.syment.n_numaux) + 1; in coff_slurp_symbol_table()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02033200 (get_specific): Prototype. Make "this_index" signed.