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

  /src/external/gpl3/gcc.old/dist/gcc/
gsyms.h 84 DT_ARY = 3
  /src/external/cddl/osnet/dist/head/
syms.h 118 #define DT_ARY 3 /* array */
149 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT))
  /src/external/gpl3/binutils/dist/include/coff/
internal.h 519 #define DT_ARY (3) /* array */
529 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))
  /src/external/gpl3/binutils.old/dist/include/coff/
internal.h 523 #define DT_ARY (3) /* array */
533 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))

Completed in 29 milliseconds