Lines Matching defs:sym
93 struct symbol *sym = start->ms.sym;
94 struct annotation *notes = sym ? symbol__annotation(sym) : NULL;
119 entry->sym = sym;
207 if (a.sym == NULL) {
238 (al->sym == NULL ||
239 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
245 if (al->sym != NULL) {
248 rb_erase_cached(&al->sym->rb_node, &dso->symbols);
249 symbol__delete(al->sym);
334 if (he->ms.sym == NULL || map__dso(he->ms.map)->annotate_warned)
338 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0))
352 notes = symbol__annotation(he->ms.sym);