Home
last modified time | relevance | path

Searched refs:EM_MICROBLAZE (Results 1 – 24 of 24) sorted by relevance

/netbsd/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h303 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ macro
H A DChangeLog-04151209 EM_STM8, EM_TILE64, EM_TILEPRO. Change EM_MICROBLAZE.
1213 * common.h: Define EM_MICROBLAZE & EM_MICROBLAZE_OLD.
/netbsd/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h304 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ macro
H A DChangeLog-04151209 EM_STM8, EM_TILE64, EM_TILEPRO. Change EM_MICROBLAZE.
1213 * common.h: Define EM_MICROBLAZE & EM_MICROBLAZE_OLD.
/netbsd/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h304 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ macro
H A DChangeLog-04151209 EM_STM8, EM_TILE64, EM_TILEPRO. Change EM_MICROBLAZE.
1213 * common.h: Define EM_MICROBLAZE & EM_MICROBLAZE_OLD.
/netbsd/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h307 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ macro
H A DChangeLog-04151209 EM_STM8, EM_TILE64, EM_TILEPRO. Change EM_MICROBLAZE.
1213 * common.h: Define EM_MICROBLAZE & EM_MICROBLAZE_OLD.
/netbsd/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h310 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ macro
/netbsd/tools/arm-elf2aout/sys/
H A Dexec_elf.h312 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ macro
/netbsd/tools/m68k-elf2aout/sys/
H A Dexec_elf.h312 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ macro
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h284 EM_MICROBLAZE = 189, // Xilinx MicroBlaze 32-bit RISC soft processor core enumerator
/netbsd/sys/sys/
H A Dexec_elf.h369 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ macro
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp317 ECase(EM_MICROBLAZE); in enumeration()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-microblaze.c3449 #define ELF_MACHINE_CODE EM_MICROBLAZE
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-microblaze.c3420 #define ELF_MACHINE_CODE EM_MICROBLAZE
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-microblaze.c3521 #define ELF_MACHINE_CODE EM_MICROBLAZE
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-microblaze.c3420 #define ELF_MACHINE_CODE EM_MICROBLAZE
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dreadelf.c918 case EM_MICROBLAZE: in guess_is_rela()
1566 case EM_MICROBLAZE: in dump_relocations()
2506 case EM_MICROBLAZE: in get_machine_name()
12895 case EM_MICROBLAZE: in is_32bit_abs_reloc()
13032 case EM_MICROBLAZE: in is_32bit_pcrel_reloc()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c865 case EM_MICROBLAZE: in guess_is_rela()
1535 case EM_MICROBLAZE: in dump_relocations()
2473 case EM_MICROBLAZE: in get_machine_name()
12658 case EM_MICROBLAZE: in is_32bit_abs_reloc()
12795 case EM_MICROBLAZE: in is_32bit_pcrel_reloc()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c918 case EM_MICROBLAZE: in guess_is_rela()
1566 case EM_MICROBLAZE: in dump_relocations()
2506 case EM_MICROBLAZE: in get_machine_name()
12895 case EM_MICROBLAZE: in is_32bit_abs_reloc()
13032 case EM_MICROBLAZE: in is_32bit_pcrel_reloc()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c1134 case EM_MICROBLAZE: in guess_is_rela()
1868 case EM_MICROBLAZE: in dump_relocations()
2923 case EM_MICROBLAZE: in get_machine_name()
14261 case EM_MICROBLAZE: in is_32bit_abs_reloc()
14395 case EM_MICROBLAZE: in is_32bit_pcrel_reloc()
/netbsd/external/bsd/elftoolchain/dist/common/sys/
H A Delfconstants.m4948 _(EM_MICROBLAZE, 189,
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1153 ENUM_ENT(EM_MICROBLAZE, "Xilinx MicroBlaze 32-bit RISC soft processor core"),