Searched defs:TC_COUNT_RELOC (Results 1 – 17 of 17) sorted by relevance
53 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL) macro
39 #define TC_COUNT_RELOC(x) (1) macro
46 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
36 #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) macro
55 #define TC_COUNT_RELOC(x) (1) macro
65 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
62 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
35 #define TC_COUNT_RELOC(x) (((x)->fx_addsy || (x)->fx_subsy) && \ macro
70 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
52 #define TC_COUNT_RELOC(x) (1) macro
147 #define TC_COUNT_RELOC(fixp) ((fixp)->fx_addsy != NULL) macro
65 #define TC_COUNT_RELOC(FIX) (!(FIX)->fx_done) macro
148 #define TC_COUNT_RELOC(fix) ((fix)->fx_addsy != NULL) macro
72 #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) macro
48 #define TC_COUNT_RELOC(x) 1 macro
110 #define TC_COUNT_RELOC(fixp) ((fixp)->fx_addsy != NULL) macro