Home | History | Annotate | Download | only in tools

Lines Matching refs:number_of_modules

554   ("number_of_modules", ctypes.c_uint32),
555 ("modules", lambda t: MINIDUMP_RAW_MODULE.ctype * t.number_of_modules)
559 ("number_of_modules", ctypes.c_uint32),
561 ("modules", lambda t: MINIDUMP_RAW_MODULE.ctype * t.number_of_modules)