OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EF_MT_CPU_MRISC
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/elf/
mt.h
36
#define
EF_MT_CPU_MRISC
0x00000001 /* default */
/toolchain/binutils/binutils-2.25/gas/config/
tc-mt.c
90
static flagword mt_flags =
EF_MT_CPU_MRISC
;
112
mt_flags = (mt_flags & ~EF_MT_CPU_MASK) |
EF_MT_CPU_MRISC
;
119
mt_flags = (mt_flags & ~EF_MT_CPU_MASK) |
EF_MT_CPU_MRISC
;
/toolchain/binutils/binutils-2.25/bfd/
elf32-mt.c
473
case
EF_MT_CPU_MRISC
: return bfd_mach_ms1;
566
case
EF_MT_CPU_MRISC
: fprintf (file, " ms1-16-002"); break;
Completed in 87 milliseconds