OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELF_TARGET_FORMAT
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-alpha.h
31
#define
ELF_TARGET_FORMAT
"elf64-alpha-freebsd"
33
#ifndef
ELF_TARGET_FORMAT
34
#define
ELF_TARGET_FORMAT
"elf64-alpha"
40
?
ELF_TARGET_FORMAT
\
tc-sparc.h
34
#define
ELF_TARGET_FORMAT
"elf32-sparc"
39
#define
ELF_TARGET_FORMAT
"elf32-sparc-sol2"
43
#ifndef
ELF_TARGET_FORMAT
44
#define
ELF_TARGET_FORMAT
"elf32-sparc"
tc-i386.h
58
#define
ELF_TARGET_FORMAT
"elf32-i386-freebsd"
61
#define
ELF_TARGET_FORMAT
"elf32-i386-vxworks"
63
#define
ELF_TARGET_FORMAT
"elf32-i386-nacl"
69
#define
ELF_TARGET_FORMAT
"elf32-i386-sol2"
73
#ifndef
ELF_TARGET_FORMAT
74
#define
ELF_TARGET_FORMAT
"elf32-i386"
tc-sparc.c
380
return sparc_arch_size == 64 ? ELF64_TARGET_FORMAT :
ELF_TARGET_FORMAT
;
[
all
...]
tc-i386.c
[
all
...]
Completed in 111 milliseconds