Searched refs:module (Results 501 - 525 of 2418) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp431 bool IsRenderScriptScriptModule(ModuleSP module) { argument
432 if (!module)
434 return module->FindFirstSymbolWithNameAndType(ConstString(".rs.info"),
466 bool SkipPrologue(lldb::ModuleSP &module, Address &addr) { argument
470 module->ResolveSymbolContextForAddress(addr, eSymbolContextFunction, sc);
787 // Callback with a module to search for matching symbols. We first check that
788 // the module contains RS kernels. Then look for a symbol which matches our
794 ModuleSP module = context.module_sp; local
796 if (!module || !IsRenderScriptScriptModule(module))
830 ModuleSP module = context.module_sp; local
889 ModuleSP &module = context.module_sp; local
1531 LoadRuntimeHooks(lldb::ModuleSP module, ModuleKind kind) argument
1627 const ModuleSP module = rsmodule_sp->m_module; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp129 SourceModule module;
132 module.path.push_back(ConstString(component.first->getName()));
137 if (!m_decl_vendor.AddModule(module, &exported_modules, m_error_stream))
140 for (ClangModulesDeclVendor::ModuleID module : exported_modules)
141 m_persistent_vars.AddHandLoadedClangModule(module);
259 LLDB_LOG(log, "Using module cache path: {0}", module_cache.c_str());
1143 llvm::Module *module, const char *orig_name) {
1144 for (const auto &func : module->getFunctionList()) {
1170 err.SetErrorString("IR doesn't contain a module");
1182 err.SetErrorStringWithFormat("Couldn't find %s() in the module",
1142 FindFunctionInModule(ConstString &mangled_name, llvm::Module *module, const char *orig_name) argument
1309 llvm::Module *module = execution_unit_sp->GetModule(); local
[all...]
H A DClangUserExpression.cpp361 for (ClangModulesDeclVendor::ModuleID module : hand_imported_modules) {
362 modules_for_macros.push_back(module);
442 /// returns an invalid module configuration.
445 LLDB_LOG(log, "[C++ module config] {0}", msg);
453 // Don't do anything if this is not a C++ module configuration.
462 return LogConfigError("Importing std module not enabled in settings");
485 visited_symbol_files, [&files](Module &module) {
486 for (std::size_t i = 0; i < module.GetNumCompileUnits(); ++i) {
488 module.GetCompileUnitAtIndex(i)->GetSupportFiles();
496 LLDB_LOG(log, "[C++ module confi
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_syscalls.c33 #include <sys/module.h>
157 syscall_module_handler(struct module *mod, int what, void *arg)
/freebsd-11-stable/share/dtrace/
H A Dmbuf.d31 #pragma D depends_on module kernel
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dpsinfo.d31 #pragma D depends_on module kernel
H A Dsched.d30 #pragma D depends_on module kernel
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h47 struct module;
135 struct module *owner;
H A Ddevice.h41 #include <linux/module.h>
53 struct module *owner;
491 class_create(struct module *owner, const char *name)
/freebsd-11-stable/contrib/bmake/
H A Dmake.h245 * but the Suff module) */
464 * There is one bit per module. It is up to the module what debug
492 #define DEBUG(module) (debug & CONCAT(DEBUG_,module))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h46 ProcessMonitor(ProcessFreeBSD *process, lldb_private::Module *module,
216 LaunchArgs(ProcessMonitor *monitor, lldb_private::Module *module,
H A DProcessFreeBSD.cpp258 lldb::ModuleSP module = GetTarget().GetExecutableModule(); local
259 if (module && module->GetObjectFile())
260 m_byte_order = module->GetObjectFile()->GetByteOrder();
275 // For now we are just making sure the file exists for a given module
279 // If there is no executable module, we return true since we might be
307 // Resolve the executable module
325 // Initialize the target module list
335 Status ProcessFreeBSD::WillLaunch(Module *module) { argument
358 Status ProcessFreeBSD::DoLaunch(Module *module, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp21 Module &module, DWARFDataExtractor apple_names,
48 module, std::move(apple_names_table_up),
20 Create( Module &module, DWARFDataExtractor apple_names, DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types, DWARFDataExtractor apple_objc, DWARFDataExtractor debug_str) argument
H A DSymbolFileDWARF.cpp202 ParseSupportFilesFromPrologue(const lldb::ModuleSP &module, argument
220 if (!module->RemapSourceFile(llvm::StringRef(*file_path), remapped_file))
846 ModuleSP module = p.second; local
847 if (!module)
851 if (lambda(*module))
854 for (std::size_t i = 0; i < module->GetNumCompileUnits(); ++i) {
855 auto cu = module->GetCompileUnitAtIndex(i);
951 SourceModule module; local
952 module.path.push_back(ConstString(name));
960 module
3226 ModuleSP module = GetObjectFile()->GetModule(); local
3761 CollectCallSiteParameters(ModuleSP module, DWARFDIE call_site_die) argument
3809 CollectCallEdges(ModuleSP module, DWARFDIE function_die) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h213 Module *module); // Can be nullptr
220 void ConvertToLoadAddress(Module *module, Target *target);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp163 // module alive for the life of the process.
331 // initialization before the .exe module CRT begins to initialize.
338 // will be called for each instrumented module. This ensures that at least one
339 // __asan_set_seh_filter call happens after the .exe module CRT is initialized.
373 static void NTAPI asan_thread_init(void *module, DWORD reason, void *reserved) { argument
383 static void NTAPI asan_thread_exit(void *module, DWORD reason, void *reserved) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddress.i108 An address might refer to code or data from an existing module, or it
170 module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) that this address resides within.''')
H A DSBSymbolContextList.i87 obj = self.GetContextAtIndex(i).module
128 modules = property(get_module_array, None, doc='''Returns a list() of lldb.SBModule objects, one for each module in each SBSymbolContext object in this list.''')
/freebsd-11-stable/sys/conf/
H A Dconfig.mk3 # Common code to marry kernel config(8) goo and module building goo.
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in124 util/fptr_wlist.c util/locks.c util/log.c util/mini_event.c util/module.c \
143 fptr_wlist.lo edns.lo locks.lo log.lo mini_event.lo module.lo net_help.lo \
445 $(srcdir)/pythonmod/pythonmod.h $(srcdir)/util/module.h \
467 $(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -module -avoid-version -no-undefined -shared -o $@ libunbound_wrap.lo -rpath $(PYTHON_SITE_PKG) -L. -L.libs -lunbound
686 $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/data/dname.h $(srcdir)/util/module.h \
695 $(srcdir)/services/outbound_list.h $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h \
710 $(srcdir)/util/storage/dnstree.h $(srcdir)/util/module.h $(srcdir)/services/view.h
721 $(srcdir)/util/data/msgencode.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/wire2str.h $(srcdir)/util/module.h \
734 $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/module.h \
776 $(srcdir)/util/module
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp582 lldb::ModuleSP module) {
592 MakeRegRelLocationExpression(reg.Register, reg.Offset, module);
600 result.location = MakeEnregisteredLocationExpression(reg.Register, module);
644 MakeVFrameRelLocationExpression(program, loc.Hdr.Offset, module);
651 MakeRegRelLocationExpression(base_reg, loc.Hdr.Offset, module);
667 program, loc.Hdr.BasePointerOffset, module);
674 base_reg, loc.Hdr.BasePointerOffset, module);
580 GetVariableLocationInfo( PdbIndex &index, PdbCompilandSymId var_id, Block &block, lldb::ModuleSP module) argument
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c49 static struct lmodule *module; variable in typeref:struct:lmodule
111 .comment = "This module implements the BEGEMOT MIB for HAST.",
123 module = mod;
142 "The MIB module for BEGEMOT-HAST-MIB.", module);
/freebsd-11-stable/contrib/file/src/
H A Dmagic.c122 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) argument
133 if (!GetModuleFileNameA(module, dllpath, MAX_PATH))
138 if (module) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-cmd-queue.c55 #include <linux/module.h>
H A Dcvmx-debug-uart.c42 #include <linux/module.h>

Completed in 478 milliseconds

<<21222324252627282930>>