Searched refs:existing_module (Results 1 – 1 of 1) sorted by relevance
2780 const MinidumpModule& existing_module = in Read() local2782 if (existing_module.base_address() == module.base_address() && in Read()2783 existing_module.size() == module.size() && in Read()2784 existing_module.code_file() == module.code_file() && in Read()2785 existing_module.code_identifier() == module.code_identifier()) { in Read()