Searched refs:this_index (Results 1 – 4 of 4) sorted by relevance
864 int this_index = opcode->idx; in get_specific() local866 while (this_index == opcode->idx && !found) in get_specific()
1071 int this_index = instruction->idx; in get_specific() local1083 while (this_index == instruction->idx && !found) in get_specific()
4725 unsigned int this_index = 0; in coff_slurp_symbol_table() local4727 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()
3200 (get_specific): Prototype. Make "this_index" signed.