Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 157) sorted by relevance

1234567

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp29 bool isRSAPICall(llvm::Module &module, llvm::CallInst *call_inst) { in isRSAPICall()
43 bool isRSLargeReturnCall(llvm::Module &module, llvm::CallInst *call_inst) { in isRSLargeReturnCall()
72 bool isRSAllocationTyCallSite(llvm::Module &module, llvm::CallInst *call_inst) { in isRSAllocationTyCallSite()
128 bool findRSCallSites(llvm::Module &module, in findRSCallSites()
149 bool fixupX86StructRetCalls(llvm::Module &module) { in fixupX86StructRetCalls()
211 bool fixupRSAllocationStructByValCalls(llvm::Module &module) { in fixupRSAllocationStructByValCalls()
269 bool fixupX86FunctionCalls(llvm::Module &module) { in fixupX86FunctionCalls()
273 bool fixupX86_64FunctionCalls(llvm::Module &module) { in fixupX86_64FunctionCalls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameRecognizer.cpp53 const ConstString &module, const ConstString &symbol, in AddRecognizer()
61 RegularExpressionSP module, RegularExpressionSP symbol, in AddRecognizer()
68 std::function<void(uint32_t recognized_id, std::string recognizer_name, std::string module, in ForEach()
139 ConstString module; member
156 StackFrameRecognizerSP recognizer, const ConstString &module, in AddRecognizer()
163 StackFrameRecognizerSP recognizer, RegularExpressionSP module, in AddRecognizer()
170 std::function<void(uint32_t recognized_id, std::string recognizer_name, std::string module, in ForEach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp549 static DWARFExpression MakeLocationExpressionInternal(lldb::ModuleSP module, in MakeLocationExpressionInternal()
575 lldb::ModuleSP module) { in MakeRegisterBasedLocationExpressionInternal()
604 llvm::codeview::RegisterId reg, lldb::ModuleSP module) { in MakeEnregisteredLocationExpression()
609 llvm::codeview::RegisterId reg, int32_t offset, lldb::ModuleSP module) { in MakeRegRelLocationExpression()
614 uint16_t section, uint32_t offset, ModuleSP module) { in MakeGlobalLocationExpression()
644 ModuleSP module) { in MakeConstantLocationExpression()
/freebsd-12.1/sys/kern/
H A Dkern_module.c49 struct module { struct
52 struct linker_file *file; /* file which contains this module */ argument
55 char *name; /* module name */ argument
58 modspecific_t data; /* module specific data */ argument
/freebsd-12.1/contrib/openpam/lib/libpam/
H A Dopenpam_load.c57 pam_module_t *module; in openpam_load_module() local
85 openpam_release_module(pam_module_t *module) in openpam_release_module()
H A Dopenpam_dynamic.c125 pam_module_t *module; in try_module() local
181 pam_module_t *module; in openpam_dynamic() local
H A Dopenpam_static.c61 pam_module_t **module; in openpam_static() local
/freebsd-12.1/contrib/openpam/modules/pam_return/
H A DMakefile.am4 moduledir = $(OPENPAM_MODULES_DIR) directory
6 moduledir = $(libdir) directory
/freebsd-12.1/contrib/openpam/modules/pam_deny/
H A DMakefile.am4 moduledir = $(OPENPAM_MODULES_DIR) directory
6 moduledir = $(libdir) directory
/freebsd-12.1/contrib/openpam/modules/pam_unix/
H A DMakefile.am4 moduledir = $(OPENPAM_MODULES_DIR) directory
6 moduledir = $(libdir) directory
/freebsd-12.1/contrib/openpam/modules/pam_permit/
H A DMakefile.am4 moduledir = $(OPENPAM_MODULES_DIR) directory
6 moduledir = $(libdir) directory
/freebsd-12.1/lib/libc/iconv/
H A Dcitrus_mapper.c130 size_t linebufsize, const char **module, const char **variable) in lookup_mapper_entry()
206 const char * __restrict module, in mapper_open()
283 const char * __restrict module, const char * __restrict variable) in _citrus_mapper_open_direct()
320 const char *module, *variable; in _citrus_mapper_open() local
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h99 #define module_get(module) argument
100 #define module_put(module) argument
101 #define try_module_get(module) 1 argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp112 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, in UpdateLoadedSections()
118 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, in UpdateLoadedSectionsCommon()
126 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections()
130 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon()
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dlog.c92 const isc_logmodule_t * module; member
790 const isc_logmodule_t *module) in isc_log_usechannel()
832 isc_logmodule_t *module, int level, const char *format, ...) in isc_log_write()
848 isc_logmodule_t *module, int level, in isc_log_vwrite()
876 isc_logmodule_t *module, int level, in isc_log_vwrite1()
888 isc_logmodule_t *module, int level, in isc_log_iwrite()
906 isc_logmodule_t *module, int level, in isc_log_ivwrite()
919 isc_logmodule_t *module, int level, in isc_log_iwrite1()
937 isc_logmodule_t *module, int level, in isc_log_ivwrite1()
1057 const isc_logmodule_t *module, isc_logchannel_t *channel) in assignchannel()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp160 clang::Module *module) { in ReportModuleExportsHelper()
176 ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) { in ReportModuleExports()
181 for (ModuleID module : exports_set) { in ReportModuleExports() local
373 for (ModuleID module : modules) { in ForEachMacro() local
406 clang::Module *module = module_macro->getOwningModule(); in ForEachMacro() local
H A DClangPersistentVariables.h62 void AddHandLoadedClangModule(ClangModulesDeclVendor::ModuleID module) { in AddHandLoadedClangModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp49 ModuleSP module = proc->GetTarget().GetExecutableModule(); in findSymbolAddress() local
214 void DynamicLoaderHexagonDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
248 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
530 Module &module = *(m_process->GetTarget().GetExecutableModule().get()); in GetEntryPoint() local
567 DynamicLoaderHexagonDYLD::GetThreadLocalData(const lldb::ModuleSP module, in GetThreadLocalData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h24 DWARFIndex(Module &module) : m_module(module) {} in DWARFIndex()
H A DAppleDWARFIndex.h25 Module &module, std::unique_ptr<DWARFMappedHash::MemoryTable> apple_names, in AppleDWARFIndex()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h156 bool hasAlreadyFailed(StringRef module) { in hasAlreadyFailed()
160 void addFailed(StringRef module) { in addFailed()
/freebsd-12.1/tools/tools/kttcp/
H A DMakefile14 module: target
/freebsd-12.1/sys/sys/
H A Djail.h337 #define SYSCTL_JAIL_PARAM(module, param, type, fmt, descr) \ argument
340 #define SYSCTL_JAIL_PARAM_STRING(module, param, access, len, descr) \ argument
344 #define SYSCTL_JAIL_PARAM_STRUCT(module, param, access, len, fmt, descr)\ argument
348 #define SYSCTL_JAIL_PARAM_NODE(module, descr) \ argument
350 #define SYSCTL_JAIL_PARAM_SUBNODE(parent, module, descr) \ argument
352 #define SYSCTL_JAIL_PARAM_SYS_NODE(module, access, descr) \ argument
/freebsd-12.1/share/examples/kld/syscall/module/
H A Dsyscall.c67 load(struct module *module, int cmd, void *arg) in load()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp33 Module *module, Target *target) { in CreateInstanceHelper()
48 Module *module) { in CreateInstance()
203 Module *module, in GetTypeSystemForLanguage()

1234567