repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld/
[binutils.git]
/
gas
/
config
/
te-pep.h
blob
164b22d984038b9f884e49a1f20dd9855c2e91c6
1
#define TE_PEP
2
#define COFF_WITH_pex64
3
4
#define TE_PE
5
#define LEX_AT (LEX_BEGIN_NAME | LEX_NAME)
/* Can have @'s inside labels. */
6
7
/* The PE format supports long section names. */
8
#define COFF_LONG_SECTION_NAMES
9
10
#include
"obj-format.h"