Lines Matching defs:sym
289 struct symbol *sym)
292 struct symbol *inline_sym = new_inline_sym(dso, sym, a2l->funcname);
304 struct symbol *sym)
331 if (node && inline_list__append_dso_a2l(dso, node, sym))
342 if (inline_list__append_dso_a2l(dso, node, sym))
624 struct symbol *sym,
629 struct symbol *inline_sym = new_inline_sym(dso, sym, function);
639 struct symbol *sym __maybe_unused)
735 if (node && inline_list__append_record(dso, node, sym,
758 if (inline_list__append_record(dso, node, sym,
794 struct dso *dso, struct symbol *sym)
807 addr2line(dso_name, addr, NULL, NULL, dso, true, node, sym);
817 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
834 unwind_inlines, NULL, sym))
854 return (show_sym && sym) ?
855 strndup(sym->name, sym->namelen) : SRCLINE_UNKNOWN;
857 if (sym) {
858 if (asprintf(&srcline, "%s+%" PRIu64, show_sym ? sym->name : "",
859 ip - sym->start) < 0)
905 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
908 return __get_srcline(dso, addr, sym, show_sym, show_addr, false, ip);
981 struct symbol *sym)
989 return addr2inlines(dso_name, addr, dso, sym);