Home
last modified time | relevance | path

Searched refs:ReadPEInfo (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpe_util.h47 bool ReadPEInfo(const wstring& pe_file, PEModuleInfo* info);
Dpe_source_line_writer.cc74 return ReadPEInfo(pe_file_, info); in GetPEInfo()
Dpe_util.cc199 bool ReadPEInfo(const wstring & pe_file, PEModuleInfo * info) { in ReadPEInfo() function