Home
last modified time | relevance | path

Searched refs:GetModuleInfo (Results 1 – 17 of 17) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpe_source_line_writer.cc44 if (!GetModuleInfo(&module_info)) { in WriteSymbols()
69 bool PESourceLineWriter::GetModuleInfo(PDBModuleInfo* info) { in GetModuleInfo() function in google_breakpad::PESourceLineWriter
Dpe_source_line_writer.h55 bool GetModuleInfo(PDBModuleInfo* info);
Dpdb_source_line_writer.h88 bool GetModuleInfo(PDBModuleInfo *info);
Dpdb_source_line_writer.cc674 if (GetModuleInfo(&info) && info.cpu == L"x86_64") { in PrintFrameData()
749 if (!GetModuleInfo(&info)) { in PrintPDBInfo()
1081 bool PDBSourceLineWriter::GetModuleInfo(PDBModuleInfo *info) { in GetModuleInfo() function in google_breakpad::PDBSourceLineWriter
/external/ImageMagick/MagickCore/
Dmodule.h76 *GetModuleInfo(const char *,ExceptionInfo *);
Dmodule.c215 MagickExport ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception) in GetModuleInfo() function
307 p=GetModuleInfo("*",exception); in GetModuleInfoList()
1251 module_info=(ModuleInfo *) GetModuleInfo(module,exception); in OpenModule()
Dmagick.c1104 (void) GetModuleInfo((char *) NULL,exception); in IsMagickTreeInstantiated()
Dmethods.h530 #define GetModuleInfo PrependMagickMethod(GetModuleInfo) macro
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.h149 ModuleSpec GetModuleInfo(llvm::StringRef module_path, llvm::StringRef triple);
DGDBRemoteCommunicationServerCommon.cpp1084 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple); in Handle_qModuleInfo()
1151 ModuleSpec matched_module_spec = GetModuleInfo(file, triple); in Handle_jModulesInfo()
1292 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo() function in GDBRemoteCommunicationServerCommon
DGDBRemoteCommunicationClient.h454 bool GetModuleInfo(const FileSpec &module_file_spec,
DGDBRemoteCommunicationClient.cpp3651 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp4219 if (!m_gdb_comm.GetModuleInfo(module_file_spec, arch, module_spec)) { in GetModuleSpec()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc159 return writer.GetModuleInfo(pdb_info); in DumpSymbolsToTempFile()
/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp767 if (this->GetModuleInfo(hProcess, baseAddr, &Module) != FALSE) in LoadModule()
823 BOOL GetModuleInfo(HANDLE hProcess, DWORD64 baseAddr, IMAGEHLP_MODULE64_V3* pModuleInfo) in GetModuleInfo() function in StackWalkerInternal
1218 if (this->m_sw->GetModuleInfo(this->m_hProcess, s.AddrPC.Offset, &Module) != FALSE) in ShowCallstack()
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc714 if (!writer.GetModuleInfo(&module_info)) {
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp173 if (!m_gdb_client.GetModuleInfo(module_file_spec, arch, module_spec)) { in GetModuleSpec()