Home
last modified time | relevance | path

Searched defs:GetModuleInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dpe_source_line_writer.cc72 bool PESourceLineWriter::GetModuleInfo(PDBModuleInfo* info) { in GetModuleInfo() function in google_breakpad::PESourceLineWriter
H A Dpdb_source_line_writer.cc1439 bool PDBSourceLineWriter::GetModuleInfo(PDBModuleInfo* info) { in GetModuleInfo() function in google_breakpad::PDBSourceLineWriter
/aosp_15_r20/external/angle/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp823 BOOL GetModuleInfo(HANDLE hProcess, DWORD64 baseAddr, IMAGEHLP_MODULE64_V3* pModuleInfo) in GetModuleInfo() function in StackWalkerInternal