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

1234567

/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII.c42 static struct lmodule *module; variable in typeref:struct:lmodule
[all...]
/freebsd-current/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c75 static struct lmodule *module; variable in typeref:struct:lmodule
/freebsd-current/contrib/bsnmp/snmpd/
H A Dsnmpd.h302 struct lmodule *module; member in struct:objres
/freebsd-current/contrib/file/src/
H A Dmagic.c122 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) argument
/freebsd-current/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h5972 CXModule module; member in struct:__anon175
[all...]
/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/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3956 llvm::Constant *module = [&] { local
[all...]
H A DCGVTables.cpp630 llvm::Module &module = CGM.getModule(); local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp386 static void NTAPI asan_thread_init(void *module, DWORD reason, void *reserved) { argument
396 static void NTAPI asan_thread_exit(void *module, DWORD reason, void *reserved) { argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp982 RVAPtr(void *module, uptr rva) argument
998 uptr InternalGetProcAddress(void *module, const char *func_name) { argument
1075 HMODULE module = GetModuleHandleA(module_to_patch); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp34 static bool IsLinker(const LoadedModule& module) { argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp99 const char *StripModuleName(const char *module) { argument
H A Dsanitizer_posix.cpp288 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { argument
H A Dsanitizer_procmaps_common.cpp66 void MemoryMappedSegment::AddAddressRanges(LoadedModule *module) { argument
H A Dsanitizer_procmaps_mac.cpp49 static void NextSectionLoad(LoadedModule *module, MemoryMappedSegmentData *data, argument
60 void MemoryMappedSegment::AddAddressRanges(LoadedModule *module) { argument
H A Dsanitizer_stacktrace_printer.cpp354 RenderModuleLocation(InternalScopedString *buffer, const char *module, uptr offset, ModuleArch arch, const char *strip_path_prefix) argument
[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
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_markup.cpp76 static bool ModulesEq(const LoadedModule &module, argument
84 ModuleHasBeenRendered( const LoadedModule &module, const InternalMmapVectorNoCtor<RenderedModule> &renderedModules) argument
94 RenderModule(InternalScopedString *buffer, const LoadedModule &module, uptr moduleId) argument
105 RenderMmaps(InternalScopedString *buffer, const LoadedModule &module, uptr moduleId) argument
[all...]
H A Dsanitizer_symbolizer_report.cpp36 const char *module = frame->info.module; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h114 void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; } argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h198 virtual lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module, argument
[all...]
H A DProcess.h1074 virtual Status DoWillLaunch(Module *module) { return Status(); } argument
[all...]
H A DStackFrameRecognizer.h131 ConstString module; member in struct:lldb_private::StackFrameRecognizerManager::RegisteredEntry
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp115 void SBSymbolContext::SetModule(lldb::SBModule module) { argument

Completed in 418 milliseconds

1234567