Searched refs:this_index (Results 1 – 12 of 12) sorted by relevance
486 REFERENCE **this_index, *this_item; in apropos_in_all_indices() local544 this_index = info_indices_of_file_buffer (this_fb); in apropos_in_all_indices()551 if (this_index) in apropos_in_all_indices()554 for (i = 0; this_index && this_index[i]; i++) in apropos_in_all_indices()555 if (!this_index[i]->filename) in apropos_in_all_indices()556 this_index[i]->filename = xstrdup (this_fb->filename); in apropos_in_all_indices()559 all_indices = info_concatenate_references (all_indices, this_index); in apropos_in_all_indices()
361 UnwindIndex this_index; in ScanIndex() local362 this_index.function_offset = function_offset; in ScanIndex()363 this_index.second_level = second_level_offset; in ScanIndex()364 this_index.lsda_array_start = lsda_offset; in ScanIndex()371 this_index.sentinal_entry = true; in ScanIndex()374 m_indexes.push_back(this_index); in ScanIndex()
1257 uint8_t *this_index = in print_second_level_index_compressed() local1261 this_index + baton.compressed_second_level_page_header.entryPageOffset; in print_second_level_index_compressed()1284 encoding = *((uint32_t *)(this_index + in print_second_level_index_compressed()
848 int this_index = opcode->idx; in get_specific() local850 while (this_index == opcode->idx && !found) in get_specific()
624 int this_index = opcode->idx; local626 while (this_index == opcode->idx && !found)
1037 int this_index = instruction->idx; in get_specific() local1049 while (this_index == instruction->idx && !found) in get_specific()
843 int this_index = opcode->idx; in get_specific() local845 while (this_index == opcode->idx && !found) in get_specific()
1019 int this_index = instruction->idx; in get_specific() local1031 while (this_index == instruction->idx && !found) in get_specific()
4365 unsigned int this_index = 0; in coff_slurp_symbol_table() local4367 while (this_index < last_native_index) in coff_slurp_symbol_table()4369 combined_entry_type *src = native_symbols + this_index; in coff_slurp_symbol_table()4370 table_ptr[this_index] = number_of_symbols; in coff_slurp_symbol_table()4659 this_index += (src->u.syment.n_numaux) + 1; in coff_slurp_symbol_table()
4552 unsigned int this_index = 0; local4554 while (this_index < last_native_index)4556 combined_entry_type *src = native_symbols + this_index;4557 table_ptr[this_index] = number_of_symbols;4860 this_index += (src->u.syment.n_numaux) + 1;
3208 (get_specific): Prototype. Make "this_index" signed.