Searched refs:N_CALLNAME (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/
H A Dbout.h146 n_other == N_CALLNAME
160 Note that an N_CALLNAME entry *must* have a corresponding N_BALNAME entry,
161 but not every N_BALNAME entry must have an N_CALLNAME entry. */
162 #define N_CALLNAME ((char)-1) macro
164 #define IS_CALLNAME(x) (N_CALLNAME == (x))
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h146 n_other == N_CALLNAME
160 Note that an N_CALLNAME entry *must* have a corresponding N_BALNAME entry,
161 but not every N_BALNAME entry must have an N_CALLNAME entry. */
162 #define N_CALLNAME ((char)-1) macro
164 #define IS_CALLNAME(x) (N_CALLNAME == (x))
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i960.h83 * n_other == N_CALLNAME
97 * Note that an N_CALLNAME entry *must* have a corresponding N_BALNAME entry,
98 * but not every N_BALNAME entry must have an N_CALLNAME entry.
100 #define N_CALLNAME ((char)-1) macro
H A Dtc-i960.c79 #define TC_S_IS_CALLNAME(s) (S_GET_OTHER(s) == N_CALLNAME)
86 #define TC_S_FORCE_TO_CALLNAME(s) (S_SET_OTHER((s), N_CALLNAME))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.h74 * n_other == N_CALLNAME
88 * Note that an N_CALLNAME entry *must* have a corresponding N_BALNAME entry,
89 * but not every N_BALNAME entry must have an N_CALLNAME entry.
91 #define N_CALLNAME ((char)-1) macro
H A Dtc-i960.c79 #define TC_S_IS_CALLNAME(s) (S_GET_OTHER (s) == N_CALLNAME)
86 #define TC_S_FORCE_TO_CALLNAME(s) (S_SET_OTHER ((s), N_CALLNAME))

Completed in 187 milliseconds