Searched refs:this_index (Results 1 – 3 of 3) sorted by relevance
281 lzma_index *this_index = NULL; in parse_indexes() local354 ret = lzma_index_decoder(&strm, &this_index, UINT64_MAX); in parse_indexes()396 if ((lzma_vli)(pos) < lzma_index_total_size(this_index)) { in parse_indexes()400 pos -= lzma_index_total_size(this_index); in parse_indexes()417 ret = lzma_index_stream_flags(this_index, &footer_flags); in parse_indexes()423 ret = lzma_index_stream_padding(this_index, stream_padding); in parse_indexes()431 this_index, combined_index, NULL); in parse_indexes()437 combined_index = this_index; in parse_indexes()438 this_index = NULL; in parse_indexes()454 lzma_index_end(this_index, NULL); in parse_indexes()
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()