Searched refs:this_index (Results 1 – 5 of 5) sorted by relevance
175 lzma_index *this_index = NULL; in parse_indexes() local270 ret = lzma_index_decoder(&strm, &this_index, memlimit); in parse_indexes()329 if ((lzma_vli)(pos) < lzma_index_total_size(this_index)) { in parse_indexes()335 pos -= lzma_index_total_size(this_index); in parse_indexes()356 ret = lzma_index_stream_flags(this_index, &footer_flags); in parse_indexes()362 ret = lzma_index_stream_padding(this_index, stream_padding); in parse_indexes()370 this_index, combined_index, NULL); in parse_indexes()378 combined_index = this_index; in parse_indexes()379 this_index = NULL; in parse_indexes()395 lzma_index_end(this_index, NULL); in parse_indexes()
327 UnwindIndex this_index; in ScanIndex() local328 this_index.function_offset = function_offset; // in ScanIndex()329 this_index.second_level = second_level_offset; in ScanIndex()330 this_index.lsda_array_start = lsda_offset; in ScanIndex()339 this_index.sentinal_entry = true; in ScanIndex()342 m_indexes.push_back (this_index); in ScanIndex()
1066 …uint8_t *this_index = baton.compact_unwind_start + baton.first_level_index_entry.secondLevelPagesS… in print_second_level_index_compressed() local1067 …uint8_t *start_of_entries = this_index + baton.compressed_second_level_page_header.entryPageOffset; in print_second_level_index_compressed()1087 …encoding = *((uint32_t*) (this_index + baton.compressed_second_level_page_header.encodingsPageOffs… in print_second_level_index_compressed()
4373 unsigned int this_index = 0; in coff_slurp_symbol_table() local4375 while (this_index < last_native_index) in coff_slurp_symbol_table()4377 combined_entry_type *src = native_symbols + this_index; in coff_slurp_symbol_table()4378 table_ptr[this_index] = number_of_symbols; in coff_slurp_symbol_table()4667 this_index += (src->u.syment.n_numaux) + 1; in coff_slurp_symbol_table()
3208 (get_specific): Prototype. Make "this_index" signed.