Home
last modified time | relevance | path

Searched refs:NEXT (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dieee.c2479 #define NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill (); } macro
2526 NEXT (); in copy_id()
2531 NEXT (); in copy_id()
2548 NEXT (); in copy_expression()
2550 NEXT (); in copy_expression()
2552 NEXT (); in copy_expression()
2554 NEXT (); in copy_expression()
2556 NEXT (); in copy_expression()
2560 NEXT (); in copy_expression()
2562 NEXT (); in copy_expression()
[all …]
Dcpu-v850.c30 #define NEXT NULL macro
42 #undef NEXT
43 #define NEXT & arch_info_struct[0] macro
46 N (bfd_mach_v850, "v850", TRUE, NEXT);
Dcpu-nios2.c27 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
41 NEXT \
Dcpu-m32r.c30 #define NEXT & arch_info_struct [0] macro
39 N (bfd_mach_m32r, "m32r", TRUE, NEXT);
Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
39 NEXT, \
Dcpu-nds32.c31 #define NEXT &arch_info_struct[0] macro
45 N (bfd_mach_n1, "n1h", TRUE, NEXT);
Dcpu-frv.c25 #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT) \ argument
39 NEXT /* next in list */ \
Dcpu-cris.c68 #define N(NUMBER, PRINT, NEXT) \ argument
70 get_compatible, bfd_default_scan, bfd_arch_default_fill, NEXT }
Dcpu-aarch64.c103 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ argument
106 bfd_arch_default_fill, NEXT }
Dcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
58 NEXT, \
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
Dregression.s70 B NEXT ; //jump over fail
84 NEXT: STRB R4,[R0,#0x0] ;//Store Byte label
Dregression.d70 64: 05e0 b 6e \<NEXT\>
78 0000006e \<NEXT\>:
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Dm88kbcs.sc43 .data ${RELOCATING+ NEXT (0x400000) + ((SIZEOF(.text) + ADDR(.text)) % 0x2000)} :
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-i960.texi93 | *NEXT | COUNT: N | *BRLAB 1 | | *BRLAB N |
105 \boxit{2cm}{\tt *NEXT}\boxit{2cm}{\tt COUNT: \it N}\boxit{2cm}{\tt
/toolchain/binutils/binutils-2.25/ld/
Dldgram.y142 %token <integer> NEXT
919 | NEXT '(' exp ')' %prec UNARY
Dldexp.c98 { NEXT, "NEXT" }, in exp_print_token()
278 case NEXT: in fold_unary()
Dldlex.l266 <EXPRESSION,BOTH,SCRIPT>"NEXT" { RTOKEN(NEXT);}
Dld.texinfo5930 The builtin function @code{NEXT} is closely related to @code{ALIGN}.
6059 @item NEXT(@var{exp})
6060 @kindex NEXT(@var{exp})
/toolchain/binutils/binutils-2.25/gold/
Dyyscript.y155 %token NEXT
Dscript.cc1770 { "NEXT", NEXT },