Home
last modified time | relevance | path

Searched refs:linux_cpu_translation_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddriver-rs6000.cc57 static const char *linux_cpu_translation_table[][4] = { variable
249 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Ddriver-rs6000.c57 static const char *linux_cpu_translation_table[][4] = { variable
249 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201830347 (linux_cpu_translation_table): Likewise.