Lines Matching defs:string
132 unsigned int len; /* arch string length */
375 /* Link RC type with corresponding string, that'll be looked for in
943 /* Like s_lcomm_internal in gas/read.c but the alignment string
2264 char *string = input_line_pointer;
2267 if (strcmp (string, "prefix") == 0)
2269 else if (strcmp (string, "noprefix") == 0)
2325 char *string = input_line_pointer;
2328 if (strcmp (string, "none") == 0)
2330 else if (strcmp (string, "warning") == 0)
2332 else if (strcmp (string, "error") == 0)
2385 char *string = input_line_pointer;
2392 if (strcmp (string, cpu_arch[j].name) == 0)
2394 check_cpu_arch_compatible (string, cpu_arch[j].flags);
2396 if (*string != '.')
2448 as_bad (_("no such architecture: `%s'"), string);
2459 char *string = ++input_line_pointer;
2462 if (strcmp (string, "nojumps") == 0)
2464 else if (strcmp (string, "jumps") == 0)
2467 as_bad (_("no such architecture modifier: `%s'"), string);
3600 /* Check string instruction segment overrides. */
5103 second operand, so copy the segment to where non-string
5919 /* For the string instructions that allow a segment override
7434 input string, minus the `@GOTOFF' into a malloc'd buffer for
7436 is non-null set it to the length of the string we removed from the
7561 /* Allocate and copy string. The trailing NUL shouldn't
7588 /* Might be a symbol version string. Don't as_bad here. */
7601 input string, minus the `@SECREL32' into a malloc'd buffer for
7603 is non-null set it to the length of the string we removed from the
7672 /* Allocate and copy string. The trailing NUL shouldn't
7691 /* Might be a symbol version string. Don't as_bad here. */
8385 /* Memory operands of string insns are special in that they only allow
8396 kind = "string address";
8530 /* RC/SAE immediate string should contain nothing more. */;
8681 /* Start and end of displacement string expression (if found). */
10223 /* Process the arch string. */
10665 *ptr_msg = _("bad .section directive: want a,l,w,x,M,S,G,T in string");
10668 *ptr_msg = _("bad .section directive: want a,w,x,M,S,G,T in string");