Lines Matching refs:buffer_ext
41 struct buffer_ext { struct
48 buffer_ext_dump(struct buffer_ext *be, const char *msg) in buffer_ext_dump() argument
57 buffer_ext_add(struct buffer_ext *be, void *addr, size_t sz) in buffer_ext_add()
85 buffer_ext_init(struct buffer_ext *be) in buffer_ext_init()
93 buffer_ext_size(struct buffer_ext *be) in buffer_ext_size()
99 buffer_ext_addr(struct buffer_ext *be) in buffer_ext_addr()
181 static void emit_uword(struct buffer_ext *be, uword data) in emit_uword()
186 static void emit_string(struct buffer_ext *be, const char *s) in emit_string()
191 static void emit_unsigned_LEB128(struct buffer_ext *be, in emit_unsigned_LEB128()
203 static void emit_signed_LEB128(struct buffer_ext *be, long data) in emit_signed_LEB128()
222 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcode, in emit_extended_opcode()
233 static void emit_opcode(struct buffer_ext *be, ubyte opcode) in emit_opcode()
238 static void emit_opcode_signed(struct buffer_ext *be, in emit_opcode_signed()
245 static void emit_opcode_unsigned(struct buffer_ext *be, ubyte opcode, in emit_opcode_unsigned()
252 static void emit_advance_pc(struct buffer_ext *be, unsigned long delta_pc) in emit_advance_pc()
257 static void emit_advance_lineno(struct buffer_ext *be, long delta_lineno) in emit_advance_lineno()
262 static void emit_lne_end_of_sequence(struct buffer_ext *be) in emit_lne_end_of_sequence()
267 static void emit_set_file(struct buffer_ext *be, unsigned long idx) in emit_set_file()
272 static void emit_lne_define_filename(struct buffer_ext *be, in emit_lne_define_filename()
289 static void emit_lne_set_address(struct buffer_ext *be, in emit_lne_set_address()
329 static void emit_lineno_info(struct buffer_ext *be, in emit_lineno_info()
399 static void add_debug_line(struct buffer_ext *be, in add_debug_line()
433 add_debug_abbrev(struct buffer_ext *be) in add_debug_abbrev()
446 add_compilation_unit(struct buffer_ext *be, in add_compilation_unit()
466 struct buffer_ext *dl, in jit_process_debug_info()
467 struct buffer_ext *da, in jit_process_debug_info()
468 struct buffer_ext *di) in jit_process_debug_info()
491 struct buffer_ext dl, di, da; in jit_add_debug_info()