Searched refs:linux_cpu_translation_table (Results 1 – 3 of 3) sorted by relevance
57 static const char *linux_cpu_translation_table[][4] = { variable249 for (i = 0; linux_cpu_translation_table[i][0] != NULL; i++) in elf_platform()251 const char *canonical = linux_cpu_translation_table[i][0]; in elf_platform()252 for (j = 1; linux_cpu_translation_table[i][j] != NULL; j++) in elf_platform()253 if (!strcmp (cpu, linux_cpu_translation_table[i][j])) in elf_platform()
30347 (linux_cpu_translation_table): Likewise.