Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c73 #define TC_S_IS_BALNAME(s) (S_GET_OTHER (s) == N_BALNAME) macro
75 #define TC_S_IS_BADPROC(s) ((S_GET_OTHER (s) != 0) && !TC_S_IS_CALLNAME (s) && !TC_S_IS_BALNAME (s)…
88 #define TC_S_IS_BALNAME(s) (SF_GET_BALNAME (s)) macro
103 #define TC_S_IS_BALNAME(s) 0 macro
2316 else if (TC_S_IS_BALNAME (fixP->fx_addsy)) in reloc_callj()
2492 know (TC_S_IS_BALNAME (balP)); in tc_set_bal_of_call()
2533 know (TC_S_IS_BALNAME (retval)); in tc_get_bal_of_call()
2588 if (!TC_S_IS_BALNAME (tc_get_bal_of_call (fixP->fx_addsy))) in i960_validate_fix()