Home
last modified time | relevance | path

Searched refs:index_offset (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dindices.c36 static int index_offset = 0; variable
188 index_offset = 0; in do_info_index_search()
262 index_offset = i; in do_info_index_search()
265 index_offset = -1; in do_info_index_search()
267 old_offset = index_offset; in do_info_index_search()
276 if (index_offset == old_offset) in do_info_index_search()
277 index_offset = 0; in do_info_index_search()
359 for (i = index_offset + dir; (i > -1) && (index_index[i]); i += dir)
366 for (i = index_offset + dir; (i > -1) && (index_index[i]); i += dir)
378 index_offset > 0 ? (char *) _("more ") : "", index_search);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dns32k-dis.c459 int index_offset) in print_insn_arg() argument
624 bit_index = bit_extract (buffer, index_offset - 8, 3); in print_insn_arg()
625 print_insn_arg (d, index_offset, aoffsetp, buffer, addr, in print_insn_arg()
792 int index_offset[2]; in print_insn_ns32k() local
805 index_offset[0] = -1; in print_insn_ns32k()
806 index_offset[1] = -1; in print_insn_ns32k()
815 index_offset[0] = aoffset; in print_insn_ns32k()
826 index_offset[1] = aoffset; in print_insn_ns32k()
840 whicharg > 1 ? -1 : index_offset[whicharg]); in print_insn_ns32k()
H A DChangeLog-20202532 (print_insn_ns32k): Reduce size of index_offset array, and
3121 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
H A DChangeLog-2019888 index_offset array are not accessed.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dns32k-dis.c459 int index_offset) in print_insn_arg() argument
624 bit_index = bit_extract (buffer, index_offset - 8, 3); in print_insn_arg()
625 print_insn_arg (d, index_offset, aoffsetp, buffer, addr, in print_insn_arg()
793 int index_offset[2]; in print_insn_ns32k() local
806 index_offset[0] = -1; in print_insn_ns32k()
807 index_offset[1] = -1; in print_insn_ns32k()
816 index_offset[0] = aoffset; in print_insn_ns32k()
827 index_offset[1] = aoffset; in print_insn_ns32k()
841 whicharg > 1 ? -1 : index_offset[whicharg]); in print_insn_ns32k()
H A DChangeLog-20202532 (print_insn_ns32k): Reduce size of index_offset array, and
3121 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
H A DChangeLog-2019888 index_offset array are not accessed.
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c229 int index_offset = MAX (index - section_alist_offset, 0); in what_section() local
230 index_offset = MIN (index_offset, alist_size - 1); in what_section()
236 for (i = index; i != index_offset; i -= SIGN (section_alist_offset)) in what_section()
239 if (section_alist[i].num != section_alist[index_offset].num in what_section()
240 || section_alist[i].toc != section_alist[index_offset].toc) in what_section()
/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dunwind.h165 unsigned char index_offset[4]; member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dunwind.h165 unsigned char index_offset[4]; member
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-mach-o.c518 off_t index_offset; in simple_object_mach_o_segment() local
548 &index_offset, &index_size); in simple_object_mach_o_segment()
551 sobj->offset + index_offset, in simple_object_mach_o_segment()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-mach-o.c518 off_t index_offset; in simple_object_mach_o_segment() local
548 &index_offset, &index_size); in simple_object_mach_o_segment()
551 sobj->offset + index_offset, in simple_object_mach_o_segment()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-mach-o.c518 off_t index_offset; in simple_object_mach_o_segment() local
548 &index_offset, &index_size); in simple_object_mach_o_segment()
551 sobj->offset + index_offset, in simple_object_mach_o_segment()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-mach-o.c518 off_t index_offset; in simple_object_mach_o_segment() local
548 &index_offset, &index_size); in simple_object_mach_o_segment()
551 sobj->offset + index_offset, in simple_object_mach_o_segment()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c2030 unsigned int index_offset; in dump_exe_compact_unwind() local
2055 index_offset = bfd_get_32 (abfd, hdr->index_offset); in dump_exe_compact_unwind()
2074 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind()
2090 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind()
H A Ddwarf.c651 uint64_t index_offset; in fetch_indexed_string() local
663 if (_mul_overflow (idx, offset_size, &index_offset) in fetch_indexed_string()
665 && ((index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS]) in fetch_indexed_string()
667 || (index_offset += str_offsets_base) < str_offsets_base in fetch_indexed_string()
668 || index_offset + offset_size < offset_size in fetch_indexed_string()
669 || index_offset + offset_size > index_section->size) in fetch_indexed_string()
673 idx, index_offset, str_section->name); in fetch_indexed_string()
678 str_offset = byte_get (index_section->start + index_offset, offset_size); in fetch_indexed_string()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c2029 unsigned int index_offset; in dump_exe_compact_unwind() local
2054 index_offset = bfd_get_32 (abfd, hdr->index_offset); in dump_exe_compact_unwind()
2073 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind()
2089 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind()
H A Ddwarf.c703 dwarf_vma index_offset; in fetch_indexed_string() local
715 index_offset = idx * offset_size; in fetch_indexed_string()
718 index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS]; in fetch_indexed_string()
720 index_offset += str_offsets_base; in fetch_indexed_string()
722 if (index_offset + offset_size > index_section->size) in fetch_indexed_string()
726 dwarf_vmatoa ("x", index_offset), in fetch_indexed_string()
737 str_offset = byte_get (index_section->start + index_offset, offset_size); in fetch_indexed_string()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c3748 size_t index_offset; in elf_uncompress_lzma() local
3852 index_offset = offset; in elf_uncompress_lzma()
3889 computed_crc = elf_crc32 (0, compressed + index_offset, in elf_uncompress_lzma()
3890 offset - index_offset); in elf_uncompress_lzma()
3951 if (unlikely (offset != index_offset)) in elf_uncompress_lzma()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in9451 my $index_offset;
9500 $index_offset = 1;
9504 $index_offset = 0;
9513 $permission_values{user} = $permission_settings[$index_offset++];
9514 $permission_values{group} = $permission_settings[$index_offset++];
9515 $permission_values{other} = $permission_settings[$index_offset];
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in10357 my $index_offset;
10406 $index_offset = 1;
10410 $index_offset = 0;
10419 $permission_values{user} = $permission_settings[$index_offset++];
10420 $permission_values{group} = $permission_settings[$index_offset++];
10421 $permission_values{other} = $permission_settings[$index_offset];
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc6972 array_region::key_t index_offset in get_or_create_mem_ref() local
6975 = key_for_raw_rid + index_offset; in get_or_create_mem_ref()
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-20202532 (print_insn_ns32k): Reduce size of index_offset array, and
3121 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
H A DChangeLog-2019888 index_offset array are not accessed.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2019888 index_offset array are not accessed.

12