Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd-src/sys/stand/efiboot/
H A Dmodule.c41 char *module_name; member
96 module_add(const char *module_name) in module_add()
119 module_remove(const char *module_name) in module_remove()
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dmodule-deps-to-rsp.py21 def __init__(self, module_name): argument
29 def findModule(module_name, full_deps): argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_services.c57 const char *module_name, in dm_write_persistent_data()
69 const char *module_name, in dm_read_persistent_data()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp87 const char *module_name = nullptr; in SymbolizePC() local
107 const char *module_name = nullptr; in SymbolizeData() local
128 const char *module_name = nullptr; in SymbolizeFrame() local
142 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
175 const char **module_name, in FindModuleNameAndOffsetForAddress()
434 const char *module_name, in FormatAndSendCommand()
H A Dsanitizer_symbolizer_posix_libcdep.cpp206 Addr2LineProcess(const char *path, const char *module_name) in Addr2LineProcess()
209 const char *module_name() const { return module_name_; } in module_name() function in __sanitizer::Addr2LineProcess
286 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand()
H A Dsanitizer_stacktrace_libcdep.cpp169 static int GetModuleAndOffsetForPc(uptr pc, char *module_name, in GetModuleAndOffsetForPc()
219 int __sanitizer_get_module_and_offset_for_pc(uptr pc, char *module_name, in __sanitizer_get_module_and_offset_for_pc()
H A Dsanitizer_common.cpp129 void LoadedModule::set(const char *module_name, uptr base_address) { in set()
135 void LoadedModule::set(const char *module_name, uptr base_address, in set()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc77 const char *module_name; in SymbolizePC() local
97 const char *module_name; in SymbolizeData() local
116 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
149 const char **module_name, in FindModuleNameAndOffsetForAddress()
370 const char *module_name, in FormatAndSendCommand()
H A Dsanitizer_stacktrace_libcdep.cc86 static int GetModuleAndOffsetForPc(uptr pc, char *module_name, in GetModuleAndOffsetForPc()
153 uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) { in __sanitizer_get_module_and_offset_for_pc()
H A Dsanitizer_symbolizer_posix_libcdep.cc256 Addr2LineProcess(const char *path, const char *module_name) in Addr2LineProcess()
259 const char *module_name() const { return module_name_; } in module_name() function in __sanitizer::Addr2LineProcess
336 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand()
H A Dsanitizer_common.cc131 void LoadedModule::set(const char *module_name, uptr base_address) { in set()
137 void LoadedModule::set(const char *module_name, uptr base_address, in set()
H A Dsanitizer_coverage_libcdep_new.cc48 static void WriteModuleCoverage(char* file_path, const char* module_name, in WriteModuleCoverage()
62 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc75 const char *module_name; in SymbolizePC() local
95 const char *module_name; in SymbolizeData() local
114 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
147 const char **module_name, in FindModuleNameAndOffsetForAddress()
368 const char *module_name, in FormatAndSendCommand()
H A Dsanitizer_stacktrace_libcdep.cc84 static int GetModuleAndOffsetForPc(uptr pc, char *module_name, in GetModuleAndOffsetForPc()
151 uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) { in __sanitizer_get_module_and_offset_for_pc()
H A Dsanitizer_symbolizer_posix_libcdep.cc254 Addr2LineProcess(const char *path, const char *module_name) in Addr2LineProcess()
257 const char *module_name() const { return module_name_; } in module_name() function in __sanitizer::Addr2LineProcess
334 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand()
H A Dsanitizer_symbolizer_fuchsia.cc56 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
H A Dsanitizer_common.cc129 void LoadedModule::set(const char *module_name, uptr base_address) { in set()
135 void LoadedModule::set(const char *module_name, uptr base_address, in set()
H A Dsanitizer_coverage_libcdep_new.cc46 static void WriteModuleCoverage(char* file_path, const char* module_name, in WriteModuleCoverage()
60 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interface_internal.h54 const char *module_name; // Module name as a C string. This pointer is a member
H A Dasan_suppressions.cc79 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interface_internal.h52 const char *module_name; // Module name as a C string. This pointer is a member
H A Dasan_suppressions.cc77 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interface_internal.h53 const char *module_name; // Module name as a C string. This pointer is a member
H A Dasan_suppressions.cpp78 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dprovider.c18 OSSL_PROVIDER **provider, const char *module_name) in test_get_libctx()
56 const char *module_name; in test_arg_libctx() local

1234