HomeSort by: relevance | last modified time | path
    Searched defs:orig_dot (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 9835 bfd_vma orig_dot = 0;
9838 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
9859 if (action->offset > orig_dot)
9861 orig_dot += orig_dot_copied;
9867 if (action->offset > orig_dot)
9869 copy_size = action->offset - orig_dot;
9870 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9871 orig_dot += copy_size;
9873 BFD_ASSERT (action->offset == orig_dot);
9875 else if (action->offset < orig_dot)
9810 bfd_vma orig_dot = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 9835 bfd_vma orig_dot = 0;
9838 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
9859 if (action->offset > orig_dot)
9861 orig_dot += orig_dot_copied;
9867 if (action->offset > orig_dot)
9869 copy_size = action->offset - orig_dot;
9870 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9871 orig_dot += copy_size;
9873 BFD_ASSERT (action->offset == orig_dot);
9875 else if (action->offset < orig_dot)
9810 bfd_vma orig_dot = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 9833 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...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 9839 bfd_vma orig_dot = 0;
9842 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
9863 if (action->offset > orig_dot)
9865 orig_dot += orig_dot_copied;
9871 if (action->offset > orig_dot)
9873 copy_size = action->offset - orig_dot;
9874 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9875 orig_dot += copy_size;
9877 BFD_ASSERT (action->offset == orig_dot);
9879 else if (action->offset < orig_dot)
9814 bfd_vma orig_dot = 0; local
    [all...]

Completed in 49 milliseconds