Home
last modified time | relevance | path

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

/NextBSD/contrib/xz/src/xz/
HDlist.c175 lzma_index *this_index = NULL; in parse_indexes() local
270 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()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDCompactUnwindInfo.cpp327 UnwindIndex this_index; in ScanIndex() local
328 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()
/NextBSD/contrib/llvm/tools/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c1066 …uint8_t *this_index = baton.compact_unwind_start + baton.first_level_index_entry.secondLevelPagesS… in print_second_level_index_compressed() local
1067 …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()
/NextBSD/contrib/binutils/bfd/
HDcoffcode.h4373 unsigned int this_index = 0; in coff_slurp_symbol_table() local
4375 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()
/NextBSD/contrib/binutils/gas/
HDChangeLog-02033208 (get_specific): Prototype. Make "this_index" signed.