Searched refs:DT_ARY (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dgsyms.h67 DT_ARY = 3 enumerator in enum:sdb_type_class
H A Dsdbout.c576 return PUSH_DERIVED_LEVEL (DT_ARY, m);
H A Dmips-tfile.c863 DT_ARY = 3,
1454 tq_Array, /* 3: DT_ARY array */
857 DT_ARY = 3, enumerator in enum:coff_dt
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h118 #define DT_ARY 3 /* array */ macro
149 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT))
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h489 #define DT_ARY (3) /* array */ macro
499 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c427 case DT_ARY:

Completed in 144 milliseconds