Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dxcofflink.c3616 bfd_vma tocval, tocend; in xcoff_link_input_bfd() local
3619 tocval = ((*csectpp)->output_section->vma in xcoff_link_input_bfd()
3650 if (tocval + 0x10000 < tocend) in xcoff_link_input_bfd()
3654 (unsigned long) (tocend - tocval)); in xcoff_link_input_bfd()
3659 if (tocval + 0x8000 < tocend) in xcoff_link_input_bfd()
3663 tocadd = tocend - (tocval + 0x8000); in xcoff_link_input_bfd()
3664 tocval += tocadd; in xcoff_link_input_bfd()
3669 xcoff_data (finfo->output_bfd)->toc = tocval; in xcoff_link_input_bfd()