Searched refs:TC_COUNT_RELOC (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic80.h53 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL) macro
H A Dtc-a29k.h46 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
H A Dtc-z8k.h39 #define TC_COUNT_RELOC(x) (1) macro
H A Dtc-or32.h65 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
H A Dtc-dlx.h70 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
H A Dtc-h8500.h36 #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) macro
H A Dtc-tic4x.h62 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
H A Dtc-w65.h55 #define TC_COUNT_RELOC(x) (1) macro
H A Dtc-h8300.h52 #define TC_COUNT_RELOC(x) (1) macro
H A Dtc-mcore.h35 #define TC_COUNT_RELOC(x) (((x)->fx_addsy || (x)->fx_subsy) && \ macro
H A Dtc-i960.h65 #define TC_COUNT_RELOC(FIX) (!(FIX)->fx_done) macro
H A Dtc-m88k.h147 #define TC_COUNT_RELOC(fixp) ((fixp)->fx_addsy != NULL) macro
H A Dtc-m68k.h72 #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) macro
H A Dtc-sh.h148 #define TC_COUNT_RELOC(fix) ((fix)->fx_addsy != NULL) macro
H A Dobj-coff.c1905 if (fixup_ptr->fx_done == 0 && TC_COUNT_RELOC (fixup_ptr))
1982 if (fix_ptr->fx_done == 0 && TC_COUNT_RELOC (fix_ptr))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xc16x.h48 #define TC_COUNT_RELOC(x) 1 macro
H A Dtc-z80.h48 #define TC_COUNT_RELOC(x) 1 macro
H A Dtc-m88k.h110 #define TC_COUNT_RELOC(fixp) ((fixp)->fx_addsy != NULL) macro

Completed in 228 milliseconds