Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dxcofflink.c3641 bfd_vma new_toc_end; in xcoff_link_input_bfd() local
3642 new_toc_end = (o->output_section->vma in xcoff_link_input_bfd()
3645 if (new_toc_end > tocend) in xcoff_link_input_bfd()
3646 tocend = new_toc_end; in xcoff_link_input_bfd()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dxcofflink.c4435 bfd_vma new_toc_end; local
4436 new_toc_end = (o->output_section->vma
4439 if (new_toc_end > tocend)
4440 tocend = new_toc_end;