Home
last modified time | relevance | path

Searched refs:EM_ZSP (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h167 #define EM_ZSP 79 /* LSI Logic's 16-bit DSP processor */ macro
DChangeLog-9103771 (EM_ZSP): New machine number.
/freebsd-10-stable/contrib/llvm/lib/Object/
DELFYAML.cpp97 ECase(EM_ZSP) in enumeration()
/freebsd-10-stable/sys/sys/
Delf_common.h262 #define EM_ZSP 79 /* LSI Logic 16-bit DSP Processor. */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h190 EM_ZSP = 79, // LSI Logic 16-bit DSP Processor enumerator
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp216 LLVM_READOBJ_ENUM_ENT(ELF, EM_ZSP ),
/freebsd-10-stable/contrib/binutils/binutils/
DChangeLog-00011176 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
Dreadelf.c1765 case EM_ZSP: return "LSI Logic's 16-bit DSP processor"; in get_machine_name()