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

  /src/external/gpl3/gdb.old/dist/gdb/
arch-utils.c 456 const struct bfd_arch_info *compat1, *compat2;
480 compat1 = selected->compatible (selected, from_target);
483 if (compat1 == NULL && compat2 == NULL)
497 if (compat1 == NULL)
500 return compat1;
501 if (compat1 == compat2)
502 return compat1;
508 if (compat1->the_default)
511 return compat1;
454 const struct bfd_arch_info *compat1, *compat2; local
  /src/external/gpl3/gdb/dist/gdb/
arch-utils.c 456 const struct bfd_arch_info *compat1, *compat2;
480 compat1 = selected->compatible (selected, from_target);
483 if (compat1 == NULL && compat2 == NULL)
497 if (compat1 == NULL)
500 return compat1;
501 if (compat1 == compat2)
502 return compat1;
508 if (compat1->the_default)
511 return compat1;
454 const struct bfd_arch_info *compat1, *compat2; local

Completed in 18 milliseconds