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
2001-03-22 Philip Blundell <philb@gnu.org>
[binutils.git]
/
binutils
/
nlmheader.h
blob
8c4f2c958b0264bf43add2c7e07d27f6b9e5c638
1
typedef
union
2
{
3
char
*
string
;
4
struct
string_list
*
list
;
5
}
YYSTYPE
;
6
#define CHECK 257
7
#define CODESTART 258
8
#define COPYRIGHT 259
9
#define CUSTOM 260
10
#define DATE 261
11
#define DEBUG 262
12
#define DESCRIPTION 263
13
#define EXIT 264
14
#define EXPORT 265
15
#define FLAG_ON 266
16
#define FLAG_OFF 267
17
#define FULLMAP 268
18
#define HELP 269
19
#define IMPORT 270
20
#define INPUT 271
21
#define MAP 272
22
#define MESSAGES 273
23
#define MODULE 274
24
#define MULTIPLE 275
25
#define OS_DOMAIN 276
26
#define OUTPUT 277
27
#define PSEUDOPREEMPTION 278
28
#define REENTRANT 279
29
#define SCREENNAME 280
30
#define SHARELIB 281
31
#define STACK 282
32
#define START 283
33
#define SYNCHRONIZE 284
34
#define THREADNAME 285
35
#define TYPE 286
36
#define VERBOSE 287
37
#define VERSIONK 288
38
#define XDCDATA 289
39
#define STRING 290
40
#define QUOTED_STRING 291
41
42
43
extern
YYSTYPE yylval
;