Home | History | Annotate | Download | only in qtools

Lines Matching refs:next_sym

831     DexSymList *next_sym = NULL;
833 for (DexSymList *sym = head; sym; sym = next_sym) {
834 next_sym = sym->next;