Searched defs:module (Results 1 - 25 of 90) sorted by path

1234

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c92 kstat_create(char *module, int instance, char *name, char *class, argument
/freebsd-10-stable/contrib/apr-util/misc/
H A Dapu_dso.c110 apu_dso_load(apr_dso_handle_t **dlhandleptr, apr_dso_handle_sym_t *dsoptr, const char *module, const char *modsym, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddlltool.c1102 def_import (const char *app_name, const char *module, const char *dllext, argument
[all...]
H A Dsysdump.c603 module (void) function
/freebsd-10-stable/contrib/binutils/ld/
H A Ddeffile.h50 def_file_module *module; /* always set */ member in struct:def_file_import
H A Dpe-dll.c2466 def_file_module *module; local
[all...]
/freebsd-10-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c42 static struct lmodule *module; variable in typeref:struct:lmodule
[all...]
/freebsd-10-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c73 static struct lmodule *module; variable in typeref:struct:lmodule
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.h298 struct lmodule *module; member in struct:objres
/freebsd-10-stable/contrib/file/src/
H A Dmagic.c124 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) argument
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp292 void ExecutionEngine::runStaticConstructorsDestructors(Module *module, argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h5348 CXModule module; member in struct:__anon3066
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h38 ModuleLoadResult(Module *module, bool missingExpected) argument
[all...]
H A DPreprocessorOptions.h126 bool hasAlreadyFailed(StringRef module) { argument
130 void addFailed(StringRef module) { argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h242 GetThreadLocalData (const lldb::ModuleSP module, const lldb::ThreadSP thread) argument
[all...]
H A DProcess.h2224 WillLaunch (Module* module) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBSymbolContext.cpp182 SBSymbolContext::SetModule (lldb::SBModule module) argument
H A DSBTarget.cpp1959 SBTarget::AddModule (lldb::SBModule &module) argument
2075 SBTarget::RemoveModule (lldb::SBModule module) argument
2491 SBTarget::SetModuleLoadAddress (lldb::SBModule module, int64_t slide_offset) argument
2532 ClearModuleLoadAddress(lldb::SBModule module) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp101 BreakpointLocationList::FindInModule (Module *module, argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1397 DumpModuleArchitecture (Stream &strm, Module *module, bool full_triple, uint32_t width) argument
1414 DumpModuleUUID (Stream &strm, Module *module) argument
1423 DumpCompileUnitLineTable(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, bool load_addresses) argument
1518 DumpModuleSymtab(CommandInterpreter &interpreter, Stream &strm, Module *module, SortOrder sort_order) argument
1533 DumpModuleSections(CommandInterpreter &interpreter, Stream &strm, Module *module) argument
1551 DumpModuleSymbolVendor(Stream &strm, Module *module) argument
1589 LookupAddressInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, uint32_t resolve_mask, lldb::addr_t raw_addr, lldb::addr_t offset, bool verbose) argument
1643 LookupSymbolInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool verbose) argument
1728 LookupFunctionInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool include_inlines, bool include_symbols, bool verbose) argument
1777 LookupTypeInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name_cstr, bool name_is_regex) argument
1880 LookupFileAndLineInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, uint32_t line, bool check_inlines, bool verbose) argument
1932 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); local
2237 Module *module = module_list.GetModulePointerAtIndex(i); local
2362 Module *module = module_list.GetModulePointerAtIndex(i); local
2470 Module *module = module_list.GetModulePointerAtIndex(i); local
2882 Module *module = matching_modules.GetModulePointerAtIndex(0); local
3261 Module *module; local
3303 PrintModule(Target *target, Module *module, int indent, Stream &strm) argument
3994 LookupInModule(CommandInterpreter &interpreter, Module *module, CommandReturnObject &result, bool &syntax_error) argument
4172 Module *module = module_list.GetModulePointerAtIndex(j); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2015 Module *module = sc->module_sp.get(); local
[all...]
H A DDisassembler.cpp174 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const ConstString &name, Module *module, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
H A DDynamicLoader.cpp122 DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, addr_t base_addr) argument
128 DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, addr_t base_addr) argument
136 DynamicLoader::UnloadSections(const ModuleSP module) argument
142 DynamicLoader::UnloadSectionsCommon(const ModuleSP module) argument
[all...]
H A DModuleList.cpp732 Module *module = pos->get(); local
[all...]
H A DSearchFilter.cpp317 SearchFilterByModule::SearchFilterByModule (const lldb::TargetSP &target_sp, const FileSpec &module) : argument
411 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i); local
562 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i); local
[all...]

Completed in 347 milliseconds

1234