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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c8256 bfd_vma r2off;
8258 r2off = (htab->stub_group[stub_entry->target_section->id].toc_off
8262 bfd_put_32 (htab->stub_bfd, ADDIS_R2_R2 | PPC_HA (r2off), loc);
8264 bfd_put_32 (htab->stub_bfd, ADDI_R2_R2 | PPC_LO (r2off), loc);
8431 bfd_vma r2off;
8433 r2off = (htab->stub_group[stub_entry->target_section->id].toc_off
8441 bfd_put_32 (htab->stub_bfd, ADDIS_R2_R2 | PPC_HA (r2off), loc);
8443 bfd_put_32 (htab->stub_bfd, ADDI_R2_R2 | PPC_LO (r2off), loc);
8588 /* ppc_stub_long_branch or ppc_stub_plt_branch, or their r2off
8252 bfd_vma r2off; local
8427 bfd_vma r2off; local

Completed in 124 milliseconds