Searched refs:abi_str (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-opts.cc94 static const char* abi_str (struct loongarch_abi abi);
199 abi_str (force_abi));
212 abi_str (default_abi), abi_str (t.abi));
280 arch_str (&t), abi_str (t.abi), OPTSTR_ARCH,
285 arch_str (&t), abi_str (t.abi), OPTSTR_ARCH,
315 abi_str (t.abi), isa_str (&t.isa, '/'));
338 "falling back to %qs", abi_str (t.abi),
339 isa_str (&t.isa, '/'), abi_str (abi_tmp));
349 isa_str (&t.isa, '/'), abi_str (
481 abi_str (struct loongarch_abi abi) function
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-s390-common.c361 const char abi_str[3][9] = { "none", "software", "hardware" }; local
366 ibfd, abi_str[in_attr->i], obfd, abi_str[out_attr->i]);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-s390-common.c361 const char abi_str[3][9] = { "none", "software", "hardware" }; local
366 ibfd, abi_str[in_attr->i], obfd, abi_str[out_attr->i]);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-s390-common.c361 const char abi_str[3][9] = { "none", "software", "hardware" }; local
366 ibfd, abi_str[in_attr->i], obfd, abi_str[out_attr->i]);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-s390-common.c361 const char abi_str[3][9] = { "none", "software", "hardware" }; local
366 ibfd, abi_str[in_attr->i], obfd, abi_str[out_attr->i]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c2217 const char *abi_str;
2513 case ABI_NONE: abi_str = "none"; break;
2514 case ABI_AIX: abi_str = "aix"; break;
2515 case ABI_ELFv2: abi_str = "ELFv2"; break;
2516 case ABI_V4: abi_str = "V4"; break;
2517 case ABI_DARWIN: abi_str = "darwin"; break;
2518 default: abi_str = "unknown"; break;
2521 fprintf (stderr, DEBUG_FMT_S, "abi", abi_str);
2210 const char *abi_str; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc2228 const char *abi_str;
2522 case ABI_NONE: abi_str = "none"; break;
2523 case ABI_AIX: abi_str = "aix"; break;
2524 case ABI_ELFv2: abi_str = "ELFv2"; break;
2525 case ABI_V4: abi_str = "V4"; break;
2526 case ABI_DARWIN: abi_str = "darwin"; break;
2527 default: abi_str = "unknown"; break;
2530 fprintf (stderr, DEBUG_FMT_S, "abi", abi_str);
2221 const char *abi_str; local

Completed in 202 milliseconds