Searched refs:TC_CONS_FIX_NEW (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arc.h63 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ macro
H A Dtc-cr16.h62 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ macro
H A Dtc-alpha.h76 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) \ macro
H A Dtc-sparc.h160 #define TC_CONS_FIX_NEW cons_fix_new_sparc macro
H A Dtc-i386.h203 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) x86_cons_fix_new(FRAG, OFF, LEN, EXP) macro
H A Dtc-arm.h180 #define TC_CONS_FIX_NEW cons_fix_new_arm macro
H A Dtc-ia64.h150 #define TC_CONS_FIX_NEW(f,o,l,e) ia64_cons_fix_new (f, o, l, e) macro
/freebsd-10-stable/contrib/binutils/gas/
H A Dwrite.c1595 #ifdef TC_CONS_FIX_NEW
1596 TC_CONS_FIX_NEW (lie->frag,
H A Dread.c4195 #ifdef TC_CONS_FIX_NEW
4196 TC_CONS_FIX_NEW (frag_now, p - frag_now->fr_literal, nbytes, exp);

Completed in 197 milliseconds