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

/openbsd-current/gnu/usr.bin/binutils/include/
H A Dbout.h154 n_other == N_BALNAME
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. */
163 #define N_BALNAME ((char)-2) macro
165 #define IS_BALNAME(x) (N_BALNAME == (x))
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h154 n_other == N_BALNAME
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. */
163 #define N_BALNAME ((char)-2) macro
165 #define IS_BALNAME(x) (N_BALNAME == (x))
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i960.h91 * n_other == N_BALNAME
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.
101 #define N_BALNAME ((char)-2) macro
H A Dtc-i960.c78 #define TC_S_IS_BALNAME(s) (S_GET_OTHER(s) == N_BALNAME)
85 #define TC_S_FORCE_TO_BALNAME(s) (S_SET_OTHER((s), N_BALNAME))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.h82 * n_other == N_BALNAME
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.
92 #define N_BALNAME ((char)-2) macro
H A Dtc-i960.c78 #define TC_S_IS_BALNAME(s) (S_GET_OTHER (s) == N_BALNAME)
85 #define TC_S_FORCE_TO_BALNAME(s) (S_SET_OTHER ((s), N_BALNAME))

Completed in 152 milliseconds