Lines Matching defs:sym
280 struct symbol *sym)
283 struct symbol *inline_sym = new_inline_sym(dso, sym, a2l->funcname);
295 struct symbol *sym)
322 if (node && inline_list__append_dso_a2l(dso, node, sym))
333 if (inline_list__append_dso_a2l(dso, node, sym))
365 struct dso *dso, struct symbol *sym)
378 addr2line(dso_name, addr, NULL, NULL, dso, true, node, sym);
410 struct symbol *sym __maybe_unused)
451 struct symbol *sym)
493 inline_sym = new_inline_sym(dso, sym, funcname);
519 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
536 unwind_inlines, NULL, sym))
556 return (show_sym && sym) ?
557 strndup(sym->name, sym->namelen) : NULL;
559 if (sym) {
560 if (asprintf(&srcline, "%s+%" PRIu64, show_sym ? sym->name : "",
561 ip - sym->start) < 0)
602 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
605 return __get_srcline(dso, addr, sym, show_sym, show_addr, false, ip);
678 struct symbol *sym)
686 return addr2inlines(dso_name, addr, dso, sym);