Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dns32k-dis.c457 int index_offset) in print_insn_arg() argument
623 bit_index = bit_extract (buffer, index_offset - 8, 3); in print_insn_arg()
624 print_insn_arg (d, index_offset, aoffsetp, buffer, addr, in print_insn_arg()
793 int index_offset[MAX_ARGS]; in print_insn_ns32k() local
813 index_offset[0] = aoffset; in print_insn_ns32k()
824 index_offset[1] = aoffset; in print_insn_ns32k()
836 index_offset[whicharg]); in print_insn_ns32k()
/toolchain/binutils/binutils-2.25/include/mach-o/
Dunwind.h136 unsigned char index_offset[4]; member
/toolchain/binutils/binutils-2.25/libiberty/
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()
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1869 unsigned int index_offset; in dump_exe_compact_unwind() local
1894 index_offset = bfd_get_32 (abfd, hdr->index_offset); in dump_exe_compact_unwind()
1913 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind()
1929 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind()
Ddwarf.c663 dwarf_vma index_offset = idx * offset_size; in fetch_indexed_string() local
671 index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS]; in fetch_indexed_string()
672 if (index_offset + offset_size > index_section->size) in fetch_indexed_string()
675 dwarf_vmatoa ("x", index_offset)); in fetch_indexed_string()
683 str_offset = byte_get (index_section->start + index_offset, offset_size); in fetch_indexed_string()