Searched refs:machineName (Results 1 – 1 of 1) sorted by relevance
166 const char *machineName = "unknown"; in ReportGetElfArch() local169 machineName = "arm"; in ReportGetElfArch()172 machineName = "arm64"; in ReportGetElfArch()175 machineName = "x86"; in ReportGetElfArch()178 machineName = "x86_64"; in ReportGetElfArch()183 HLOGD("elf '%s' mache type is %s \n", elfPath, machineName); in ReportGetElfArch()184 return machineName; in ReportGetElfArch()