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

  /toolchain/binutils/binutils-2.25/include/
bout.h 147 n_other == N_CALLNAME
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. */
163 #define N_CALLNAME ((char)-1)
165 #define IS_CALLNAME(x) (N_CALLNAME == (x))
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.h 72 * n_other == N_CALLNAME
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.
89 #define N_CALLNAME ((char)-1)
tc-i960.c 74 #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))
    [all...]

Completed in 76 milliseconds