Searched refs:orig_dot (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c9840 bfd_vma orig_dot = 0;
9843 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
9864 if (action->offset > orig_dot)
9866 orig_dot += orig_dot_copied;
9872 if (action->offset > orig_dot)
9874 copy_size = action->offset - orig_dot;
9875 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9876 orig_dot += copy_size;
9878 BFD_ASSERT (action->offset == orig_dot);
9880 else if (action->offset < orig_dot)
9822 bfd_vma orig_dot = 0; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-xtensa.c9832 bfd_vma orig_dot = 0;
9835 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
9856 if (action->offset > orig_dot)
9858 orig_dot += orig_dot_copied;
9864 if (action->offset > orig_dot)
9866 copy_size = action->offset - orig_dot;
9867 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9868 orig_dot += copy_size;
9870 BFD_ASSERT (action->offset == orig_dot);
9872 else if (action->offset < orig_dot)
9807 bfd_vma orig_dot = 0; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-xtensa.c9833 bfd_vma orig_dot = 0;
9836 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
9857 if (action->offset > orig_dot)
9859 orig_dot += orig_dot_copied;
9865 if (action->offset > orig_dot)
9867 copy_size = action->offset - orig_dot;
9868 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9869 orig_dot += copy_size;
9871 BFD_ASSERT (action->offset == orig_dot);
9873 else if (action->offset < orig_dot)
9808 bfd_vma orig_dot = 0; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c9847 bfd_vma orig_dot = 0;
9850 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
9871 if (action->offset > orig_dot)
9873 orig_dot += orig_dot_copied;
9879 if (action->offset > orig_dot)
9881 copy_size = action->offset - orig_dot;
9882 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9883 orig_dot += copy_size;
9885 BFD_ASSERT (action->offset == orig_dot);
9887 else if (action->offset < orig_dot)
9822 bfd_vma orig_dot = 0; local
[all...]

Completed in 722 milliseconds