Home | History | Annotate | Download | only in libiberty

Lines Matching refs:anchor

2301         int n, const char **anchor, const char **args)
2305 if ((ARM_DEMANGLING || HP_DEMANGLING) && (*anchor = strstr (mangled, "__pt__")))
2308 *args = *anchor + 6;
2320 if ((*anchor = strstr (mangled, "__tm__"))
2321 || (*anchor = strstr (mangled, "__ps__"))
2322 || (*anchor = strstr (mangled, "__pt__")))
2325 *args = *anchor + 6;
2335 else if ((*anchor = strstr (mangled, "__S")))
2338 *args = *anchor + 3;