Home | History | Annotate | Download | only in config

Lines Matching full:strstr

2205   if (nds32_pic && strstr (arg_label, "@PLT"))
2226 && (strstr (arg_label, "@GOT") || strstr (arg_label, "@PLT")))
2325 if (!nds32_pic && !strstr(arg_label, "@"))
2330 else if (strstr (arg_label, "@TPOFF"))
2337 else if (strstr(arg_label, "@GOTTPOFF"))
2344 else if (nds32_pic && ((strstr (arg_label, "@PLT")
2345 || strstr (arg_label, "@GOTOFF"))))
2351 else if (nds32_pic && strstr (arg_label, "@GOT"))
2442 if (strstr (argv[1], "@TPOFF"))
2449 else if (strstr (argv[1], "@GOTTPOFF"))
2468 if (strstr (argv[1], "@GOTOFF"))
2475 else if (strstr (argv[1], "@GOT"))
2631 if (strstr (argv[argc], "pop") == argv[argc])
2633 else if (strstr (argv[argc], "push") == argv[argc])
2667 if (re >= 15 && strstr(opc, "smw") != NULL)
2671 if (re >= 15 && strstr(opc, "lmw") != NULL)
2761 if (strstr (argv[last_arg_index], "$fp"))
2763 if (strstr (argv[last_arg_index], "$gp"))
2765 if (strstr (argv[last_arg_index], "$lp"))
2767 if (strstr (argv[last_arg_index], "$sp"))