/toolchain/binutils/binutils-2.27/binutils/ |
D | defparse.y | 40 %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 …]
|
D | syslex.l | 63 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; }
|
D | sysinfo.y | 49 %token <i> NUMBER UNIT 97 '(' NAME NUMBER 367 NUMBER UNIT
|
D | deflex.l | 64 return NUMBER; }
|
D | rcparse.y | 140 %token <i> NUMBER 1821 NUMBER 1865 NUMBER 1949 NUMBER
|
D | rclex.c | 820 ch = IGNORE_CPP (NUMBER); in yylex()
|
D | NEWS | 188 * Add "-x NAME" to readelf in addition to "-x NUMBER".
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | cpu-alpha.c | 25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument 31 NUMBER, \
|
D | cpu-cris.c | 68 #define N(NUMBER, PRINT, NEXT) \ argument 69 { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
|
D | cpu-nios2.c | 47 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument 53 NUMBER, \
|
D | cpu-aarch64.c | 103 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ argument 104 { 64, 64, 8, bfd_arch_aarch64, NUMBER, \
|
D | cpu-mips.c | 44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument 50 NUMBER, \
|
/toolchain/binutils/binutils-2.27/ld/ |
D | deffilep.y | 127 %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 …]
|
D | ChangeLog-2009 | 898 (%token): Remove NUMBER as token, add DIGITS. 899 (%type): Add NUMBER as type. Add new id types anylang_id, opt_id. 904 (NUMBER): Likewise.
|
D | ChangeLog-2013 | 720 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
|
/toolchain/binutils/binutils-2.27/intl/ |
D | plural.y | 169 %token <num> NUMBER 218 | NUMBER 295 result = NUMBER;
|
D | plural.c | 17 # define NUMBER 261 macro 1404 result = NUMBER;
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | bfin-parse.y | 570 %token SYMBOL NUMBER 579 %type <value> NUMBER 3587 | LOOP_BEGIN NUMBER 3608 | LOOP_END NUMBER 4415 eterm: NUMBER
|
D | bfin-lex.l | 299 return NUMBER;
|
/toolchain/binutils/binutils-2.27/ld/po/ |
D | ja.po | 1677 msgid "Set default hash table size close to <NUMBER>" 1678 msgstr "デフォルトのハッシュ表サイズを <NUMBER> ぐらいに設定する" 1891 msgid "[=NUMBER]" 1892 msgstr "[=NUMBER]"
|
D | ld.pot | 1750 msgid "Set default hash table size close to <NUMBER>" 1972 msgid "[=NUMBER]"
|
D | uk.po | 1678 msgid "Set default hash table size close to <NUMBER>" 1892 msgid "[=NUMBER]"
|
D | zh_TW.po | 1690 msgid "Set default hash table size close to <NUMBER>" 1910 msgid "[=NUMBER]"
|
D | zh_CN.po | 1689 msgid "Set default hash table size close to <NUMBER>" 1909 msgid "[=NUMBER]"
|
/toolchain/binutils/binutils-2.27/gas/ |
D | NEWS | 229 --hash-size=<NUMBER> to set the size of the hash tables used by gas.
|