Searched refs:new_offset (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-cris.h158 #define TC_CHECK_ADJUSTED_BROKEN_DOT_WORD(new_offset, brokw) \
159 tc_cris_check_adjusted_broken_word ((offsetT) (new_offset), brokw)
H A Dtc-cris.c4053 tc_cris_check_adjusted_broken_word (offsetT new_offset, struct broken_word *brokwP) argument
4055 if (new_offset > 32767 || new_offset < -32768)
4059 (long) new_offset);
/haiku-buildtools/binutils/gas/config/
H A Dtc-cris.h149 #define TC_CHECK_ADJUSTED_BROKEN_DOT_WORD(new_offset, brokw) \
150 tc_cris_check_adjusted_broken_word ((offsetT) (new_offset), brokw)
H A Dtc-m68k.h191 #define TC_CHECK_ADJUSTED_BROKEN_DOT_WORD(new_offset, brokw) \
192 tc_m68k_check_adjusted_broken_word ((offsetT) (new_offset), (brokw))
H A Dtc-cris.c4136 tc_cris_check_adjusted_broken_word (offsetT new_offset, struct broken_word *brokwP) argument
4138 if (new_offset > 32767 || new_offset < -32768)
4142 (long) new_offset);
H A Dtc-m68k.c8141 tc_m68k_check_adjusted_broken_word (offsetT new_offset, struct broken_word *brokwP)
8143 if (new_offset > 32767 || new_offset < -32768)
8146 (long) new_offset);
8134 tc_m68k_check_adjusted_broken_word(offsetT new_offset, struct broken_word *brokwP) argument
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-eh-frame.c340 sec_info->entry[last_cie_ndx].new_offset
570 sec_info->entry[i].new_offset = offset;
587 /* Need to adjust new_offset too. */
589 == sec_info->entry[i].new_offset);
590 sec_info->entry[i].new_offset
591 = sec_info->entry[last_cie_ndx].new_offset;
598 hdr_info->last_cie_offset = sec_info->entry[last_cie_ndx].new_offset;
754 return (offset + sec_info->entry[mid].new_offset
805 cie_offset = sec_info->entry[i].new_offset;
818 cie_offset = sec_info->entry[i].new_offset;
[all...]
H A Delf32-xtensa.c8422 bfd_vma new_offset, target_offset;
8492 new_offset = offset_with_removed_text (&relax_info->action_list,
8495 new_fix.target_offset = new_offset;
8496 new_fix.target_offset = new_offset;
8511 bfd_vma new_offset, target_offset, removed_bytes;
8561 new_offset = offset_with_removed_text (&relax_info->action_list,
8565 removed_bytes = target_offset - new_offset;
8566 new_rel->target_offset = new_offset;
8887 bfd_vma new_offset, new_end_offset;
8890 new_offset
8396 bfd_vma new_offset, target_offset; local
8485 bfd_vma new_offset, target_offset, removed_bytes; local
8861 bfd_vma new_offset, new_end_offset; local
[all...]
H A Delf-bfd.h293 unsigned int new_offset;
292 unsigned int new_offset; member in struct:eh_cie_fde
/haiku-buildtools/gcc/gcc/
H A Dipa-polymorphic-call.c390 HOST_WIDE_INT new_offset = cur_offset % tree_to_shwi (TYPE_SIZE (subtype));
399 cur_offset = new_offset;
1840 (tree new_outer_type, HOST_WIDE_INT new_offset, bool new_maybe_derived_type,
1851 if (!speculation_consistent_p (new_outer_type, new_offset,
1862 speculative_offset = new_offset;
1869 if (speculative_offset != new_offset)
1898 && (new_offset > speculative_offset
1899 || (new_offset == speculative_offset
1908 speculative_offset = new_offset;
1937 (tree new_outer_type, HOST_WIDE_INT new_offset, boo
1839 combine_speculation_with(tree new_outer_type, HOST_WIDE_INT new_offset, bool new_maybe_derived_type, tree otr_type) argument
1936 meet_speculation_with(tree new_outer_type, HOST_WIDE_INT new_offset, bool new_maybe_derived_type, tree otr_type) argument
[all...]
H A Dtree-ssa-forwprop.c839 tree new_offset, new_base, saved, new_lhs; local
846 new_offset = fold_convert (TREE_TYPE (TREE_OPERAND (lhs, 1)),
852 new_offset = TREE_OPERAND (lhs, 1);
855 new_base, new_offset);
925 tree new_offset, new_base, saved, new_rhs; local
932 new_offset = fold_convert (TREE_TYPE (TREE_OPERAND (rhs, 1)),
938 new_offset = TREE_OPERAND (rhs, 1);
941 new_base, new_offset);
H A Dtree-sra.c2394 HOST_WIDE_INT new_offset)
2404 if (!build_user_friendly_ref_for_offset (&expr, TREE_TYPE (expr), new_offset,
2409 new_offset, model, NULL, false);
2414 access->offset = new_offset;
2421 while (*child && (*child)->offset < new_offset)
2393 create_artificial_child_access(struct access *parent, struct access *model, HOST_WIDE_INT new_offset) argument
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-coff.c644 size_t new_offset; local
649 new_offset = offset & mask;
650 new_offset &= ~ mask;
651 while (new_offset > offset)
657 write = new_offset - offset;
H A Dsimple-object-xcoff.c737 size_t new_offset; local
742 new_offset = offset & mask;
743 new_offset &= ~ mask;
744 while (new_offset > offset)
750 write = new_offset - offset;
H A Dsimple-object-mach-o.c1124 size_t new_offset; local
1129 new_offset = offset + mask;
1130 new_offset &= ~ mask;
1131 while (new_offset > offset)
1137 write = new_offset - offset;
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-coff.c644 size_t new_offset; local
649 new_offset = offset & mask;
650 new_offset &= ~ mask;
651 while (new_offset > offset)
657 write = new_offset - offset;
H A Dsimple-object-xcoff.c737 size_t new_offset; local
742 new_offset = offset & mask;
743 new_offset &= ~ mask;
744 while (new_offset > offset)
750 write = new_offset - offset;
H A Dsimple-object-mach-o.c1124 size_t new_offset; local
1129 new_offset = offset + mask;
1130 new_offset &= ~ mask;
1131 while (new_offset > offset)
1137 write = new_offset - offset;
/haiku-buildtools/legacy/gcc/libio/
H A Dfileops.c430 _IO_off_t delta, new_offset; local
538 new_offset = offset & ~(fp->_IO_buf_end - fp->_IO_buf_base - 1);
539 delta = offset - new_offset;
542 new_offset = offset;
545 result = _IO_SYSSEEK (fp, new_offset, 0);
/haiku-buildtools/binutils/bfd/
H A Delf-eh-frame.c1413 ent->new_offset = offset;
1636 return (offset + sec_info->entry[mid].new_offset
1767 if (!ent->removed && ent->new_offset > ent->offset)
1768 memmove (contents + ent->new_offset, contents + ent->offset, ent->size);
1771 if (!ent->removed && ent->new_offset < ent->offset)
1772 memmove (contents + ent->new_offset, contents + ent->offset, ent->size);
1789 buf = contents + ent->new_offset;
1889 val += (bfd_vma) ent->offset - ent->new_offset;
1924 value = ((ent->new_offset + sec->output_offset + 4)
1925 - (cie->new_offset
2034 bfd_vma new_offset; local
[all...]
H A Delf32-xtensa.c9921 bfd_vma new_offset, target_offset;
9991 new_offset = offset_with_removed_text (&relax_info->action_list,
9994 new_fix.target_offset = new_offset;
9995 new_fix.target_offset = new_offset;
10402 bfd_vma new_offset;
10407 new_offset = old_offset - removed_by_old_offset;
10427 bfd_vma new_end_offset = new_offset;
10429 /* Recompute the new_offset, but this time don't
10434 new_offset = old_offset - removed_by_old_offset;
10442 new_size = new_end_offset - new_offset;
9896 bfd_vma new_offset, target_offset; local
10377 bfd_vma new_offset; local
[all...]
/haiku-buildtools/binutils/gold/
H A Dtarget-reloc.h843 Address new_offset; local
845 new_offset = offset + offset_in_output_section;
854 new_offset = new_sot_offset;
862 new_offset += view_address;
864 new_offset -= offset_in_output_section;
867 reloc_write.put_r_offset(new_offset);
H A Ddwp.cc1390 section_offset_type new_offset; local
1394 new_offset = output_file->add_string(p, len);
1395 this->str_offset_map_.push_back(std::make_pair(i, new_offset));
1399 new_offset = 0;
1400 this->str_offset_map_.push_back(std::make_pair(i, new_offset));
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-write.c2585 int new_offset;
2594 new_offset = new_ptr - chunk->data;
2595 new_offset -= (reloc->kind == -1 ? 2 : 4);
2605 new_offset = 0;
2620 value += reloc->label->pc - (block->pc + new_offset);
2581 int new_offset; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dfunction.c3877 rtx old, new_offset;
3928 new_offset = plus_constant (XEXP (x, 1), offset);
3932 if (new_offset == const0_rtx
3947 ! validate_change (object, &XEXP (x, 1), new_offset, 0)))
3960 emit_insn_before (gen_move_insn (temp, new_offset), object);
3967 new = gen_rtx_PLUS (Pmode, new, new_offset);
3859 rtx old, new_offset; local

Completed in 586 milliseconds

12