Searched refs:N_TMASK (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgsyms.h74 N_TMASK = 0x60, enumerator in enum:sdb_masks
80 N_TMASK = 060,
H A Dcollect2.c2318 || (((X).n_type & N_TMASK) == (DT_NON << N_BTSHFT) \
2319 || ((X).n_type & N_TMASK) == (DT_FCN << N_BTSHFT))))
2328 || (((X).n_type & N_TMASK) == (DT_NON << N_BTSHFT) \
2329 || ((X).n_type & N_TMASK) == (DT_FCN << N_BTSHFT))))
H A Dmips-tfile.c868 #define N_TMASK 003 /* bitmask to isolate derived type */
3054 & N_TMASK);
862 #define N_TMASK macro
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dsyms.h125 #define N_TMASK 060 macro
141 #define ISPTR(x) (((x) & N_TMASK) == (DT_PTR << N_BTSHFT))
145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT))
149 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT))
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dexternal.h176 #ifndef N_TMASK
177 #define N_TMASK 0x30 macro
H A Dsparc.h85 #define N_TMASK (0x30) macro
H A Dinternal.h492 #define DTYPE(x) (((x) & N_TMASK) >> N_BTSHFT)
495 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))
497 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
499 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))
H A Drs6000.h129 #define N_TMASK (060) macro
H A Drs6k64.h134 #define N_TMASK (060) macro
H A Decoff.h151 #define N_TMASK (060) macro
H A Dti.h333 #define N_TMASK (060) macro
/freebsd-9.3-release/sys/boot/efi/include/i386/
H A Dpe.h361 #define N_TMASK 060 macro
/freebsd-9.3-release/sys/boot/efi/include/ia64/
H A Dpe.h367 #define N_TMASK 060 macro
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drdcoff.c43 #define N_TMASK (coff_data (abfd)->local_n_tmask) macro
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcoffread.c73 #define SDB_TYPE(type) (BTYPE(type) | (type & N_TMASK))
106 #define N_TMASK local_n_tmask macro
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dpeicode.h296 pe->coff.local_n_tmask = N_TMASK;
H A Dxcofflink.c992 #define N_TMASK n_tmask
1954 #undef N_TMASK
3445 #define N_TMASK n_tmask
4576 #undef N_TMASK
988 #define N_TMASK macro
1950 #undef N_TMASK macro
3439 #define N_TMASK macro
4570 #undef N_TMASK macro
H A Dcoffgen.c1353 #define N_TMASK coff_data (abfd)->local_n_tmask macro
H A Dcofflink.c47 N_TMASK, etc. These definitions require a user to define local
51 #define N_TMASK n_tmask macro
H A Dcoffcode.h1797 coff->local_n_tmask = N_TMASK;

Completed in 278 milliseconds