HomeSort by: relevance | last modified time | path
    Searched defs:ISFCN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/head/
syms.h 145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT))
181 struct /* if ISFCN, tag, or .bb */
  /src/external/gpl3/gcc.old/dist/libbacktrace/
xcoff.c 186 #define ISFCN(x) ((x) & 0x0020)
608 && ISFCN (asym->n_type) && asym->n_numaux > 0 && asym->n_scnum > 0)
627 && ISFCN (asym->n_type) && asym->n_numaux > 0 && asym->n_scnum > 0)
962 if (!ISFCN (asym->n_type) || asym->n_numaux == 0
  /src/external/gpl3/binutils/dist/include/coff/
internal.h 526 #define ISFCN(x) \
568 { /* if ISFCN, tag, or .bb */
  /src/external/gpl3/binutils.old/dist/include/coff/
internal.h 530 #define ISFCN(x) \
569 { /* if ISFCN, tag, or .bb */

Completed in 29 milliseconds