OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARGET_FORMAT
(Results
26 - 50
of
69
) sorted by null
1
2
3
/toolchain/binutils/binutils-2.25/gas/config/
tc-xc16x.h
29
#define
TARGET_FORMAT
"elf32-xc16x"
tc-xstormy16.h
28
#define
TARGET_FORMAT
"elf32-xstormy16"
tc-bfin.h
34
#define
TARGET_FORMAT
"elf32-bfin"
tc-cris.h
38
#define
TARGET_FORMAT
cris_target_format ()
tc-epiphany.h
29
#define
TARGET_FORMAT
"elf32-epiphany"
80
#define
TARGET_FORMAT
"elf32-epiphany"
tc-frv.h
28
#define
TARGET_FORMAT
(frv_md_fdpic_enabled () \
tc-microblaze.h
82
#define
TARGET_FORMAT
(target_big_endian ? "elf32-microblaze" : "elf32-microblazeel")
94
#ifndef
TARGET_FORMAT
tc-mn10300.h
55
#define
TARGET_FORMAT
"elf32-am33lin"
57
#define
TARGET_FORMAT
"elf32-mn10300"
tc-nios2.h
38
#define
TARGET_FORMAT
nios2_target_format ()
tc-ns32k.h
32
#ifndef
TARGET_FORMAT
/* Maybe defined in te-*.h. */
33
#define
TARGET_FORMAT
"a.out-pc532-mach"
tc-or1k.h
29
#define
TARGET_FORMAT
"elf32-or1k"
tc-rl78.h
33
#define
TARGET_FORMAT
"elf32-rl78"
tc-s390.h
44
#define
TARGET_FORMAT
s390_target_format()
tc-spu.h
27
#define
TARGET_FORMAT
"elf32-spu"
tc-tilegx.h
36
#define
TARGET_FORMAT
tilegx_target_format ()
tc-tilepro.h
33
#define
TARGET_FORMAT
"elf32-tilepro"
tc-v850.h
32
#define
TARGET_FORMAT
v850_target_format
tc-avr.h
31
#define
TARGET_FORMAT
"elf32-avr"
tc-h8300.h
30
#define
TARGET_FORMAT
"elf32-h8300"
tc-i860.h
63
#define
TARGET_FORMAT
(target_big_endian ? "elf32-i860" : "elf32-i860-little")
tc-i960.h
25
#define
TARGET_FORMAT
"elf32-i960"
tc-m32r.h
31
#define
TARGET_FORMAT
m32r_target_format()
tc-m68hc11.h
41
#define
TARGET_FORMAT
(m68hc11_arch_format ())
tc-mep.h
34
#define
TARGET_FORMAT
(target_big_endian ? "elf32-mep" : "elf32-mep-little")
tc-msp430.h
29
#define
TARGET_FORMAT
"elf32-msp430"
Completed in 372 milliseconds
1
2
3