/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arc.h | 59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument 60 arc_parse_cons_expression (EXP, NBYTES) 64 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ argument 65 arc_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
|
D | tc-ppc.h | 234 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument 235 ppc_elf_parse_cons (EXP, NBYTES) 238 #define TC_CONS_FIX_CHECK(EXP, NBYTES, FIX) \ argument 239 ppc_elf_cons_fix_check (EXP, NBYTES, FIX)
|
D | tc-pj.h | 49 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ argument 50 pj_cons_fix_new_pj (FRAG, WHERE, NBYTES, EXP, RELOC)
|
D | tc-vax.h | 50 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) vax_cons (EXP, NBYTES) argument
|
D | tc-rl78.h | 70 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RET) \ argument 71 rl78_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
|
D | tc-tilepro.h | 57 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ argument 58 tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
|
D | tc-tilegx.h | 56 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ argument 57 tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
|
D | tc-m32c.h | 60 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ argument 61 m32c_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
|
D | tc-rx.h | 71 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ argument 72 rx_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
|
D | tc-nios2.h | 109 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) nios2_cons (EXP, NBYTES) argument
|
D | tc-microblaze.h | 39 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument 40 parse_cons_expression_microblaze (EXP, NBYTES)
|
D | tc-sparc.h | 162 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) sparc_cons (EXP, NBYTES) argument
|
D | tc-i386.h | 133 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) x86_cons (EXP, NBYTES) argument
|
D | tc-v850.h | 60 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_v850 (EXP) argument
|
D | tc-hppa.h | 112 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument
|
/toolchain/binutils/binutils-2.25/gas/ |
D | read.c | 3855 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument 3856 (parse_bitfield_cons (EXP, NBYTES), TC_PARSE_CONS_RETURN_NONE) 3861 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument 3862 (parse_repeat_cons (EXP, NBYTES), TC_PARSE_CONS_RETURN_NONE) 3869 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument
|