Home
last modified time | relevance | path

Searched refs:TC_COUNT_RELOC (Results 1 – 16 of 16) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic80.h53 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL) macro
Dtc-a29k.h45 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
Dtc-z8k.h39 #define TC_COUNT_RELOC(x) (1) macro
Dtc-or32.h65 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
Dtc-w65.h54 #define TC_COUNT_RELOC(x) (1) macro
Dtc-h8500.h37 #define TC_COUNT_RELOC(x) ((x)->fx_addsy || (x)->fx_subsy) macro
Dtc-dlx.h68 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
Dtc-tic4x.h62 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
Dtc-m88k.h89 #define TC_COUNT_RELOC(fixp) ((fixp)->fx_addsy != NULL) macro
Dtc-h8300.h52 #define TC_COUNT_RELOC(x) (1) macro
Dtc-maxq.h119 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL) macro
Dtc-mcore.h35 #define TC_COUNT_RELOC(x) (((x)->fx_addsy || (x)->fx_subsy) && \ macro
Dtc-i960.h65 #define TC_COUNT_RELOC(FIX) (!(FIX)->fx_done) macro
Dtc-m68k.h72 #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) macro
Dtc-sh.h146 #define TC_COUNT_RELOC(fix) ((fix)->fx_addsy != NULL) macro
Dobj-coff.c1891 if (fixup_ptr->fx_done == 0 && TC_COUNT_RELOC (fixup_ptr)) in count_entries_in_chain()
1962 if (fix_ptr->fx_done == 0 && TC_COUNT_RELOC (fix_ptr)) in do_relocs_for()