Home
last modified time | relevance | path

Searched refs:compare_syn (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libcpu/
Di386_parse.y193 static int compare_syn (const void *p1, const void *p2);
271 if (tfind (newp, &synonyms, compare_syn) != NULL)
275 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
814 struct synonym **res = tfind (&search, &synonyms, compare_syn); in fillin_arg()
1053 compare_syn (const void *p1, const void *p2) in compare_syn() function