Searched refs:TC_COUNT_RELOC (Results 1 – 16 of 16) sorted by relevance
53 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL) macro
45 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
39 #define TC_COUNT_RELOC(x) (1) macro
65 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
54 #define TC_COUNT_RELOC(x) (1) macro
37 #define TC_COUNT_RELOC(x) ((x)->fx_addsy || (x)->fx_subsy) macro
68 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
62 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
89 #define TC_COUNT_RELOC(fixp) ((fixp)->fx_addsy != NULL) macro
52 #define TC_COUNT_RELOC(x) (1) macro
119 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL) macro
35 #define TC_COUNT_RELOC(x) (((x)->fx_addsy || (x)->fx_subsy) && \ macro
65 #define TC_COUNT_RELOC(FIX) (!(FIX)->fx_done) macro
72 #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) macro
146 #define TC_COUNT_RELOC(fix) ((fix)->fx_addsy != NULL) macro
1891 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()