Searched refs:suffix2 (Results 1 – 2 of 2) sorted by relevance
724 static void ierror_suffix(constant char *fmt, PARG *parg, constant char *suffix1, constant char *suffix2, constant char *suffix3)731 putstr(suffix2);662 ierror_suffix(char * fmt,PARG * parg,char * suffix1,char * suffix2,char * suffix3) ierror_suffix() argument
2609 const char *suffix2 = sym2->getVersionSuffix(); in combineVersionedSymbol() local2610 if (suffix2[0] == '@' && suffix2[1] == '@' && in combineVersionedSymbol()2611 strcmp(suffix1 + 1, suffix2 + 2) == 0) { in combineVersionedSymbol()