Home
last modified time | relevance | path

Searched refs:EM_CUDA (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dcommon.h308 #define EM_CUDA 190 /* NVIDIA CUDA architecture */ macro
DChangeLog-04151161 EM_TI_C5500, EM_CUDA): Define.
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dcommon.h308 #define EM_CUDA 190 /* NVIDIA CUDA architecture */ macro
DChangeLog-04151161 EM_TI_C5500, EM_CUDA): Define.
/netbsd/src/sys/sys/
Dexec_elf.h370 #define EM_CUDA 190 /* NVIDIA CUDA architecture */ macro
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c3023 case EM_CUDA: return "NVIDIA CUDA architecture"; in get_machine_name()