Home
last modified time | relevance | path

Searched refs:orig_dot_vo (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c8167 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */ in relax_section() local
8195 orig_dot_vo = 0; in relax_section()
8221 if (action->virtual_offset > orig_dot_vo) in relax_section()
8223 if (orig_dot_vo == 0) in relax_section()
8226 copy_size = action->virtual_offset - orig_dot_vo; in relax_section()
8235 BFD_ASSERT (action->virtual_offset <= orig_dot_vo); in relax_section()
8305 orig_dot_vo += copy_size; in relax_section()