Searched refs:source_offset (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dcopy_bitwise-selftests.c50 const gdb_byte *source, unsigned int source_offset,
76 bits_to_str (expected + dest_offset, source, source_offset, nbits, msb0);
81 copy_bitwise (buf, dest_offset, source, source_offset, nbits, msb0);
88 expected, actual, source_offset, nbits, dest_offset);
129 for (unsigned source_offset = 0;
130 source_offset <= max_offset;
131 source_offset++)
139 data + source_offset / 8,
140 source_offset % 8,
49 check_copy_bitwise(const gdb_byte *dest, unsigned int dest_offset, const gdb_byte *source, unsigned int source_offset, unsigned int nbits, int msb0) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dcopy_bitwise-selftests.c50 const gdb_byte *source, unsigned int source_offset,
76 bits_to_str (expected + dest_offset, source, source_offset, nbits, msb0);
81 copy_bitwise (buf, dest_offset, source, source_offset, nbits, msb0);
88 expected, actual, source_offset, nbits, dest_offset);
129 for (unsigned source_offset = 0;
130 source_offset <= max_offset;
131 source_offset++)
139 data + source_offset / 8,
140 source_offset % 8,
49 check_copy_bitwise(const gdb_byte *dest, unsigned int dest_offset, const gdb_byte *source, unsigned int source_offset, unsigned int nbits, int msb0) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dutils.h354 const gdb_byte *source, ULONGEST source_offset,
H A Dutils.c3547 const gdb_byte *source, ULONGEST source_offset,
3561 source_offset += nbits - 1;
3562 source += source_offset / 8;
3563 source_offset = 7 - source_offset % 8;
3569 source += source_offset / 8;
3570 source_offset %= 8;
3575 buf = *(bits_big_endian ? source-- : source++) >> source_offset;
3581 avail = dest_offset + 8 - source_offset;
3536 copy_bitwise(gdb_byte *dest, ULONGEST dest_offset, const gdb_byte *source, ULONGEST source_offset, ULONGEST nbits, int bits_big_endian) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dutils.c3382 const gdb_byte *source, ULONGEST source_offset,
3396 source_offset += nbits - 1;
3397 source += source_offset / 8;
3398 source_offset = 7 - source_offset % 8;
3404 source += source_offset / 8;
3405 source_offset %= 8;
3410 buf = *(bits_big_endian ? source-- : source++) >> source_offset;
3416 avail = dest_offset + 8 - source_offset;
3370 copy_bitwise(gdb_byte *dest, ULONGEST dest_offset, const gdb_byte *source, ULONGEST source_offset, ULONGEST nbits, int bits_big_endian) argument
H A Dutils.h588 const gdb_byte *source, ULONGEST source_offset,
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c9543 bfd_vma source_offset, old_source_offset;
9555 source_offset = irel->r_offset;
9556 old_source_offset = source_offset;
9621 source_offset = offset_with_removed_text_map
9623 irel->r_offset = source_offset;
9819 fix = reloc_bfd_fix_init (sec, source_offset, r_type,
9525 bfd_vma source_offset, old_source_offset; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-xtensa.c9535 bfd_vma source_offset, old_source_offset;
9547 source_offset = irel->r_offset;
9548 old_source_offset = source_offset;
9613 source_offset = offset_with_removed_text_map
9615 irel->r_offset = source_offset;
9811 fix = reloc_bfd_fix_init (sec, source_offset, r_type,
9510 bfd_vma source_offset, old_source_offset; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-xtensa.c9536 bfd_vma source_offset, old_source_offset;
9548 source_offset = irel->r_offset;
9549 old_source_offset = source_offset;
9614 source_offset = offset_with_removed_text_map
9616 irel->r_offset = source_offset;
9812 fix = reloc_bfd_fix_init (sec, source_offset, r_type,
9511 bfd_vma source_offset, old_source_offset; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c9550 bfd_vma source_offset, old_source_offset;
9562 source_offset = irel->r_offset;
9563 old_source_offset = source_offset;
9628 source_offset = offset_with_removed_text_map
9630 irel->r_offset = source_offset;
9826 fix = reloc_bfd_fix_init (sec, source_offset, r_type,
9525 bfd_vma source_offset, old_source_offset; local

Completed in 656 milliseconds