Lines Matching defs:ubyte
37 typedef uint8_t ubyte;
117 ubyte minimum_instruction_length;
118 ubyte default_is_stmt;
122 ubyte line_range;
124 ubyte opcode_base;
146 ubyte pointer_size;
163 static ubyte standard_opcode_length[] =
200 ubyte cur = data & 0x7F;
214 ubyte cur = data & 0x7F;
227 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcode,
238 static void emit_opcode(struct buffer_ext *be, ubyte opcode)
244 ubyte opcode, long data)
250 static void emit_opcode_unsigned(struct buffer_ext *be, ubyte opcode,
300 static ubyte get_special_opcode(struct debug_entry *ent,
364 ubyte special_opcode;