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

/freebsd-10.0-release/cddl/contrib/opensolaris/head/
H A Dsyms.h116 #define DT_PTR 1 /* pointer */ macro
141 #define ISPTR(x) (((x) & N_TMASK) == (DT_PTR << N_BTSHFT))
155 #define INCREF(x) ((((x)&~N_BTMASK)<<N_TSHIFT)|(DT_PTR<<N_BTSHFT)|(x&N_BTMASK))
/freebsd-10.0-release/contrib/gcc/
H A Dgsyms.h65 DT_PTR = 1, enumerator in enum:sdb_type_class
H A Dsdbout.c624 return PUSH_DERIVED_LEVEL (DT_PTR, m);
H A Dmips-tfile.c861 DT_PTR = 1,
1452 tq_Ptr, /* 1: DT_PTR pointer */
855 DT_PTR = 1, enumerator in enum:coff_dt
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dinternal.h487 #define DT_PTR (1) /* pointer */ macro
495 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcoffgrok.c442 case DT_PTR:

Completed in 109 milliseconds