Searched refs:buffer_ext (Results 1 – 1 of 1) sorted by relevance
41 struct buffer_ext { struct48 buffer_ext_dump(struct buffer_ext *be, const char *msg) in buffer_ext_dump() argument57 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()[all …]