Home
last modified time | relevance | path

Searched defs:plugin_ext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dplugin.cc190 static const char plugin_ext[] = ".dll"; in add_new_plugin() local
202 static const char plugin_ext[] = ".dylib"; in add_new_plugin() local
204 static const char plugin_ext[] = ".so"; in add_new_plugin() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dplugin.c190 static const char plugin_ext[] = ".dll"; in add_new_plugin() local
202 static const char plugin_ext[] = ".dylib"; in add_new_plugin() local
204 static const char plugin_ext[] = ".so"; in add_new_plugin() local