Lines Matching refs:map_symbol
20 struct map_symbol;
61 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms);
351 int symbol__annotate(struct map_symbol *ms,
355 int symbol__annotate2(struct map_symbol *ms,
382 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen);
384 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel,
390 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel,
395 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opt…
397 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *op…
400 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
404 static inline int symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in symbol__tui_annotate()