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

  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile.c 604 const char *os_rx = osabi_triplet_regexp (gdbarch_osabi (gdbarch));
609 if (os_rx != nullptr)
610 triplet_rx += os_rx;
602 const char *os_rx = osabi_triplet_regexp (gdbarch_osabi (gdbarch)); local
  /src/external/gpl3/gdb/dist/gdb/compile/
compile.c 642 const char *os_rx = osabi_triplet_regexp (gdbarch_osabi (gdbarch));
647 if (os_rx != nullptr)
648 triplet_rx += os_rx;
640 const char *os_rx = osabi_triplet_regexp (gdbarch_osabi (gdbarch)); local

Completed in 44 milliseconds