Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/info/
Dindices.c486 REFERENCE **this_index, *this_item; in apropos_in_all_indices() local
544 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()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DCompactUnwindInfo.cpp361 UnwindIndex this_index; in ScanIndex() local
362 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()
/openbsd/src/gnu/llvm/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c1257 uint8_t *this_index = in print_second_level_index_compressed() local
1261 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()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-z8k.c848 int this_index = opcode->idx; in get_specific() local
850 while (this_index == opcode->idx && !found) in get_specific()
Dtc-h8500.c624 int this_index = opcode->idx; local
626 while (this_index == opcode->idx && !found)
Dtc-h8300.c1037 int this_index = instruction->idx; in get_specific() local
1049 while (this_index == instruction->idx && !found) in get_specific()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-z8k.c843 int this_index = opcode->idx; in get_specific() local
845 while (this_index == opcode->idx && !found) in get_specific()
Dtc-h8300.c1019 int this_index = instruction->idx; in get_specific() local
1031 while (this_index == instruction->idx && !found) in get_specific()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoffcode.h4365 unsigned int this_index = 0; in coff_slurp_symbol_table() local
4367 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()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffcode.h4552 unsigned int this_index = 0; local
4554 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;
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-02033208 (get_specific): Prototype. Make "this_index" signed.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-02033208 (get_specific): Prototype. Make "this_index" signed.