Home | History | Annotate | Download | only in tools

Lines Matching refs:Descriptor

74 class Descriptor(object):
75 """Descriptor of a structure in a memory."""
85 self.ctype = Descriptor._GetCtype(fields)
94 partial_ctype = Descriptor._GetCtype(fields_copy[:last])
102 complete_ctype = Descriptor._GetCtype(fields_copy[:last])
184 MINIDUMP_HEADER = Descriptor([
194 MINIDUMP_LOCATION_DESCRIPTOR = Descriptor([
199 MINIDUMP_STRING = Descriptor([
204 MINIDUMP_DIRECTORY = Descriptor([
211 MINIDUMP_EXCEPTION = Descriptor([
221 MINIDUMP_EXCEPTION_STREAM = Descriptor([
251 MINIDUMP_FLOATING_SAVE_AREA_X86 = Descriptor([
277 MINIDUMP_CONTEXT_X86 = Descriptor([
320 MINIDUMP_FLOATING_SAVE_AREA_ARM = Descriptor([
326 MINIDUMP_CONTEXT_ARM = Descriptor([
356 MINIDUMP_FLOATING_SAVE_AREA_ARM = Descriptor([
361 MINIDUMP_CONTEXT_ARM64 = Descriptor([
410 MINIDUMP_CONTEXT_AMD64 = Descriptor([
477 MINIDUMP_MEMORY_DESCRIPTOR = Descriptor([
482 MINIDUMP_MEMORY_DESCRIPTOR64 = Descriptor([
487 MINIDUMP_MEMORY_LIST = Descriptor([
492 MINIDUMP_MEMORY_LIST_Mac = Descriptor([
498 MINIDUMP_MEMORY_LIST64 = Descriptor([
504 MINIDUMP_THREAD = Descriptor([
514 MINIDUMP_THREAD_LIST = Descriptor([
519 MINIDUMP_THREAD_LIST_Mac = Descriptor([
525 MINIDUMP_VS_FIXEDFILEINFO = Descriptor([
541 MINIDUMP_RAW_MODULE = Descriptor([
554 MINIDUMP_MODULE_LIST = Descriptor([
559 MINIDUMP_MODULE_LIST_Mac = Descriptor([
565 MINIDUMP_RAW_SYSTEM_INFO = Descriptor([
2982 Print a descriptor array in a readable format.
2990 Print a descriptor array in a readable format.