Lines Matching full:got_address_high
10551 bfd_vma got_address_high, got_address_low, load;
10573 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff;
10609 bfd_put_32 (output_bfd, plt_entry[0] | got_address_high, loc);
10657 bfd_put_16 (output_bfd, got_address_high, loc + 2);
11087 bfd_vma got_address_high, got_address_low;
11090 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff;
11095 bfd_put_32 (output_bfd, plt_entry[2] | got_address_high, loc + 8);