Lines Matching defs:string
100 scan (const struct bfd_arch_info *info, const char *string)
105 if (strcasecmp (string, info->printable_name) == 0)
111 if (strcasecmp (string, processors [i].name) == 0)
119 if (strcasecmp (string, "arm") == 0)
216 unsigned char namesz[4]; /* Size of entry's owner string. */
285 string encoded in it, and set it to the current architecture if it is
351 const char * string;
382 string encoded in it, and set it to the current architecture if it is
400 /* Interpret the architecture string. */
402 if (strcmp (arch_string, architectures[i].string) == 0)