Lines Matching refs:ubyte
34 typedef uint8_t ubyte; typedef
95 ubyte minimum_instruction_length;
96 ubyte default_is_stmt;
100 ubyte line_range;
102 ubyte opcode_base;
124 ubyte pointer_size;
139 static ubyte const standard_opcode_length[DW_LNS_max_opcode - 1] =
169 ubyte cur = data & 0x7F; in emit_unsigned_LEB128()
184 ubyte cur = data & 0x7F; in emit_signed_LEB128()
198 static void emit_extended_opcode(struct growable_buffer * b, ubyte opcode, in emit_extended_opcode()
208 static void emit_opcode(struct growable_buffer * b, ubyte opcode) in emit_opcode()
215 ubyte opcode, long data) in emit_opcode_signed()
222 static void emit_opcode_unsigned(struct growable_buffer * b, ubyte opcode, in emit_opcode_unsigned()
276 static ubyte get_special_opcode(struct debug_line_info const * line, in get_special_opcode()
341 ubyte special_opcode; in emit_lineno_info()