reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13773 if (arch_cstr) { 13774 if (0 == ::strcasecmp(arch_cstr, "armv4t")) 13776 else if (0 == ::strcasecmp(arch_cstr, "armv5tej")) 13778 else if (0 == ::strcasecmp(arch_cstr, "armv5te")) 13780 else if (0 == ::strcasecmp(arch_cstr, "armv5t")) 13782 else if (0 == ::strcasecmp(arch_cstr, "armv6k")) 13784 else if (0 == ::strcasecmp(arch_cstr, "armv6t2")) 13786 else if (0 == ::strcasecmp(arch_cstr, "armv7s")) 13788 else if (0 == ::strcasecmp(arch_cstr, "arm")) 13790 else if (0 == ::strcasecmp(arch_cstr, "thumb")) 13792 else if (0 == ::strncasecmp(arch_cstr, "armv4", 5)) 13794 else if (0 == ::strncasecmp(arch_cstr, "armv6", 5)) 13796 else if (0 == ::strncasecmp(arch_cstr, "armv7", 5)) 13798 else if (0 == ::strncasecmp(arch_cstr, "armv8", 5))