Searched refs:dsos (Results 1 – 6 of 6) sorted by relevance
28 --dsos=<dso[,dso...]>::29 Only consider symbols in these dsos.
124 --dsos::125 Only consider symbols in these dsos.
34 --dsos=::35 Only consider symbols in these dsos. CSV that understands
29 --dsos=::30 Only consider symbols in these dsos. CSV that understands
41 support throughout scripts/bins/dsos (1.2.8)
49 static void dsos__delete(struct list_head *dsos) in dsos__delete() argument53 list_for_each_entry_safe(pos, n, dsos, node) { in dsos__delete()