Searched defs:module (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-current/stand/efi/loader/
H A Dbootinfo.c336 uint64_t module; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h194 bool hasAlreadyFailed(StringRef module) { argument
198 void addFailed(StringRef module) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp23 Create( Module &module, DWARFDataExtractor apple_names, DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types, DWARFDataExtractor apple_objc, DWARFDataExtractor debug_str) argument
H A DDebugNamesDWARFIndex.cpp24 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp34 ParseModule(Target &target, const JSONModule &module) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp36 const char *module = frame->info.module; local
H A Dsanitizer_procmaps_mac.cpp49 static void NextSectionLoad(LoadedModule *module, MemoryMappedSegmentData *data, argument
60 void MemoryMappedSegment::AddAddressRanges(LoadedModule *module) { argument
H A Dsanitizer_symbolizer_libcdep.cpp178 const LoadedModule *module = FindModuleForAddress(address); local
217 const LoadedModule *module = SearchForModule(modules_, address); local
[all...]
H A Dsanitizer_symbolizer.h32 char *module; member in struct:__sanitizer::AddressInfo
91 char *module; member in struct:__sanitizer::DataInfo
123 char *module; member in struct:__sanitizer::FrameInfo
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp109 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, argument
115 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, argument
123 void DynamicLoader::UnloadSections(const ModuleSP module) { argument
127 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { argument
[all...]
H A DDataFileCache.cpp166 CacheSignature::CacheSignature(lldb_private::Module *module) { argument
H A DSearchFilter.cpp391 SearchFilterByModule(const lldb::TargetSP &target_sp, const FileSpec &module) argument
[all...]
H A DValue.cpp315 GetValueAsData(ExecutionContext *exe_ctx, DataExtractor &data, Module *module) argument
577 ResolveValue(ExecutionContext *exe_ctx, Module *module) argument
663 ConvertToLoadAddress(Module *module, Target *target) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h92 void SetModule(lldb::ModuleSP module) { m_module_sp = module; } argument
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen.c53 const char *module; member in struct:import
60 add_import (const char *module) argument
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dplugin.c413 heim_dict_t module; local
592 _krb5_plugin_run_f(krb5_context context, const char *module, const char *name, int min_version, int flags, void *userctx, krb5_error_code (*func)(krb5_context, const void *, void *, void *)) argument
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Dwpa_debug.c825 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, argument
/freebsd-current/sys/dev/ixl/
H A Di40e_dcb.c1351 _i40e_read_lldp_cfg(struct i40e_hw *hw, struct i40e_lldp_variables *lldp_cfg, u8 module, u32 word_offset) argument
/freebsd-current/libexec/pppoed/
H A Dpppoed.c462 const char *module[] = { "netgraph", "ng_socket", "ng_ether", "ng_pppoe" }; local
/freebsd-current/contrib/file/src/
H A Dmagic.c122 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) argument
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c46 static struct lmodule *module; variable in typeref:struct:lmodule
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp53 ModuleSP module = proc->GetTarget().GetExecutableModule(); local
207 void DynamicLoaderHexagonDYLD::UpdateLoadedSections(ModuleSP module, argument
241 UnloadSections(const ModuleSP module) argument
552 GetThreadLocalData(const lldb::ModuleSP module, const lldb::ThreadSP thread, lldb::addr_t tls_file_addr) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp547 bool TargetList::AnyTargetContainsModule(Module &module) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp85 lldb::ModuleSP module = CalculateSymbolContextModule(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp135 Instrumenter(llvm::Module &module, argument
307 ValidPointerChecker(llvm::Module &module, argument
353 ObjcObjectChecker(llvm::Module &module, argument
[all...]

Completed in 311 milliseconds

1234567