Home | History | Annotate | Download | only in cpu

Lines Matching refs:strncasecmp

88   if (strncasecmp (str, "plta(", 5) == 0)
93 else if (strncasecmp (str, "plt(", 4) == 0)
124 if (strncasecmp (str, "got(", 4) == 0)
129 else if (strncasecmp (str, "tlsgd(", 6) == 0)
134 else if (strncasecmp (str, "tlsldm(", 7) == 0)
139 else if (strncasecmp (str, "gottp(", 6) == 0)
248 if (strncasecmp (str, "got(", 4) == 0)
253 if (strncasecmp (str, "gotpo(", 6) == 0)
258 if (strncasecmp (str, "gottppo(", 8) == 0)
264 if (strncasecmp (str, "gotpc", 5) == 0)
269 else if (strncasecmp (str, "gotoff", 6) == 0)
274 else if (strncasecmp (str, "tlsgd", 5) == 0)
279 else if (strncasecmp (str, "tlsldm", 6) == 0)
284 else if (strncasecmp (str, "dtpoff", 6) == 0)
289 else if (strncasecmp (str, "gottpoff", 8) == 0)
294 else if (strncasecmp (str, "tpoff", 5) == 0)
299 else if (strncasecmp (str, "got", 3) == 0)
305 if (strncasecmp (str, "hi(", 3) == 0)
310 else if (strncasecmp (str, "lo(", 3) == 0)
315 else if (strncasecmp (str, "ha(", 3) == 0)
320 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF)