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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c7340 bfd_vma got_hi = (got_value >> 16) + ((got_value & 0x8000) >> 15);
7342 bfd_put_32 (output_bfd, plt_entry[0] | (got_hi & 0xffff),
7322 bfd_vma got_hi = (got_value >> 16) + ((got_value & 0x8000) >> 15); local

Completed in 308 milliseconds