Home
last modified time | relevance | path

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

/external/elfutils/libcpu/
Di386_parse.y194 static int compare_syn (const void *p1, const void *p2);
272 if (tfind (newp, &synonyms, compare_syn) != NULL)
276 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
815 struct synonym **res = tfind (&search, &synonyms, compare_syn); in fillin_arg()
1054 compare_syn (const void *p1, const void *p2) in compare_syn() function