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

/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c10741 bfd_vma got_address_high, got_address_low, load;
10763 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff;
10796 bfd_put_32 (output_bfd, plt_entry[0] | got_address_high, loc);
10844 bfd_put_16 (output_bfd, got_address_high, loc + 2);
11274 bfd_vma got_address_high, got_address_low;
11277 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff;
11282 bfd_put_32 (output_bfd, plt_entry[2] | got_address_high, loc + 8);
10705 bfd_vma got_address_high, got_address_low, load; local
11238 bfd_vma got_address_high, got_address_low; local
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c8373 bfd_vma got_address_high, got_address_low;
8376 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff;
8381 bfd_put_32 (output_bfd, plt_entry[2] | got_address_high, loc + 8);
8340 bfd_vma got_address_high, got_address_low; local

Completed in 199 milliseconds