/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 35 namespace lldb_private::plugin { 44 class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser { 53 const lldb_private::plugin::dwarf::DWARFDIE &die, 57 const lldb_private::plugin::dwarf::DWARFDIE &die) override; 61 const lldb_private::plugin::dwarf::DWARFDIE &die, 65 CompleteTypeFromDWARF(const lldb_private::plugin::dwarf::DWARFDIE &die, 70 const lldb_private::plugin::dwarf::DWARFDIE &die) override; 76 const lldb_private::plugin::dwarf::DWARFDIE &die) override; 79 const lldb_private::plugin::dwarf::DWARFDIE &die) override; 97 const lldb_private::plugin::dwarf::DWARFFormValue &form_value) const; [all …]
|
H A D | DWARFBaseDIE.cpp | 21 using namespace lldb_private::plugin::dwarf; 120 namespace lldb_private::plugin { namespace
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_event_plugin.c | 143 void osm_epi_destroy(osm_epi_plugin_t * plugin) in osm_epi_destroy() argument 145 if (plugin) { in osm_epi_destroy() 146 if (plugin->impl->delete) in osm_epi_destroy() 147 plugin->impl->delete(plugin->plugin_data); in osm_epi_destroy() 148 dlclose(plugin->handle); in osm_epi_destroy() 149 free(plugin->plugin_name); in osm_epi_destroy() 150 free(plugin); in osm_epi_destroy()
|
/freebsd/sys/dev/wtap/wtap_hal/ |
H A D | hal.c | 51 hal->plugin->work(hal->plugin, p); in hal_tx_proc() 80 register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin) in register_plugin() argument 83 plugin->init(plugin); in register_plugin() 84 hal->plugin = plugin; in register_plugin() 91 hal->plugin->deinit(hal->plugin); in deregister_plugin() 92 hal->plugin in deregister_plugin() [all...] |
/freebsd/sys/dev/wtap/ |
H A D | if_wtap_module.c | 135 struct visibility_plugin *plugin; in event_handler() local 148 plugin = (struct visibility_plugin *)malloc in event_handler() 151 plugin->base.wp_hal = hal; in event_handler() 152 plugin->base.init = visibility_init; in event_handler() 153 plugin->base.deinit = visibility_deinit; in event_handler() 154 plugin->base.work = visibility_work; in event_handler() 155 register_plugin(hal, (struct wtap_plugin *)plugin); in event_handler()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | DWARFExpression.h | 23 namespace plugin { 71 lldb::addr_t GetLocation_DW_OP_addr(const plugin::dwarf::DWARFUnit *dwarf_cu, 74 bool Update_DW_OP_addr(const plugin::dwarf::DWARFUnit *dwarf_cu, 81 ContainsThreadLocalStorage(const plugin::dwarf::DWARFUnit *dwarf_cu) const; 84 const plugin::dwarf::DWARFUnit *dwarf_cu, 138 const plugin::dwarf::DWARFUnit *dwarf_cu, 142 static bool ParseDWARFLocationList(const plugin::dwarf::DWARFUnit *dwarf_cu,
|
H A D | DWARFExpressionList.h | 19 namespace plugin { 33 const plugin::dwarf::DWARFUnit *dwarf_cu, in DWARFExpressionList() 39 const plugin::dwarf::DWARFUnit *dwarf_cu) in DWARFExpressionList() 146 const plugin::dwarf::DWARFUnit *m_dwarf_cu = nullptr;
|
/freebsd/sys/dev/wtap/plugins/ |
H A D | visibility.c | 91 visibility_init(struct wtap_plugin *plugin) in visibility_init() argument 95 vis_plugin = (struct visibility_plugin *) plugin; in visibility_init() 96 plugin->wp_sdev = make_dev(&vis_cdevsw,0,UID_ROOT,GID_WHEEL,0600, in visibility_init() 98 plugin->wp_sdev->si_drv1 = vis_plugin; in visibility_init() 105 visibility_deinit(struct wtap_plugin *plugin) in visibility_deinit() argument 109 vis_plugin = (struct visibility_plugin *) plugin; in visibility_deinit() 110 destroy_dev(plugin->wp_sdev); in visibility_deinit() 120 visibility_work(struct wtap_plugin *plugin, struct packet *p) in visibility_work() argument 123 (struct visibility_plugin *) plugin; in visibility_work()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 692 def: J<"plugin-opt=O">, Alias<lto_O>, HelpText<"Alias for --lto-O">; 693 def: F<"plugin-opt=debug-pass-manager">, 695 def: F<"plugin-opt=disable-verify">, Alias<disable_verify>, HelpText<"Alias for --disable-verify">; 696 def plugin_opt_dwo_dir_eq: J<"plugin-opt=dwo_dir=">, 698 def plugin_opt_emit_asm: F<"plugin-opt=emit-asm">, 700 def plugin_opt_emit_llvm: F<"plugin-opt=emit-llvm">, 702 def: J<"plugin-opt=jobs=">, Alias<thinlto_jobs_eq>, HelpText<"Alias for --thinlto-jobs=">; 703 def: J<"plugin-opt=lto-partitions=">, Alias<lto_partitions>, HelpText<"Alias for --lto-partitions">; 704 def plugin_opt_mcpu_eq: J<"plugin-opt=mcpu=">; 705 def: F<"plugin-opt=cs-profile-generate">, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfilePlugins.inc | 9 // This file contains a set of plugin classes used in ValueProfileCollectorImpl. 10 // Each plugin is responsible for collecting Value Profiling candidates for a 12 // Each plugin must satisfy the interface described in ValueProfileCollector.cpp 124 /// For now, registering a plugin with the ValueProfileCollector is done by 125 /// adding the plugin type to the VP_PLUGIN_LIST macro.
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | plugin.c | 46 struct plugin { struct 59 struct plugin *next; argument 63 static struct plugin *registered = NULL; 99 struct plugin *e; in loadlib() 144 struct plugin *e; in krb5_plugin_register() 222 struct plugin *e; in load_plugins() 326 struct plugin *e; in _krb5_plugin_find()
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.spec_fedora | 112 # Install munin plugin and its softlinks 113 install -d 0755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d 114 install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/munin/plugin-conf.d/unbound 117 for plugin in unbound_munin_hits unbound_munin_queue unbound_munin_memory unbound_munin_by_type unb… 118 ln -s unbound %{buildroot}%{_datadir}/munin/plugins/$plugin 156 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/unbound 377 - Add additional munin plugin links supported by unbound plugin
|
/freebsd/sys/dts/arm64/overlays/ |
H A D | rk3399-mmc0-disable.dtso | 2 /plugin/;
|
H A D | rk3399-mmc1-disable.dtso | 2 /plugin/;
|
H A D | rk3399-sdhci-disable.dtso | 2 /plugin/;
|
H A D | sun50i-a64-mmc0-disable.dtso | 2 /plugin/;
|
H A D | sun50i-a64-mmc1-disable.dtso | 2 /plugin/;
|
H A D | sun50i-a64-mmc2-disable.dtso | 2 /plugin/;
|
H A D | rk3328-i2c0.dtso | 2 /plugin/;
|
H A D | rk3328-analog-sound.dtso | 2 /plugin/;
|
/freebsd/sys/dts/arm/overlays/ |
H A D | sun8i-h3-mmc0-disable.dtso | 2 /plugin/;
|
H A D | sun8i-h3-mmc2-disable.dtso | 2 /plugin/;
|
H A D | sun8i-h3-i2c1.dtso | 2 /plugin/;
|
H A D | sun8i-h3-mmc1-disable.dtso | 2 /plugin/;
|
H A D | sun8i-h3-spi0.dtso | 2 /plugin/;
|