Home | History | Annotate | Download | only in opjitconv

Lines Matching refs:growable_buffer

153 static void emit_uword(struct growable_buffer * b, uword data)
159 static void emit_string(struct growable_buffer * b, char const * s)
165 static void emit_unsigned_LEB128(struct growable_buffer * b,
178 static void emit_signed_LEB128(struct growable_buffer * b, long data)
198 static void emit_extended_opcode(struct growable_buffer * b, ubyte opcode,
208 static void emit_opcode(struct growable_buffer * b, ubyte opcode)
214 static void emit_opcode_signed(struct growable_buffer * b,
222 static void emit_opcode_unsigned(struct growable_buffer * b, ubyte opcode,
230 static void emit_advance_pc(struct growable_buffer * b, unsigned long delta_pc)
236 static void emit_advance_lineno(struct growable_buffer * b, long delta_lineno)
242 static void emit_lne_end_of_sequence(struct growable_buffer * b)
248 static void emit_set_file(struct growable_buffer * b, unsigned long index)
254 static void emit_lne_define_filename(struct growable_buffer * b,
269 static void emit_lne_set_address(struct growable_buffer * b,
306 static void emit_lineno_info(struct growable_buffer * b,
373 static void add_debug_line(struct growable_buffer * b,
406 static void add_compilation_unit(struct growable_buffer * b,
426 static void create_debug_abbrev(struct growable_buffer * b)
436 static struct growable_buffer b_line;
437 static struct growable_buffer b_debug_info;
438 static struct growable_buffer b_debug_abbrev;