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

  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile.c 605 const char *arch_rx = gdbarch_gnu_triplet_regexp (gdbarch);
608 triplet_rx = std::string (arch_rx) + "(-[^-]*)?-";
603 const char *arch_rx = gdbarch_gnu_triplet_regexp (gdbarch); local
  /src/external/gpl3/gdb/dist/gdb/compile/
compile.c 643 const char *arch_rx = gdbarch_gnu_triplet_regexp (gdbarch);
646 triplet_rx = std::string (arch_rx) + "(-[^-]*)?-";
641 const char *arch_rx = gdbarch_gnu_triplet_regexp (gdbarch); local

Completed in 19 milliseconds