• Home
  • Raw
  • Download

Lines Matching defs:be

46 buffer_ext_dump(struct buffer_ext *be, const char *msg)  in buffer_ext_dump()
55 buffer_ext_add(struct buffer_ext *be, void *addr, size_t sz) in buffer_ext_add()
83 buffer_ext_init(struct buffer_ext *be) in buffer_ext_init()
91 buffer_ext_size(struct buffer_ext *be) in buffer_ext_size()
97 buffer_ext_addr(struct buffer_ext *be) in buffer_ext_addr()
179 static void emit_uword(struct buffer_ext *be, uword data) in emit_uword()
184 static void emit_string(struct buffer_ext *be, const char *s) in emit_string()
189 static void emit_unsigned_LEB128(struct buffer_ext *be, in emit_unsigned_LEB128()
201 static void emit_signed_LEB128(struct buffer_ext *be, long data) in emit_signed_LEB128()
220 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcode, in emit_extended_opcode()
231 static void emit_opcode(struct buffer_ext *be, ubyte opcode) in emit_opcode()
236 static void emit_opcode_signed(struct buffer_ext *be, in emit_opcode_signed()
243 static void emit_opcode_unsigned(struct buffer_ext *be, ubyte opcode, in emit_opcode_unsigned()
250 static void emit_advance_pc(struct buffer_ext *be, unsigned long delta_pc) in emit_advance_pc()
255 static void emit_advance_lineno(struct buffer_ext *be, long delta_lineno) in emit_advance_lineno()
260 static void emit_lne_end_of_sequence(struct buffer_ext *be) in emit_lne_end_of_sequence()
265 static void emit_set_file(struct buffer_ext *be, unsigned long idx) in emit_set_file()
270 static void emit_lne_define_filename(struct buffer_ext *be, in emit_lne_define_filename()
287 static void emit_lne_set_address(struct buffer_ext *be, in emit_lne_set_address()
327 static void emit_lineno_info(struct buffer_ext *be, in emit_lineno_info()
397 static void add_debug_line(struct buffer_ext *be, in add_debug_line()
431 add_debug_abbrev(struct buffer_ext *be) in add_debug_abbrev()
444 add_compilation_unit(struct buffer_ext *be, in add_compilation_unit()