| /netbsd-src/external/mpl/bind/dist/lib/ns/ |
| H A D | hooks.c | 74 * 'src' is a filename. Prepend default plugin directory path. in ns_plugin_expandpath() 106 "plugin '%s': %s", in load_symbol() 122 ns_plugin_t *plugin = NULL; in load_plugin() 129 plugin = isc_mem_get(mctx, sizeof(*plugin)); in load_plugin() 130 *plugin = (ns_plugin_t){ in load_plugin() 134 isc_mem_attach(mctx, &plugin->mctx); in load_plugin() 136 ISC_LINK_INIT(plugin, link); in load_plugin() 138 r = uv_dlopen(modpath, &plugin->handle); in load_plugin() 140 const char *errmsg = uv_dlerror(&plugin in load_plugin() 123 ns_plugin_t *plugin = NULL; load_plugin() local 189 ns_plugin_t *plugin = NULL; unload_plugin() local 215 ns_plugin_t *plugin = NULL; ns_plugin_register() local 248 ns_plugin_t *plugin = NULL; ns_plugin_check() local 351 ns_plugin_t *plugin = NULL, *next = NULL; ns_plugins_free() local [all...] |
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | plugin.cc | 133 const struct plugin_name_args *plugin = (const struct plugin_name_args *) p; in htab_hash_plugin() local 134 return htab_hash_string (plugin->base_name); in htab_hash_plugin() 143 const struct plugin_name_args *plugin = (const struct plugin_name_args *) s1; in htab_str_eq() local 144 return !strcmp (plugin->base_name, (const char *) s2); in htab_str_eq() 171 struct plugin_name_args *plugin; in add_new_plugin() local 232 plugin = (struct plugin_name_args *) *slot; in add_new_plugin() 233 if (strcmp (plugin->full_name, plugin_name)) in add_new_plugin() 235 plugin->base_name, plugin->full_name, plugin_name); in add_new_plugin() 239 plugin = XCNEW (struct plugin_name_args); in add_new_plugin() 240 plugin->base_name = base_name; in add_new_plugin() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | plugin.c | 133 const struct plugin_name_args *plugin = (const struct plugin_name_args *) p; in htab_hash_plugin() local 134 return htab_hash_string (plugin->base_name); in htab_hash_plugin() 143 const struct plugin_name_args *plugin = (const struct plugin_name_args *) s1; in htab_str_eq() local 144 return !strcmp (plugin->base_name, (const char *) s2); in htab_str_eq() 171 struct plugin_name_args *plugin; in add_new_plugin() local 232 plugin = (struct plugin_name_args *) *slot; in add_new_plugin() 233 if (strcmp (plugin->full_name, plugin_name)) in add_new_plugin() 235 plugin->base_name, plugin->full_name, plugin_name); in add_new_plugin() 239 plugin = XCNEW (struct plugin_name_args); in add_new_plugin() 240 plugin->base_name = base_name; in add_new_plugin() [all …]
|
| /netbsd-src/external/mit/libuv/dist/docs/code/ |
| H A D | Makefile | 39 SHARED_LIB_FLAGS=-bundle -undefined dynamic_lookup -o plugin/libhello.dylib 44 SHARED_LIB_FLAGS=-shared -Wl,-soname,libhello.so -o plugin/libhello.so 49 all: $(examples) plugin/plugin proc-streams/test cgi/tick multi-echo-server/worker uvwget/uvwget 54 plugin: plugin/plugin target 55 plugin/plugin: plugin/*.c 56 gcc $(CFLAGS) $(PLUGIN_EXE_FLAGS) -o plugin/plugin plugin/main.c $(UV_LIB) $(LIBS) 57 gcc -g -Wall -c -fPIC -o plugin/hello.o plugin/hello.c 58 gcc $(SHARED_LIB_FLAGS) plugin/hello.o 75 rm -rf plugin/*.o plugin/libhello.* 76 rm -rf plugin/plugin plugin/plugin.dSYM [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/ |
| H A D | README.txt | 2 providing AST consumers using a plugin. 4 Build the plugin by running `make` in this directory. 6 Once the plugin is built, you can run it using: 9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi… 10 … ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns help -pl… 11 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-p… 14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input… 15 …/../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns help -pl… 16 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-ar…
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | plugins.inc.rst | 23 The plugin interface is a work in progress, and is expected to evolve as 25 these modify the name server query logic. Other plugin types may be 28 The only plugin currently included in BIND is :iscman:`filter-aaaa.so <filter-aaaa>`, which 32 syntax, but linking in the :iscman:`filter-aaaa.so <filter-aaaa>` plugin provides identical 37 .. namedconf:statement:: plugin 41 A plugin is configured with the :any:`plugin` statement in :iscman:`named.conf`: 45 plugin query "library.so" { 50 In this example, file ``library.so`` is the plugin library. ``query`` 51 indicates that this is a query plugin. 53 Multiple :any:`plugin` statements can be specified, to load different [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
| H A D | ChangeLog | 27 * lto-plugin.map: New file. 33 * lto-plugin.c (all_symbols_read_handler): With -save-temps, use 38 * lto-plugin.c (process_offload_section): Use a linker as many 44 * lto-plugin.c: Fix -linker-output-auto-notlo-rel -> 57 * lto-plugin.c (ltrans_objects): New global. 64 * lto-plugin.c (LTO_SEGMENT_NAME): Remove. 87 * lto-plugin.c (exec_lto_wrapper): Make a temp variable. 109 * lto-plugin.c (struct plugin_symtab): Add last_sym field. 126 * lto-plugin.c (skip_in_suffix): New. 139 * lto-plugin.c: Document -linker-output-auto-notlo-rel option. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangPlugins.rst | 15 simple clang plugin. 21 handle plugin command line options. The ``PluginASTAction`` base class declares 22 a ``ParseArgs`` method which you have to implement in your plugin. 36 Registering a plugin 39 A plugin is loaded from a dynamic library at runtime by the compiler. To 40 register a plugin in a library, use ``FrontendPluginRegistry::Add<>``: 44 static FrontendPluginRegistry::Add<MyPlugin> X("my-plugin-name", "my plugin description"); 88 The members of ``ParsedAttrInfo`` that a plugin attribute must define are: 113 To see a working example of an attribute plugin, see `the Attribute.cpp example 119 Let's look at an example plugin that prints top-level function names. This [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | plugins.texi | 23 * Plugins pass:: How a plugin interact with the pass manager. 24 * Plugins GC:: How a plugin Interact with GCC Garbage Collector. 25 * Plugins description:: Giving information about a plugin itself. 30 * Plugins building:: How can we build a plugin. 45 Where @var{name} is the plugin name and @var{ext} is the platform-specific 48 The plugin arguments are parsed by GCC and passed to respective 52 A plugin can be simply given by its short name (no dots or 53 slashes). When simply passing @option{-fplugin=@var{name}}, the plugin is 54 loaded from the @file{plugin} directory, so @option{-fplugin=@var{name}} is 55 the same as @option{-fplugin=`gcc -print-file-name=plugin`/@var{name}.@var{ext}}, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | plugins.texi | 23 * Plugins pass:: How a plugin interact with the pass manager. 24 * Plugins GC:: How a plugin Interact with GCC Garbage Collector. 25 * Plugins description:: Giving information about a plugin itself. 30 * Plugins building:: How can we build a plugin. 45 Where @var{name} is the plugin name and @var{ext} is the platform-specific 48 The plugin arguments are parsed by GCC and passed to respective 52 A plugin can be simply given by its short name (no dots or 53 slashes). When simply passing @option{-fplugin=@var{name}}, the plugin is 54 loaded from the @file{plugin} directory, so @option{-fplugin=@var{name}} is 55 the same as @option{-fplugin=`gcc -print-file-name=plugin`/@var{name}.@var{ext}}, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/testsuite-management/ |
| H A D | x86_64-unknown-linux-gnu.xfail | 6 XPASS: gcc.dg/guality/example.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution te… 13 XPASS: gcc.dg/guality/guality.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution te… 14 XPASS: gcc.dg/guality/guality.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test 19 XPASS: gcc.dg/guality/inline-params.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execut… 26 XPASS: gcc.dg/guality/pr41353-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 28 j … 27 XPASS: gcc.dg/guality/pr41353-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 28 j == … 34 XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution … 35 XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test 42 XPASS: gcc.dg/guality/pr41616-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution … 45 FAIL: gcc.dg/guality/pr48437.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 14 i == 0 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/testsuite-management/ |
| H A D | x86_64-unknown-linux-gnu.xfail | 6 XPASS: gcc.dg/guality/example.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution te… 13 XPASS: gcc.dg/guality/guality.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution te… 14 XPASS: gcc.dg/guality/guality.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test 19 XPASS: gcc.dg/guality/inline-params.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execut… 26 XPASS: gcc.dg/guality/pr41353-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 28 j … 27 XPASS: gcc.dg/guality/pr41353-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 28 j == … 34 XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution … 35 XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test 42 XPASS: gcc.dg/guality/pr41616-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution … 45 FAIL: gcc.dg/guality/pr48437.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 14 i == 0 [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| H A D | Makefrag.am | 30 # Nvidia PTX OpenACC plugin. 32 toolexeclib_LTLIBRARIES += libgomp-plugin-nvptx.la 33 libgomp_plugin_nvptx_la_SOURCES = plugin/plugin-nvptx.c 43 # Heterogenous Systems Architecture plugin 45 toolexeclib_LTLIBRARIES += libgomp-plugin-hsa.la 46 libgomp_plugin_hsa_la_SOURCES = plugin/plugin-hsa.c 57 # AMD GCN plugin 59 toolexeclib_LTLIBRARIES += libgomp-plugin-gcn.la 60 libgomp_plugin_gcn_la_SOURCES = plugin/plugin-gcn.c
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | gcc-plugin.m4 | 1 # gcc-plugin.m4 -*- Autoconf -*- 2 # Check whether GCC is able to be built with plugin support. 11 # Check for plugin support. 12 # Respects --enable-plugin. 15 [# Check for plugin support 16 AC_ARG_ENABLE(plugin, optenable 17 [AS_HELP_STRING([--enable-plugin], [enable plugin support])], 26 # Since plugin support under MinGW is not as straightforward as on 122 # If plugin support had been requested but not available, fail. 126 Building GCC with plugin support requires a host that supports [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | gcc-plugin.m4 | 1 # gcc-plugin.m4 -*- Autoconf -*- 2 # Check whether GCC is able to be built with plugin support. 11 # Check for plugin support. 12 # Respects --enable-plugin. 15 [# Check for plugin support 16 AC_ARG_ENABLE(plugin, optenable 17 [AS_HELP_STRING([--enable-plugin], [enable plugin support])], 26 # Since plugin support under MinGW is not as straightforward as on 117 # If plugin support had been requested but not available, fail. 121 Building GCC with plugin support requires a host that supports [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | GoldPlugin.rst | 2 The LLVM gold plugin 13 The LLVM gold plugin implements the gold plugin interface on top of 14 :ref:`libLTO`. The same plugin can also be used by other tools such as 17 gold plugin with ld.bfd is not tested and therefore not officially 22 .. _`gold plugin interface`: http://gcc.gnu.org/wiki/whopr/driver 29 You need to have gold with plugin support and build the LLVMgold plugin. 39 If you have gold installed, check for plugin support by running 40 ``/usr/bin/ld.gold -plugin``. If it complains "missing argument" then 41 you have plugin support. If not, and you get an error such as "unknown option", 42 then you will either need to build gold or install a version with plugin [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | Makefile.in | 121 @PLUGIN_NVPTX_TRUE@am__append_1 = libgomp-plugin-nvptx.la 122 @PLUGIN_HSA_TRUE@am__append_2 = libgomp-plugin-hsa.la 123 @PLUGIN_GCN_TRUE@am__append_3 = libgomp-plugin-gcn.la 142 $(top_srcdir)/plugin/configfrag.ac $(top_srcdir)/configure.ac 189 @PLUGIN_GCN_TRUE@ libgomp_plugin_gcn_la-plugin-gcn.lo 204 @PLUGIN_HSA_TRUE@ libgomp_plugin_hsa_la-plugin-hsa.lo 215 @PLUGIN_NVPTX_TRUE@ libgomp_plugin_nvptx_la-plugin-nvptx.lo 231 target.lo splay-tree.lo libgomp-plugin.lo oacc-parallel.lo \ 233 oacc-plugin.lo oacc-cuda.lo priority_queue.lo affinity-fmt.lo \ 572 affinity.c target.c splay-tree.c libgomp-plugin.c \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
| H A D | Makefrag.am | 30 # Nvidia PTX OpenACC plugin. 32 toolexeclib_LTLIBRARIES += libgomp-plugin-nvptx.la 33 libgomp_plugin_nvptx_la_SOURCES = plugin/plugin-nvptx.c 43 # AMD GCN plugin 45 toolexeclib_LTLIBRARIES += libgomp-plugin-gcn.la 46 libgomp_plugin_gcn_la_SOURCES = plugin/plugin-gcn.c
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | gcc-plugin.m4 | 1 # gcc-plugin.m4 -*- Autoconf -*- 2 # Check whether GCC is able to be built with plugin support. 11 # Check for plugin support. 12 # Respects --enable-plugin. 15 [# Check for plugin support 16 AC_ARG_ENABLE(plugin, optenable 17 [AS_HELP_STRING([--enable-plugin], [enable plugin support])], 26 # Since plugin support under MinGW is not as straightforward as on 117 # If plugin support had been requested but not available, fail. 121 Building GCC with plugin support requires a host that supports
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | gcc-plugin.m4 | 1 # gcc-plugin.m4 -*- Autoconf -*- 2 # Check whether GCC is able to be built with plugin support. 11 # Check for plugin support. 12 # Respects --enable-plugin. 15 [# Check for plugin support 16 AC_ARG_ENABLE(plugin, optenable 17 [AS_HELP_STRING([--enable-plugin], [enable plugin support])], 26 # Since plugin support under MinGW is not as straightforward as on 122 # If plugin support had been requested but not available, fail. 126 Building GCC with plugin support requires a host that supports
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues/ |
| H A D | README | 1 This directory contains a SLAPI plugin, addrdnvalues, which will add to 5 To use the plugin, add: 7 plugin preoperation libaddrdnvalues-plugin.so addrdnvalues_preop_init 13 gcc -shared -I../../../include -Wall -g -o libaddrdnvalues-plugin.so addrdnvalues.c 15 to compile this plugin.
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/ |
| H A D | README | 6 To use the Kerberos plugin, add: 12 To use the Netscape plugin, add: 18 To use the APR1/BSD/MD5 plugin, add: 24 To use the RADIUS plugin, add: 33 Use Makefile to compile this plugin or use a command line similar to: 41 The corresponding command for the Netscape plugin would be: 45 The corresponding command for the RADIUS plugin would be: 52 The corresponding command for the APR1 plugin would be:
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | Makefile.in | 121 @PLUGIN_NVPTX_TRUE@am__append_1 = libgomp-plugin-nvptx.la 122 @PLUGIN_GCN_TRUE@am__append_2 = libgomp-plugin-gcn.la 141 $(top_srcdir)/plugin/configfrag.ac $(top_srcdir)/configure.ac 188 @PLUGIN_GCN_TRUE@ libgomp_plugin_gcn_la-plugin-gcn.lo 203 @PLUGIN_NVPTX_TRUE@ libgomp_plugin_nvptx_la-plugin-nvptx.lo 219 affinity.lo target.lo splay-tree.lo libgomp-plugin.lo \ 221 oacc-async.lo oacc-plugin.lo oacc-cuda.lo priority_queue.lo \ 559 fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c \ 561 oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \ 567 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_SOURCES = plugin/plugin-nvptx.c [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | gcc_update | 103 lto-plugin/configure: lto-plugin/configure.ac lto-plugin/aclocal.m4 104 lto-plugin/Makefile.in: lto-plugin/Makefile.am lto-plugin/aclocal.m4 133 libgomp/Makefile.am: libgomp/plugin/Makefrag.am 136 libgomp/configure.ac: libgomp/plugin/configfrag.ac 165 liboffloadmic/plugin/aclocal.m4: liboffloadmic/plugin/configure.ac 166 liboffloadmic/plugin/Makefile.in: liboffloadmic/plugin/Makefile.am 167 liboffloadmic/plugin/configure: liboffloadmic/plugin/configure.ac
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | Makefile.in | 1036 maybe-configure-libiberty-linker-plugin \ 1054 maybe-configure-lto-plugin \ 1186 @if libiberty-linker-plugin-no-bootstrap 1187 all-host: maybe-all-libiberty-linker-plugin 1188 @endif libiberty-linker-plugin-no-bootstrap 1210 @if lto-plugin-no-bootstrap 1211 all-host: maybe-all-lto-plugin 1212 @endif lto-plugin-no-bootstrap 1300 info-host: maybe-info-libiberty-linker-plugin 1318 info-host: maybe-info-lto-plugin [all …]
|