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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c8202 bfd_vma orig_dot = 0;
8205 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
8229 if (action->offset > orig_dot)
8231 orig_dot += orig_dot_copied;
8237 if (action->offset > orig_dot)
8239 copy_size = action->offset - orig_dot;
8240 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
8241 orig_dot += copy_size;
8243 BFD_ASSERT (action->offset == orig_dot);
8245 else if (action->offset < orig_dot)
8177 bfd_vma orig_dot = 0; local
[all...]

Completed in 103 milliseconds