Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmodule.h76 *GetModuleInfo(const char *,ExceptionInfo *);
Dmodule.c216 MagickExport ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception) in GetModuleInfo() function
308 p=GetModuleInfo("*",exception); in GetModuleInfoList()
1251 module_info=(ModuleInfo *) GetModuleInfo(module,exception); in OpenModule()
Dmagick.c1007 (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()