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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 10946 bfd_vma offset, target, target_high, target_low;
10983 target_low = (target & 0xffff);
11003 LA25_ADDIU_MICROMIPS (target_low),
11009 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 4);
11023 LA25_ADDIU_MICROMIPS (target_low), loc + 8);
11031 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 4);
11037 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 8);
10911 bfd_vma offset, target, target_high, target_low; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 10921 bfd_vma offset, target, target_high, target_low;
10958 target_low = (target & 0xffff);
10978 LA25_ADDIU_MICROMIPS (target_low),
10984 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 4);
10998 LA25_ADDIU_MICROMIPS (target_low), loc + 8);
11006 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 4);
11012 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 8);
10886 bfd_vma offset, target, target_high, target_low; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 10816 bfd_vma offset, target, target_high, target_low;
10853 target_low = (target & 0xffff);
10873 LA25_ADDIU_MICROMIPS (target_low),
10879 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 4);
10893 LA25_ADDIU_MICROMIPS (target_low), loc + 8);
10901 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 4);
10907 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 8);
10781 bfd_vma offset, target, target_high, target_low; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 10829 bfd_vma offset, target, target_high, target_low;
10866 target_low = (target & 0xffff);
10886 LA25_ADDIU_MICROMIPS (target_low),
10892 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 4);
10906 LA25_ADDIU_MICROMIPS (target_low), loc + 8);
10914 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 4);
10920 bfd_put_32 (hti->output_bfd, LA25_ADDIU (target_low), loc + 8);
10794 bfd_vma offset, target, target_high, target_low; local

Completed in 138 milliseconds