Searched refs:func_length (Results 1 – 2 of 2) sorted by relevance
484 ULONGLONG func_length; in PrintFunctions() local487 SUCCEEDED(parent->get_length(&func_length))) { in PrintFunctions()488 if (block_rva < func_rva || block_rva > (func_rva + func_length)) { in PrintFunctions()
284 auto func_length = pdb_func.getLength(); in ParseCompileUnitFunctionForPDBFunc() local286 AddressRange(file_vm_addr, func_length, in ParseCompileUnitFunctionForPDBFunc()