Home
last modified time | relevance | path

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

/linux/arch/microblaze/include/uapi/asm/
H A Delf.h23 #define ELF_ARCH EM_MICROBLAZE
28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \
/linux/include/uapi/linux/
H A Delf-em.h48 #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze */ macro
/linux/tools/perf/util/include/
H A Ddwarf-regs.h62 #define EM_HOST EM_MICROBLAZE
/linux/scripts/
H A Dsorttable.c49 #ifndef EM_MICROBLAZE
50 #define EM_MICROBLAZE 189 macro
917 case EM_MICROBLAZE: in do_file()