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

  /src/external/gpl3/gdb/dist/gdb/compile/
compile-c.h 22 #include "gcc-c-plugin.h"
55 gcc_c_plugin &plugin () { return m_plugin; } function in class:compile_c_instance
compile-cplus.h 22 #include "gcc-cp-plugin.h"
152 gcc_cp_plugin &plugin () { return m_plugin; } function in class:compile_cplus_instance
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c.h 22 #include "gcc-c-plugin.h"
55 gcc_c_plugin &plugin () { return m_plugin; } function in class:compile_c_instance
compile-cplus.h 22 #include "gcc-cp-plugin.h"
152 gcc_cp_plugin &plugin () { return m_plugin; } function in class:compile_cplus_instance
  /src/external/gpl3/gcc/dist/gcc/
gcc-ar.cc 1 /* Wrapper for ar/ranlib/nm to pass the LTO plugin.
130 char *plugin; local
131 const int j = 2; /* Two extra args, --plugin <plugin> */
190 /* Find the GCC LTO plugin */
191 plugin = find_a_file (&target_path, LTOPLUGINSONAME, R_OK);
192 if (!plugin)
194 fprintf (stderr, "%s: Cannot find plugin '%s'\n", av[0], LTOPLUGINSONAME);
227 /* Create new command line with plugin - if we have one, otherwise just
229 nargv = XCNEWVEC (const char *, ac + j + 1); /* +j plugin args +1 for NULL. *
    [all...]
plugin.cc 1 /* Support for GCC plugin mechanism.
20 /* This file contains the support for GCC plugin mechanism based on the
21 APIs described in doc/plugin.texi. */
32 #include "plugin.h"
35 #include "plugin-version.h"
56 # include "plugin.def"
103 /* List node for keeping track of plugin-registered callback. */
106 const char *plugin_name; /* Name of plugin that registers the callback. */
108 void *user_data; /* plugin-specified data. */
116 /* For invoke_plugin_callbacks(), see plugin.h. *
135 const struct plugin_name_args *plugin = (const struct plugin_name_args *) p; local
145 const struct plugin_name_args *plugin = (const struct plugin_name_args *) s1; local
173 struct plugin_name_args *plugin; local
319 struct plugin_name_args *plugin = (struct plugin_name_args *) *slot; local
374 struct plugin_name_args *plugin; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc-ar.cc 1 /* Wrapper for ar/ranlib/nm to pass the LTO plugin.
130 char *plugin; local
183 /* Find the GCC LTO plugin */
184 plugin = find_a_file (&target_path, LTOPLUGINSONAME, R_OK);
185 if (!plugin)
187 fprintf (stderr, "%s: Cannot find plugin '%s'\n", av[0], LTOPLUGINSONAME);
209 /* Create new command line with plugin - if we have one, otherwise just
214 nargv[1] = "--plugin";
215 nargv[2] = plugin;
plugin.cc 1 /* Support for GCC plugin mechanism.
20 /* This file contains the support for GCC plugin mechanism based on the
21 APIs described in doc/plugin.texi. */
31 #include "plugin.h"
34 #include "plugin-version.h"
54 # include "plugin.def"
101 /* List node for keeping track of plugin-registered callback. */
104 const char *plugin_name; /* Name of plugin that registers the callback. */
106 void *user_data; /* plugin-specified data. */
114 /* For invoke_plugin_callbacks(), see plugin.h. *
133 const struct plugin_name_args *plugin = (const struct plugin_name_args *) p; local
143 const struct plugin_name_args *plugin = (const struct plugin_name_args *) s1; local
171 struct plugin_name_args *plugin; local
317 struct plugin_name_args *plugin = (struct plugin_name_args *) *slot; local
372 struct plugin_name_args *plugin; local
    [all...]
  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 27 #include "plugin-api.h"
61 /* Register HANDLER as the callback for notifying the plugin that all symbols
134 /* Load a plugin from a file named NAME. */
149 /* Send object to the plugin. The file (archive or object) name is NAME.
180 /* Send file named NAME to the plugin. */
283 /* Unload the plugin. */
336 const char *plugin; local
339 plugin = argv[1];
341 load_plugin (plugin);
  /src/external/mpl/bind/dist/lib/ns/
hooks.c 66 * 'src' is a filename. Prepend default plugin directory path.
98 "plugin '%s': %s",
114 ns_plugin_t *plugin = NULL; local
121 plugin = isc_mem_get(mctx, sizeof(*plugin));
122 *plugin = (ns_plugin_t){
126 isc_mem_attach(mctx, &plugin->mctx);
128 ISC_LINK_INIT(plugin, link);
130 r = uv_dlopen(modpath, &plugin->handle);
132 const char *errmsg = uv_dlerror(&plugin->handle)
181 ns_plugin_t *plugin = NULL; local
207 ns_plugin_t *plugin = NULL; local
243 ns_plugin_t *plugin = NULL; local
346 ns_plugin_t *plugin = NULL, *next = NULL; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
plugin.c 1 /* $NetBSD: plugin.c,v 1.3 2023/06/19 21:41:44 christos Exp $ */
48 struct plugin { struct
61 struct plugin *next;
65 static struct plugin *registered = NULL;
68 * Register a plugin symbol name of specific type.
70 * @param type type of plugin symbol
71 * @param name name of plugin symbol
85 struct plugin *e;
145 struct plugin *e;
179 krb5_set_error_message(context, ENOENT, "Did not find a plugin for %s", name)
    [all...]
  /src/external/gpl3/binutils/dist/ld/
plugin.c 0 /* Plugin control for the GNU linker.
33 #include "plugin-api.h"
34 #include "../bfd/plugin.h"
35 #include "plugin.h"
59 /* Report plugin symbols. */
64 plugin. For cosmetic use only; appears in maps, crefs etc. */
65 #define IRONLY_SUFFIX " (symbol from plugin)"
67 /* Stores a single argument passed to a plugin. */
74 /* Holds all details of a single plugin. */
75 typedef struct plugin struct
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 0 /* Plugin control for the GNU linker.
34 #include "plugin-api.h"
35 #include "../bfd/plugin.h"
36 #include "plugin.h"
60 /* Report plugin symbols. */
65 plugin. For cosmetic use only; appears in maps, crefs etc. */
66 #define IRONLY_SUFFIX " (symbol from plugin)"
68 /* Stores a single argument passed to a plugin. */
75 /* Holds all details of a single plugin. */
76 typedef struct plugin struct
    [all...]
  /src/sys/dev/pci/
if_vmxreg.h 260 } rss, pm, plugin; member in struct:vmxnet3_driver_shared
  /src/external/mpl/bind/dist/lib/isccfg/
parser.c 3948 const cfg_obj_t *plugin = cfg_listelt_value(element); local
3953 /* Get the path to the plugin module. */
3954 obj = cfg_tuple_get(plugin, "type");
3960 "unsupported plugin type");
3964 library = cfg_obj_asstring(cfg_tuple_get(plugin, "library"));
3966 obj = cfg_tuple_get(plugin, "parameters");
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c 4116 const cfg_obj_t *plugin = cfg_listelt_value(element); local
4121 /* Get the path to the plugin module. */
4122 obj = cfg_tuple_get(plugin, "type");
4128 "unsupported plugin type");
4132 library = cfg_obj_asstring(cfg_tuple_get(plugin, "library"));
4134 obj = cfg_tuple_get(plugin, "parameters");

Completed in 36 milliseconds