Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpe_util.cc88 UBYTE count_of_codes; member
297 for (UBYTE c = 0; c < unwind_info->count_of_codes; c++) { in PrintPEFrameData()
307 if (c < unwind_info->count_of_codes) in PrintPEFrameData()
312 if (c < unwind_info->count_of_codes) in PrintPEFrameData()
352 ((unwind_info->count_of_codes + 1) & ~1))); in PrintPEFrameData()