Home | History | Annotate | Download | only in libiberty

Lines Matching full:strstr

2305   if ((ARM_DEMANGLING || HP_DEMANGLING) && (*anchor = strstr (mangled, "__pt__")))
2320 if ((*anchor = strstr (mangled, "__tm__"))
2321 || (*anchor = strstr (mangled, "__ps__"))
2322 || (*anchor = strstr (mangled, "__pt__")))
2335 else if ((*anchor = strstr (mangled, "__S")))
2652 || strstr (scan + 2, "__") == NULL)
2792 scan = strstr (*mangled, "__"); */
2884 if ((scan = strstr (scan, "__")) == NULL || (*(scan + 2) == '\0'))