| /freebsd-12.1/contrib/libc++/include/ |
| H A D | module.modulemap | 1 // define the module for __config outside of the top level 'std' module 8 module std [system] { 19 module ctype_h { 218 module any { 222 module array { 231 module bit { 304 module ios { 334 module list { 343 module map { 356 module new { [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | module.modulemap | 1 module lldb_mi { 2 module MICmdArgContext { header "MICmdArgContext.h" export * } 3 module MICmdArgSet { header "MICmdArgSet.h" export * } 15 module MICmdBase { header "MICmdBase.h" export * } 25 module MICmdCmd { header "MICmdCmd.h" export * } 36 module MICmdData { header "MICmdData.h" export * } 40 module MICmdMgr { header "MICmdMgr.h" export * } 42 module MICmnBase { header "MICmnBase.h" export * } 51 module MICmnLog { header "MICmnLog.h" export * } 67 module MIDriver { header "MIDriver.h" export * } [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | module.modulemap | 2 module lldb_API { 6 module * { export * } 9 module lldb_Host { 62 module * { export * } 66 module lldb_Wrapper { 72 module * { export * } 75 module lldb_Core { 105 module lldb_Symbol { 111 module lldb_Target { 120 module lldb_Utility { [all …]
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | Makefile.def | 268 // Inter-module dependencies 287 dependencies = { module=all-gcc; on=all-gmp; }; 324 dependencies = { module=all-gdb; on=all-sim; }; 358 dependencies = { module=all-gas; on=all-bfd; }; 367 dependencies = { module=all-ld; on=all-bfd; }; 397 dependencies = { module=all-tk; on=all-tcl; }; 403 dependencies = { module=all-sid; on=all-tk; }; 487 lang_env_dependencies = { module=examples; }; 489 lang_env_dependencies = { module=rda; }; 490 lang_env_dependencies = { module=winsup; }; [all …]
|
| H A D | Makefile.tpl | 406 @if [+module+] 855 maybe-all-[+prefix+][+module+]: all-[+prefix+][+module+] 936 .PHONY: check-[+module+] maybe-check-[+module+] 938 @if [+module+] 939 maybe-check-[+module+]: check-[+module+] 964 .PHONY: install-[+module+] maybe-install-[+module+] 966 @if [+module+] 967 maybe-install-[+module+]: install-[+module+] 985 @if [+module+] 1048 maybe-check-target-[+module+]: check-target-[+module+] [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ |
| H A D | module.modulemap | 1 module LLVM_Analysis { 4 module * { export * } 10 module LLVM_AsmParser { 13 module * { export * } 18 module LLVM_Backend { 21 module CodeGen { 80 extern module LLVM_Extern_Config_Def "module.extern.modulemap" 179 module Pass { 243 module LLVM_IR { 275 module LLVM_MC { [all …]
|
| H A D | module.extern.modulemap | 1 module LLVM_Extern_Config_Def {} 2 module LLVM_Extern_IR_Attributes_Gen {} 3 module LLVM_Extern_IR_Intrinsics_Gen {} 4 module LLVM_Extern_IR_Intrinsics_Enum {} 5 module LLVM_Extern_Utils_DataTypes {}
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ |
| H A D | module.modulemap | 1 module Clang_Analysis { 7 module * { export * } 16 module Clang_AST { 25 module * { export * } 30 module Clang_Basic { 63 module * { export * } 87 module Clang_Driver { 93 module * { export * } 99 module Clang_Frontend { 105 module * { export * } [all …]
|
| /freebsd-12.1/contrib/openpam/lib/libpam/ |
| H A D | openpam_load.c | 57 pam_module_t *module; in openpam_load_module() local 59 module = openpam_dynamic(modulename); in openpam_load_module() 66 module = openpam_static(modulename); in openpam_load_module() 71 if (module == NULL) { in openpam_load_module() 75 return (module); in openpam_load_module() 88 if (module == NULL) in openpam_release_module() 90 if (module->dlh == NULL) in openpam_release_module() 93 dlclose(module->dlh); in openpam_release_module() 95 FREE(module->path); in openpam_release_module() 96 FREE(module); in openpam_release_module() [all …]
|
| H A D | openpam_dynamic.c | 125 pam_module_t *module; in try_module() local 128 if ((module = calloc(1, sizeof *module)) == NULL || in try_module() 137 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module() 155 return (module); in try_module() 158 if (module != NULL) { in try_module() 160 dlclose(module->dlh); in try_module() 162 FREE(module->path); in try_module() 163 FREE(module); in try_module() 181 pam_module_t *module; in openpam_dynamic() local 247 return (module); in openpam_dynamic() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | module.modulemap | 1 /*===---- module.modulemap - intrinsics module map -------------------------=== 25 explicit module altivec { 30 explicit module arm { 33 explicit module acle { 38 explicit module neon { 46 explicit module intel { 89 explicit module mmx { 93 explicit module sse { 100 explicit module sse2 { 151 explicit module htm { [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptx86ABIFixups.cpp | 32 (void)module; in isRSAPICall() 54 (void)module; in isRSLargeReturnCall() 73 (void)module; in isRSAllocationTyCallSite() 128 bool findRSCallSites(llvm::Module &module, in findRSCallSites() argument 133 for (auto &func : module.getFunctionList()) in findRSCallSites() 141 if (isRSAPICall(module, call_inst) && predicate(module, call_inst)) { in findRSCallSites() 149 bool fixupX86StructRetCalls(llvm::Module &module) { in fixupX86StructRetCalls() argument 269 bool fixupX86FunctionCalls(llvm::Module &module) { in fixupX86FunctionCalls() argument 270 return fixupX86StructRetCalls(module); in fixupX86FunctionCalls() 273 bool fixupX86_64FunctionCalls(llvm::Module &module) { in fixupX86_64FunctionCalls() argument [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/objects/ |
| H A D | objects.pl | 53 $module = $1."-"; 54 $module =~ s/\./_/g; 55 $module =~ s/-/_/g; 58 { $module = ""; } 63 $Cname = $module.$1; 93 if ($Cname ne "" && defined($ln{$module.$Cname})) 94 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.… 100 if ($Cname ne "" && defined($sn{$module.$Cname})) 101 …txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.… 110 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.… [all …]
|
| /freebsd-12.1/stand/forth/ |
| H A D | loader.4th | 201 \ show, enable, disable, toggle module loading. They all take module from 205 over module.flag ! 210 : enable-module find-module ?dup if true set-module-flag then ; 212 : disable-module find-module ?dup if false set-module-flag then ; 214 : toggle-module find-module ?dup if dup module.flag @ 0= set-module-flag then ; 216 \ ***** show-module 220 : show-module ( <module> -- ) find-module ?dup if show-one-module then ; 248 s" enable-module" s" enable loading of a module" .? 249 s" disable-module" s" disable loading of a module" .? 250 s" toggle-module" s" toggle loading of a module" .? [all …]
|
| H A D | support.4th | 43 \ module module loading information structure 45 \ string module.name module's name 46 \ string module.loadname name to be used in loading the module 47 \ string module.type module's type 120 structure: module 121 int module.flag 129 ptr module.next 721 module.next @ 889 : find-module ( <module> -- ptr | 0 ) 929 module.next @ [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 53 const ConstString &module, const ConstString &symbol, in AddRecognizer() argument 61 RegularExpressionSP module, RegularExpressionSP symbol, in AddRecognizer() argument 68 std::function<void(uint32_t recognized_id, std::string recognizer_name, std::string module, in ForEach() argument 75 callback(entry.recognizer_id, entry.recognizer->GetName(), entry.module.GetCString(), in ForEach() 106 if (entry.module) in GetRecognizerForFrame() 107 if (entry.module != module_name) continue; in GetRecognizerForFrame() 139 ConstString module; member 156 StackFrameRecognizerSP recognizer, const ConstString &module, in AddRecognizer() argument 158 GetStackFrameRecognizerManagerImpl().AddRecognizer(recognizer, module, symbol, in AddRecognizer() 163 StackFrameRecognizerSP recognizer, RegularExpressionSP module, in AddRecognizer() argument [all …]
|
| /freebsd-12.1/sys/sys/ |
| H A D | module.h | 52 typedef struct module *module_t; 121 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument 122 static struct mod_depend _##module##_depend_on_##mdepend \ 128 MODULE_METADATA(_md_##module##_on_##mdepend, MDT_DEPEND, \ 129 &_##module##_depend_on_##mdepend, #mdepend) 146 SYSINIT(name##module, sub, order, module_register_init, &data); \ 167 #define MODULE_VERSION_CONCAT(module, version) _##module##_version argument 168 #define MODULE_VERSION(module, version) \ argument 169 static struct mod_version MODULE_VERSION_CONCAT(module, version)\ 173 MODULE_METADATA(MODULE_VERSION_CONCAT(module, version), MDT_VERSION,\ [all …]
|
| /freebsd-12.1/contrib/bsnmp/ |
| H A D | oid-list | 13 2 BEGEMOT-NETGRAPH snmpd netgraph module 18 100 BEGEMOT-ILMID snmpd ILMID module 19 101 BEGEMOT-ATM snmpd ATM module 20 200 BEGEMOT-PF snmpd PF module ([email protected]) 21 201 BEGEMOT-NTP snmpd NTP module 22 202 BEGEMOT-HOSTRES snmpd HOSTRES module private stuff 25 205 begemotBridge bridge module 26 210 begemotWlan WLAN module 27 220 begemotHast HAST module
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 112 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, in UpdateLoadedSections() argument 115 UpdateLoadedSectionsCommon(module, base_addr, base_addr_is_offset); in UpdateLoadedSections() 118 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, in UpdateLoadedSectionsCommon() argument 122 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon() 126 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections() argument 127 UnloadSectionsCommon(module); in UnloadSections() 130 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon() argument 132 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() 144 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const { in GetSectionListFromModule() 146 if (module) { in GetSectionListFromModule() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_libcdep.cc | 104 info->module = internal_strdup(module_name); in SymbolizeData() 152 const LoadedModule *module = FindModuleForAddress(address); in FindModuleNameAndOffsetForAddress() local 153 if (module == nullptr) in FindModuleNameAndOffsetForAddress() 155 *module_name = module->full_name(); in FindModuleNameAndOffsetForAddress() 156 *module_offset = address - module->base_address(); in FindModuleNameAndOffsetForAddress() 157 *module_arch = module->arch(); in FindModuleNameAndOffsetForAddress() 185 if (module) return module; in FindModuleForAddress() 193 module = SearchForModule(modules_, address); in FindModuleForAddress() 194 if (module) return module; in FindModuleForAddress() 199 module = SearchForModule(fallback_modules_, address); in FindModuleForAddress() [all …]
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | dra7-l4.dtsi | 47 target-module@2000 { /* 0x4a002000, ap 3 08.0 */ 136 target-module@5000 { /* 0x4a005000, ap 5 10.0 */ 162 target-module@8000 { /* 0x4a008000, ap 7 0e.0 */ 187 target-module@56000 { /* 0x4a056000, ap 9 02.0 */ 227 target-module@5e000 { /* 0x4a05e000, ap 11 1a.0 */ 235 target-module@80000 { /* 0x4a080000, ap 13 20.0 */ 303 target-module@90000 { /* 0x4a090000, ap 59 42.0 */ 565 target-module@2000 { /* 0x4a102000, ap 27 3c.0 */ 845 target-module@0 { /* 0x4a200000, ap 77 3e.0 */ 4312 target-module@0 { /* 0x4ae10000, ap 5 20.0 */ [all …]
|
| H A D | am33xx-l4.dtsi | 33 target-module@0 { /* 0x44d00000, ap 4 28.0 */ 43 target-module@80000 { /* 0x44d80000, ap 6 10.0 */ 89 target-module@0 { /* 0x44e00000, ap 8 58.0 */ 114 target-module@3000 { /* 0x44e03000, ap 10 0a.0 */ 122 target-module@5000 { /* 0x44e05000, ap 12 30.0 */ 130 target-module@7000 { /* 0x44e07000, ap 14 20.0 */ 164 target-module@9000 { /* 0x44e09000, ap 16 04.0 */ 196 target-module@b000 { /* 0x44e0b000, ap 18 48.0 */ 229 target-module@d000 { /* 0x44e0d000, ap 20 38.0 */ 792 target-module@0 { /* 0x4b140000, ap 5 02.2 */ [all …]
|
| /freebsd-12.1/lib/libpam/pam.d/ |
| H A D | README | 5 Each file details the module chain for a single service, and must be 17 module-type control-flag module-path arguments 24 module-type: 32 control-flag: How libpam handles success or failure of the module. 38 module failed, no remaining modules are run. 49 preceding auth module. 51 the preceding auth module, and if that fails 57 Note that having a "sufficient" module as the last entry for a 58 particular service and module type may result in surprising behaviour. 60 pam_deny module at the end of the chain.
|
| /freebsd-12.1/contrib/libucl/doc/ |
| H A D | lua_api.md | 3 This lua module allows to parse objects from strings and to store data into 62 The module `ucl` defines the following functions. 85 Back to [module description](#module-ucl). 132 Back to [module description](#module-ucl). 137 The module `ucl` defines the following methods. 164 Back to [module description](#module-ucl). 178 Back to [module description](#module-ucl). 192 Back to [module description](#module-ucl).
|
| /freebsd-12.1/contrib/compiler-rt/lib/interception/ |
| H A D | interception_win.cc | 861 RVAPtr(void *module, uptr rva) in RVAPtr() argument 879 RVAPtr<IMAGE_DOS_HEADER> dos_stub(module, 0); in InternalGetProcAddress() 892 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, in InternalGetProcAddress() 899 RVAPtr<char> name(module, names[i]); in InternalGetProcAddress() 902 RVAPtr<char> func(module, functions[index]); in InternalGetProcAddress() 954 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction() local 955 if (!module) in OverrideImportedFunction() 959 RVAPtr<IMAGE_DOS_HEADER> dos_stub(module, 0); in OverrideImportedFunction() 973 RVAPtr<IMAGE_IMPORT_DESCRIPTOR> imports(module, in OverrideImportedFunction() 976 RVAPtr<const char> modname(module, imports->Name); in OverrideImportedFunction() [all …]
|