Searched refs:prevtail (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c2788 /* Sort the ``nfound'' symbols in the list after prevtail. Leave
2789 prevtail where it is, but update its next pointer to point to
2792 sort_search_symbols (struct symbol_search *prevtail, int nfound)
2799 symp = prevtail->next;
2811 symp = prevtail;
3034 struct symbol_search *prevtail = tail;
3067 if (prevtail == NULL)
3078 tail = sort_search_symbols (prevtail, nfound);
2784 sort_search_symbols(struct symbol_search *prevtail, int nfound) argument
3026 struct symbol_search *prevtail = tail; local

Completed in 64 milliseconds