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

  /src/external/gpl3/binutils/dist/bfd/
elf-s390-common.c 361 const char abi_str[3][9] = { "none", "software", "hardware" }; local
366 ibfd, abi_str[in_attr->i], obfd, abi_str[out_attr->i]);
  /src/external/gpl3/binutils.old/dist/bfd/
elf-s390-common.c 361 const char abi_str[3][9] = { "none", "software", "hardware" }; local
366 ibfd, abi_str[in_attr->i], obfd, abi_str[out_attr->i]);
  /src/external/gpl3/gdb/dist/bfd/
elf-s390-common.c 361 const char abi_str[3][9] = { "none", "software", "hardware" }; local
366 ibfd, abi_str[in_attr->i], obfd, abi_str[out_attr->i]);
  /src/external/gpl3/gdb.old/dist/bfd/
elf-s390-common.c 361 const char abi_str[3][9] = { "none", "software", "hardware" }; local
366 ibfd, abi_str[in_attr->i], obfd, abi_str[out_attr->i]);
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-opts.cc 94 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 (t.abi)
481 abi_str (struct loongarch_abi abi) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-opts.cc 89 static const char* abi_str (struct loongarch_abi abi);
238 abi_str (force_abi));
253 abi_str (default_abi), abi_str (t.abi));
445 arch_str (&t), abi_str (t.abi), OPTSTR_ARCH,
450 arch_str (&t), abi_str (t.abi), OPTSTR_ARCH,
480 abi_str (t.abi), isa_str (&t.isa, '/'));
503 "falling back to %qs", abi_str (t.abi),
504 isa_str (&t.isa, '/'), abi_str (abi_tmp));
514 isa_str (&t.isa, '/'), abi_str (t.abi)
703 abi_str (struct loongarch_abi abi) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 438 std::string abi_str; member in struct:riscv_multi_lib_info_t
1895 multi_lib_info->abi_str = default_abi_str;
1904 multi_lib_info->abi_str = itr->c_str () + strlen ("mabi=");
1909 && multi_lib_info->abi_str == default_abi_str)
2004 if (riscv_current_abi_str == multilib_infos[i].abi_str)
2025 if (riscv_current_abi_str != multilib_infos[i].abi_str)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 2239 const char *abi_str;
2528 case ABI_NONE: abi_str = "none"; break;
2529 case ABI_AIX: abi_str = "aix"; break;
2530 case ABI_ELFv2: abi_str = "ELFv2"; break;
2531 case ABI_V4: abi_str = "V4"; break;
2532 case ABI_DARWIN: abi_str = "darwin"; break;
2533 default: abi_str = "unknown"; break;
2536 fprintf (stderr, DEBUG_FMT_S, "abi", abi_str);
2232 const char *abi_str; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 2228 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 67 milliseconds