HomeSort by relevance Sort by last modified time
    Searched refs:N_BALNAME (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/
bout.h 155 n_other == N_BALNAME
161 Note that an N_CALLNAME entry *must* have a corresponding N_BALNAME entry,
162 but not every N_BALNAME entry must have an N_CALLNAME entry. */
164 #define N_BALNAME ((char)-2)
166 #define IS_BALNAME(x) (N_BALNAME == (x))
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.h 80 * n_other == N_BALNAME
86 * Note that an N_CALLNAME entry *must* have a corresponding N_BALNAME entry,
87 * but not every N_BALNAME entry must have an N_CALLNAME entry.
90 #define N_BALNAME ((char)-2)
tc-i960.c 73 #define TC_S_IS_BALNAME(s) (S_GET_OTHER (s) == N_BALNAME)
80 #define TC_S_FORCE_TO_BALNAME(s) (S_SET_OTHER ((s), N_BALNAME))
    [all...]

Completed in 441 milliseconds