Symbol: buffer_ext
tools/perf/util/genelf_debug.c
104
buffer_ext_addr(struct buffer_ext *be)
tools/perf/util/genelf_debug.c
186
static void emit_uword(struct buffer_ext *be, uword data)
tools/perf/util/genelf_debug.c
191
static void emit_string(struct buffer_ext *be, const char *s)
tools/perf/util/genelf_debug.c
196
static void emit_unsigned_LEB128(struct buffer_ext *be,
tools/perf/util/genelf_debug.c
208
static void emit_signed_LEB128(struct buffer_ext *be, long data)
tools/perf/util/genelf_debug.c
227
static void emit_extended_opcode(struct buffer_ext *be, ubyte opcode,
tools/perf/util/genelf_debug.c
238
static void emit_opcode(struct buffer_ext *be, ubyte opcode)
tools/perf/util/genelf_debug.c
243
static void emit_opcode_signed(struct buffer_ext *be,
tools/perf/util/genelf_debug.c
250
static void emit_opcode_unsigned(struct buffer_ext *be, ubyte opcode,
tools/perf/util/genelf_debug.c
257
static void emit_advance_pc(struct buffer_ext *be, unsigned long delta_pc)
tools/perf/util/genelf_debug.c
262
static void emit_advance_lineno(struct buffer_ext *be, long delta_lineno)
tools/perf/util/genelf_debug.c
267
static void emit_lne_end_of_sequence(struct buffer_ext *be)
tools/perf/util/genelf_debug.c
272
static void emit_set_file(struct buffer_ext *be, unsigned long idx)
tools/perf/util/genelf_debug.c
277
static void emit_lne_define_filename(struct buffer_ext *be,
tools/perf/util/genelf_debug.c
294
static void emit_lne_set_address(struct buffer_ext *be,
tools/perf/util/genelf_debug.c
334
static void emit_lineno_info(struct buffer_ext *be,
tools/perf/util/genelf_debug.c
408
static void add_debug_line(struct buffer_ext *be,
tools/perf/util/genelf_debug.c
442
add_debug_abbrev(struct buffer_ext *be)
tools/perf/util/genelf_debug.c
455
add_compilation_unit(struct buffer_ext *be,
tools/perf/util/genelf_debug.c
47
buffer_ext_dump(struct buffer_ext *be, const char *msg)
tools/perf/util/genelf_debug.c
475
struct buffer_ext *dl,
tools/perf/util/genelf_debug.c
476
struct buffer_ext *da,
tools/perf/util/genelf_debug.c
477
struct buffer_ext *di)
tools/perf/util/genelf_debug.c
500
struct buffer_ext dl, di, da;
tools/perf/util/genelf_debug.c
56
buffer_ext_add(struct buffer_ext *be, void *addr, size_t sz)
tools/perf/util/genelf_debug.c
84
buffer_ext_init(struct buffer_ext *be)
tools/perf/util/genelf_debug.c
92
buffer_ext_exit(struct buffer_ext *be)
tools/perf/util/genelf_debug.c
98
buffer_ext_size(struct buffer_ext *be)