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

  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 799 static const struct mips_arch_choice *hint_arch_choice;
806 && hint_arch_choice != NULL
807 && hint_arch_choice->bfd_mach == hint_bfd_mach)
808 return hint_arch_choice;
817 hint_arch_choice = c;
797 static const struct mips_arch_choice *hint_arch_choice; local
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 799 static const struct mips_arch_choice *hint_arch_choice;
806 && hint_arch_choice != NULL
807 && hint_arch_choice->bfd_mach == hint_bfd_mach)
808 return hint_arch_choice;
817 hint_arch_choice = c;
797 static const struct mips_arch_choice *hint_arch_choice; local
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 772 static const struct mips_arch_choice *hint_arch_choice;
779 && hint_arch_choice != NULL
780 && hint_arch_choice->bfd_mach == hint_bfd_mach)
781 return hint_arch_choice;
790 hint_arch_choice = c;
770 static const struct mips_arch_choice *hint_arch_choice; local
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 799 static const struct mips_arch_choice *hint_arch_choice;
806 && hint_arch_choice != NULL
807 && hint_arch_choice->bfd_mach == hint_bfd_mach)
808 return hint_arch_choice;
817 hint_arch_choice = c;
797 static const struct mips_arch_choice *hint_arch_choice; local

Completed in 20 milliseconds