Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc477 ULONGLONG func_length; in PrintFunctions() local
480 SUCCEEDED(parent->get_length(&func_length))) { in PrintFunctions()
481 if (block_rva < func_rva || block_rva > (func_rva + func_length)) { in PrintFunctions()