Lines Matching refs:UBYTE
49 typedef unsigned char UBYTE; typedef
59 UBYTE offset_in_prolog;
60 UBYTE unwind_operation_code : 4;
61 UBYTE operation_info : 4;
85 UBYTE version : 3;
86 UBYTE flags : 5;
87 UBYTE size_of_prolog;
88 UBYTE count_of_codes;
89 UBYTE frame_register : 4;
90 UBYTE frame_offset : 4;
297 for (UBYTE c = 0; c < unwind_info->count_of_codes; c++) { in PrintPEFrameData()