Home
last modified time | relevance | path

Searched refs:NUMBER (Results 1 – 25 of 40) sorted by relevance

12

/toolchain/binutils/binutils-2.27/binutils/
Ddefparse.y40 %token <number> NUMBER
57 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
58 | HEAPSIZE NUMBER opt_number { def_heapsize ($2, $3);}
63 | VERSIONK NUMBER { def_version ($2,0);}
64 | VERSIONK NUMBER '.' NUMBER { def_version ($2,$4);}
86 | ID '=' ID '.' ID '.' NUMBER opt_import_name
90 | ID '=' ID '.' NUMBER opt_import_name
94 | ID '.' ID '.' NUMBER opt_import_name
98 | ID '.' NUMBER opt_import_name
120 opt_number: ',' NUMBER { $$=$2;}
[all …]
Dsyslex.l63 return NUMBER;
68 return NUMBER;
80 "variable" { yylval.i = 0; return NUMBER;}
81 "counted" { yylval.i = -4; return NUMBER;}
82 "addrsize" { yylval.i = -2; return NUMBER; }
83 "segsize" { yylval.i = -1; return NUMBER; }
Dsysinfo.y49 %token <i> NUMBER UNIT
97 '(' NAME NUMBER
367 NUMBER UNIT
Ddeflex.l64 return NUMBER; }
Drcparse.y140 %token <i> NUMBER
1821 NUMBER
1865 NUMBER
1949 NUMBER
Drclex.c820 ch = IGNORE_CPP (NUMBER); in yylex()
DNEWS188 * Add "-x NAME" to readelf in addition to "-x NUMBER".
/toolchain/binutils/binutils-2.27/bfd/
Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
31 NUMBER, \
Dcpu-cris.c68 #define N(NUMBER, PRINT, NEXT) \ argument
69 { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
Dcpu-nios2.c47 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
53 NUMBER, \
Dcpu-aarch64.c103 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ argument
104 { 64, 64, 8, bfd_arch_aarch64, NUMBER, \
Dcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
50 NUMBER, \
/toolchain/binutils/binutils-2.27/ld/
Ddeffilep.y127 %type <number> NUMBER
146 | STACKSIZE_K NUMBER opt_number { def_stacksize ($2, $3);}
147 | HEAPSIZE NUMBER opt_number { def_heapsize ($2, $3);}
153 | VERSIONK NUMBER { def_version ($2, 0);}
154 | VERSIONK NUMBER '.' NUMBER { def_version ($2, $4);}
156 | ALIGNCOMM anylang_id ',' NUMBER { def_aligncomm ($2, $4);}
198 | ID '=' ID '.' ID '.' NUMBER opt_equalequal_name
202 | ID '=' ID '.' NUMBER opt_equalequal_name
229 opt_number: ',' NUMBER { $$=$2;}
307 '@' NUMBER { $$ = $2;}
[all …]
DChangeLog-2009898 (%token): Remove NUMBER as token, add DIGITS.
899 (%type): Add NUMBER as type. Add new id types anylang_id, opt_id.
904 (NUMBER): Likewise.
DChangeLog-2013720 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
/toolchain/binutils/binutils-2.27/intl/
Dplural.y169 %token <num> NUMBER
218 | NUMBER
295 result = NUMBER;
Dplural.c17 # define NUMBER 261 macro
1404 result = NUMBER;
/toolchain/binutils/binutils-2.27/gas/config/
Dbfin-parse.y570 %token SYMBOL NUMBER
579 %type <value> NUMBER
3587 | LOOP_BEGIN NUMBER
3608 | LOOP_END NUMBER
4415 eterm: NUMBER
Dbfin-lex.l299 return NUMBER;
/toolchain/binutils/binutils-2.27/ld/po/
Dja.po1677 msgid "Set default hash table size close to <NUMBER>"
1678 msgstr "デフォルトのハッシュ表サイズを <NUMBER> ぐらいに設定する"
1891 msgid "[=NUMBER]"
1892 msgstr "[=NUMBER]"
Dld.pot1750 msgid "Set default hash table size close to <NUMBER>"
1972 msgid "[=NUMBER]"
Duk.po1678 msgid "Set default hash table size close to <NUMBER>"
1892 msgid "[=NUMBER]"
Dzh_TW.po1690 msgid "Set default hash table size close to <NUMBER>"
1910 msgid "[=NUMBER]"
Dzh_CN.po1689 msgid "Set default hash table size close to <NUMBER>"
1909 msgid "[=NUMBER]"
/toolchain/binutils/binutils-2.27/gas/
DNEWS229 --hash-size=<NUMBER> to set the size of the hash tables used by gas.

12