Home
last modified time | relevance | path

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

/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.c1102 (void) GetModuleInfo((char *) NULL,exception); in IsMagickTreeInstantiated()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h122 bool GetModuleInfo(PDBModuleInfo *info);
Dpdb_source_line_writer.cc791 if (GetModuleInfo(&info) && info.cpu == L"x86_64") { in PrintFrameData()
830 if (!GetModuleInfo(&info)) { in PrintPDBInfo()
1147 bool PDBSourceLineWriter::GetModuleInfo(PDBModuleInfo *info) { in GetModuleInfo() function in google_breakpad::PDBSourceLineWriter
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc154 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()