HomeSort by: relevance | last modified time | path
    Searched defs:gotplt_value_high (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 11801 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low;
11828 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff;
11886 bfd_put_16 (output_bfd, gotplt_value_high, loc + 2);
11896 bfd_put_32 (output_bfd, plt_entry[0] | gotplt_value_high, loc);
11766 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 11776 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low;
11803 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff;
11861 bfd_put_16 (output_bfd, gotplt_value_high, loc + 2);
11871 bfd_put_32 (output_bfd, plt_entry[0] | gotplt_value_high, loc);
11741 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 11671 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low;
11698 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff;
11756 bfd_put_16 (output_bfd, gotplt_value_high, loc + 2);
11766 bfd_put_32 (output_bfd, plt_entry[0] | gotplt_value_high, loc);
11636 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 11684 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low;
11711 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff;
11769 bfd_put_16 (output_bfd, gotplt_value_high, loc + 2);
11779 bfd_put_32 (output_bfd, plt_entry[0] | gotplt_value_high, loc);
11649 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; local

Completed in 172 milliseconds