Searched refs:dso__next_symbol (Results 1 – 3 of 3) sorted by relevance
245 struct symbol *dso__next_symbol(struct symbol *sym);
1280 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()1299 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
470 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function