Searched refs:GetModuleInfo (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | module.h | 76 *GetModuleInfo(const char *,ExceptionInfo *);
|
D | module.c | 215 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()
|
D | magick.c | 1102 (void) GetModuleInfo((char *) NULL,exception); in IsMagickTreeInstantiated()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.h | 122 bool GetModuleInfo(PDBModuleInfo *info);
|
D | pdb_source_line_writer.cc | 791 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/ |
D | symupload.cc | 154 return writer.GetModuleInfo(pdb_info); in DumpSymbolsToTempFile()
|
/external/angle/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 767 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()
|