Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dbout.h163 #define N_CALLNAME ((char)-1) macro
165 #define IS_CALLNAME(x) (N_CALLNAME == (x))
DChangeLog-91032259 * bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.h89 #define N_CALLNAME ((char)-1) macro
Dtc-i960.c74 #define TC_S_IS_CALLNAME(s) (S_GET_OTHER (s) == N_CALLNAME)
81 #define TC_S_FORCE_TO_CALLNAME(s) (S_SET_OTHER ((s), N_CALLNAME))
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-929512392 * config/tc-i960.h (N_BALNAME, N_CALLNAME): Define as char-type values,