Searched refs:arches (Results 1 - 25 of 116) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dselftest-arch.c39 const char **arches = gdbarch_printable_names (); variable
42 for (int i = 0; arches[i] != NULL; i++)
44 if (strcmp ("fr300", arches[i]) == 0)
49 else if (strcmp ("powerpc:EC603e", arches[i]) == 0
50 || strcmp ("powerpc:e500mc", arches[i]) == 0
51 || strcmp ("powerpc:e500mc64", arches[i]) == 0
52 || strcmp ("powerpc:titan", arches[i]) == 0
53 || strcmp ("powerpc:vle", arches[i]) == 0
54 || strcmp ("powerpc:e5500", arches[i]) == 0
55 || strcmp ("powerpc:e6500", arches[
[all...]
H A Dbpf-tdep.c323 bpf_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
326 arches = gdbarch_list_lookup_by_info (arches, &info);
327 if (arches != NULL)
328 return arches->gdbarch;
315 bpf_gdbarch_init(struct gdbarch_info info, struct gdbarch_list *arches) argument
H A Dvax-tdep.c458 vax_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
463 arches = gdbarch_list_lookup_by_info (arches, &info);
464 if (arches != NULL)
465 return arches->gdbarch;
450 vax_gdbarch_init(struct gdbarch_info info, struct gdbarch_list *arches) argument
H A Darch-utils.c407 featureful' of the two arches. That is, if A can run code
629 const char **arches = gdbarch_printable_names ();
640 const char *chosen = arches[0];
642 for (arch = arches; *arch != NULL; arch++)
704 for (nr = 0; arches[nr] != NULL; nr++);
705 arches = XRESIZEVEC (const char *, arches, nr + 2);
706 arches[nr + 0] = "auto";
707 arches[nr + 1] = NULL;
709 arches,
627 const char **arches = gdbarch_printable_names (); local
[all...]
H A Dmsp430-tdep.c829 msp430_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
897 for (arches = gdbarch_list_lookup_by_info (arches, &info);
898 arches != NULL;
899 arches = gdbarch_list_lookup_by_info (arches->next, &info))
901 struct gdbarch_tdep *candidate_tdep = gdbarch_tdep (arches->gdbarch);
908 return arches->gdbarch;
H A Drx-tdep.c942 rx_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
960 for (arches = gdbarch_list_lookup_by_info (arches, &info);
961 arches != NULL;
962 arches = gdbarch_list_lookup_by_info (arches->next, &info))
964 if (gdbarch_tdep (arches->gdbarch)->elf_flags != elf_flags)
967 return arches->gdbarch;
H A Dbfin-tdep.c779 bfin_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
789 for (arches = gdbarch_list_lookup_by_info (arches, &info);
790 arches != NULL;
791 arches = gdbarch_list_lookup_by_info (arches->next, &info))
793 if (gdbarch_tdep (arches->gdbarch)->bfin_abi != abi)
795 return arches->gdbarch;
H A Dlm32-tdep.c494 lm32_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
500 arches = gdbarch_list_lookup_by_info (arches, &info);
501 if (arches != NULL)
502 return arches->gdbarch;
H A Dft32-tdep.c557 ft32_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
565 arches = gdbarch_list_lookup_by_info (arches, &info);
566 if (arches != NULL)
567 return arches->gdbarch;
H A Dmicroblaze-tdep.c659 microblaze_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
667 arches = gdbarch_list_lookup_by_info (arches, &info);
668 if (arches != NULL)
669 return arches->gdbarch;
650 microblaze_gdbarch_init(struct gdbarch_info info, struct gdbarch_list *arches) argument
/netbsd-current/external/bsd/mdocml/dist/
H A Darch.c45 const char **arches[] = { NULL, netbsd_arch, openbsd_arch }; local
48 if ((arch_p = arches[os]) == NULL)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Ddcti-couples.s2 # unpredictable in arches prior to V9, and also in arches
10 # arches.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sh/arch/
H A Dsh-opc-gen-as.pl27 ($arches[$archcount] = $1) =~ tr/_/-/;
176 push @{$archtree{$1}}, $arches[$a];
186 foreach $a (@arches) {
187 foreach $b (@arches) {
206 print $arches[$arch], "\n";
207 $insns_valid{$arches[$arch]} = 0;
208 unless (open ($fd, ">$arches[$arch].s")) {
209 die "Can't open $arches[$arch].s\n";
215 print $fd "! architecture $arches[$arch] but no more.\n";
221 ($lab = $arches[
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dselftest-arch.c53 std::vector<const char *> arches = gdbarch_printable_names (); member in class:std
54 tests.reserve (arches.size ());
55 for (const char *arch : arches)
H A Darch-utils.c471 featureful' of the two arches. That is, if A can run code
687 static std::vector<const char *> arches;
692 arches = gdbarch_printable_names ();
699 const char *chosen = arches[0];
701 for (const char *arch : arches)
763 arches.push_back (set_architecture_string);
764 arches.push_back (nullptr);
767 arches.data (), &set_architecture_string,
1224 struct gdbarch_list *arches;
1235 std::vector<const char *> arches;
685 static std::vector<const char *> arches; member in class:std
1222 struct gdbarch_list *arches; member in struct:gdbarch_registration
1233 std::vector<const char *> arches; member in class:std
1298 gdbarch_list_lookup_by_info(struct gdbarch_list *arches, const struct gdbarch_info *info) argument
[all...]
H A Dbpf-tdep.c324 bpf_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
327 arches = gdbarch_list_lookup_by_info (arches, &info);
328 if (arches != NULL)
329 return arches->gdbarch;
316 bpf_gdbarch_init(struct gdbarch_info info, struct gdbarch_list *arches) argument
H A Dgdbarch.h269 typedef struct gdbarch *(gdbarch_init_ftype) (struct gdbarch_info info, struct gdbarch_list *arches);
287 extern struct gdbarch_list *gdbarch_list_lookup_by_info (struct gdbarch_list *arches, const struct gdbarch_info *info);
H A Dvax-tdep.c457 vax_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
462 arches = gdbarch_list_lookup_by_info (arches, &info);
463 if (arches != NULL)
464 return arches->gdbarch;
449 vax_gdbarch_init(struct gdbarch_info info, struct gdbarch_list *arches) argument
H A Dbfin-tdep.c779 bfin_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
788 for (arches = gdbarch_list_lookup_by_info (arches, &info);
789 arches != NULL;
790 arches = gdbarch_list_lookup_by_info (arches->next, &info))
793 = gdbarch_tdep<bfin_gdbarch_tdep> (arches->gdbarch);
798 return arches->gdbarch;
H A Dmsp430-tdep.c836 msp430_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
903 for (arches = gdbarch_list_lookup_by_info (arches, &info);
904 arches != NULL;
905 arches = gdbarch_list_lookup_by_info (arches->next, &info))
908 = gdbarch_tdep<msp430_gdbarch_tdep> (arches->gdbarch);
915 return arches->gdbarch;
H A Drx-tdep.c945 rx_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
962 for (arches = gdbarch_list_lookup_by_info (arches, &info);
963 arches != NULL;
964 arches = gdbarch_list_lookup_by_info (arches->next, &info))
967 = gdbarch_tdep<rx_gdbarch_tdep> (arches->gdbarch);
972 return arches->gdbarch;
H A Dlm32-tdep.c480 lm32_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) argument
485 arches = gdbarch_list_lookup_by_info (arches, &info);
486 if (arches != NULL)
487 return arches->gdbarch;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Dmultilib-generator24 # <primary arch>-<abi>-<additional arches>-<extensions>
34 arches = collections.OrderedDict() variable
76 arches[arch] = 1
85 arches[alt] = 1
89 arch_options = '/'.join(['march=%s' % x for x in arches.keys()])
90 arch_dirnames = ' \\\n'.join(arches.keys())
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Dmultilib-generator24 # <primary arch>-<abi>-<additional arches>-<extensions>
50 arches = collections.OrderedDict() variable
167 arches[arch] = 1
181 arches[alt] = 1
189 arch_options = '/'.join(['march=%s' % x for x in arches.keys()])
190 arch_dirnames = ' \\\n'.join(arches.keys())
/netbsd-current/external/bsd/atf/dist/tools/
H A Drequirements.cpp83 check_arch(const std::string& arches) argument
85 const std::vector< std::string > v = tools::text::split(arches, " ");
94 return "Requires the '" + arches + "' architecture";
96 return "Requires one of the '" + arches + "' architectures";

Completed in 345 milliseconds

12345