OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EF_M32C_CPU_M16C
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/elf/
m32c.h
53
#define
EF_M32C_CPU_M16C
0x00000075 /* default */
/toolchain/binutils/binutils-2.25/bfd/
elf32-m32c.c
803
case
EF_M32C_CPU_M16C
: strcat (new_opt, " -m16c"); break;
810
case
EF_M32C_CPU_M16C
: strcat (old_opt, " -m16c"); break;
862
case
EF_M32C_CPU_M16C
: fprintf (file, " -m16c"); break;
877
case
EF_M32C_CPU_M16C
: return bfd_mach_m16c;
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-m32c.c
87
#define DEFAULT_FLAGS
EF_M32C_CPU_M16C
114
m32c_flags = (m32c_flags & ~EF_M32C_CPU_MASK) |
EF_M32C_CPU_M16C
;
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
readelf.c
[
all
...]
Completed in 1336 milliseconds