Searched refs:VERSIONK (Results 1 – 25 of 28) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | defparse.y | 33 %token SECTIONS, EXPORTS, IMPORTS, VERSIONK, BASE, CONSTANT 59 | VERSIONK NUMBER { def_version ($2,0);} 60 | VERSIONK NUMBER '.' NUMBER { def_version ($2,$4);}
|
| D | defparse.h | 22 # define VERSIONK 267 macro
|
| D | nlmheader.y | 124 %token THREADNAME TYPE VERBOSE VERSIONK XDCDATA 370 | VERSIONK STRING STRING STRING 394 | VERSIONK STRING STRING 623 { "VERSION", VERSIONK },
|
| D | nlmheader.h | 44 # define VERSIONK 288 macro
|
| D | deflex.l | 44 "VERSION" { return VERSIONK;}
|
| D | rcparse.h | 89 # define VERSIONK 299 macro
|
| D | rcparse.y | 114 %token LANGUAGE CHARACTERISTICS VERSIONK 522 | styles VERSIONK numexpr 1452 | suboptions VERSIONK numexpr
|
| D | rclex.l | 121 "VERSION" { MAYBE_RETURN (VERSIONK); }
|
| D | nlmheader.c | 37 # define VERSIONK 288 macro 1834 { "VERSION", VERSIONK },
|
| D | defparse.c | 16 # define VERSIONK 267 macro
|
| D | deflex.c | 820 { return VERSIONK;}
|
| D | rclex.c | 1183 { MAYBE_RETURN (VERSIONK); }
|
| D | rcparse.c | 48 # define VERSIONK 299 macro
|
| D | ChangeLog-9197 | 194 * nlmheader.y: Use VERSIONK rather than VERSION. 222 * deflex.l, defparse.y: Use VERSIONK rather than VERSION.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | defparse.y | 33 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT 59 | VERSIONK NUMBER { def_version ($2,0);} 60 | VERSIONK NUMBER '.' NUMBER { def_version ($2,$4);}
|
| D | nlmheader.y | 124 %token THREADNAME TYPE VERBOSE VERSIONK XDCDATA 370 | VERSIONK STRING STRING STRING 394 | VERSIONK STRING STRING 623 { "VERSION", VERSIONK },
|
| D | deflex.l | 46 "VERSION" { return VERSIONK;}
|
| D | rcparse.y | 116 %token LANGUAGE CHARACTERISTICS VERSIONK 524 | styles VERSIONK numexpr 1461 | suboptions VERSIONK numexpr
|
| D | rclex.l | 124 "VERSION" { MAYBE_RETURN (VERSIONK); }
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | deffilep.y | 109 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL 135 | VERSIONK NUMBER { def_version ($2, 0);} 136 | VERSIONK NUMBER '.' NUMBER { def_version ($2, $4);} 888 { "VERSION", VERSIONK },
|
| D | ldgram.y | 152 %token GLOBAL LOCAL VERSIONK INPUT_VERSION_SCRIPT 1093 VERSIONK '{' vers_nodes '}'
|
| D | ldlex.l | 251 <BOTH,SCRIPT>"VERSION" { RTOKEN(VERSIONK);}
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | deffilep.y | 108 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL 134 | VERSIONK NUMBER { def_version ($2, 0);} 135 | VERSIONK NUMBER '.' NUMBER { def_version ($2, $4);} 898 { "VERSION", VERSIONK },
|
| D | ldgram.y | 152 %token GLOBAL LOCAL VERSIONK INPUT_VERSION_SCRIPT 1173 VERSIONK '{' vers_nodes '}'
|
| D | ldlex.l | 248 <BOTH,SCRIPT>"VERSION" { RTOKEN(VERSIONK);}
|
12