Lines Matching refs:ubyte
36 typedef uint8_t ubyte;
110 ubyte minimum_instruction_length;
111 ubyte default_is_stmt;
115 ubyte line_range;
117 ubyte opcode_base;
139 ubyte pointer_size;
156 static ubyte standard_opcode_length[] =
193 ubyte cur = data & 0x7F;
207 ubyte cur = data & 0x7F;
220 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcode,
231 static void emit_opcode(struct buffer_ext *be, ubyte opcode)
237 ubyte opcode, long data)
243 static void emit_opcode_unsigned(struct buffer_ext *be, ubyte opcode,
293 static ubyte get_special_opcode(struct debug_entry *ent,
354 ubyte special_opcode;