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

  /src/external/gpl3/gcc/dist/gcc/
gsyms.h 83 DT_FCN = 2,
collect2-aix.h 242 #define DT_FCN 2
  /src/external/gpl3/gcc.old/dist/gcc/
gsyms.h 83 DT_FCN = 2,
collect2-aix.h 242 #define DT_FCN 2
  /src/external/cddl/osnet/dist/head/
syms.h 117 #define DT_FCN 2 /* function */
145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT))
  /src/external/gpl3/binutils/dist/include/coff/
internal.h 518 #define DT_FCN (2) /* function */
527 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
  /src/external/gpl3/binutils.old/dist/include/coff/
internal.h 522 #define DT_FCN (2) /* function */
531 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
  /src/external/gpl3/gdb.old/dist/include/coff/
internal.h 522 #define DT_FCN (2) /* function */
531 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
  /src/external/gpl3/gdb/dist/include/coff/
internal.h 518 #define DT_FCN (2) /* function */
527 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))

Completed in 21 milliseconds