Lines Matching refs:map_symbol
20 struct map_symbol;
62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms);
332 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms);
362 int symbol__annotate(struct map_symbol *ms,
366 int symbol__annotate2(struct map_symbol *ms,
393 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen);
395 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel,
401 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel,
406 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opts);
408 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opts);
411 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
415 static inline int symbol__tui_annotate(struct map_symbol *ms __maybe_unused,