Home
last modified time | relevance | path

Searched refs:N_TMASK (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/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-12.1/contrib/gcc/
H A Dgsyms.h74 N_TMASK = 0x60, enumerator
80 N_TMASK = 060,
H A Dcollect2.c2301 || (((X).n_type & N_TMASK) == (DT_NON << N_BTSHFT) \
2302 || ((X).n_type & N_TMASK) == (DT_FCN << N_BTSHFT))))
2311 || (((X).n_type & N_TMASK) == (DT_NON << N_BTSHFT) \
2312 || ((X).n_type & N_TMASK) == (DT_FCN << N_BTSHFT))))
H A Dmips-tfile.c862 #define N_TMASK 003 /* bitmask to isolate derived type */ macro
3025 & N_TMASK); in parse_def()
/freebsd-12.1/contrib/binutils/include/coff/
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 Dexternal.h176 #ifndef N_TMASK
177 #define N_TMASK 0x30 macro
H A Dsparc.h85 #define N_TMASK (0x30) macro
H A Drs6k64.h134 #define N_TMASK (060) macro
H A Drs6000.h129 #define N_TMASK (060) macro
H A Decoff.h151 #define N_TMASK (060) macro
H A Dti.h333 #define N_TMASK (060) macro
/freebsd-12.1/stand/efi/include/amd64/
H A Dpe.h361 #define N_TMASK 060 macro
/freebsd-12.1/stand/efi/include/i386/
H A Dpe.h361 #define N_TMASK 060 macro
/freebsd-12.1/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-12.1/contrib/binutils/binutils/
H A Drdcoff.c43 #define N_TMASK (coff_data (abfd)->local_n_tmask) macro
/freebsd-12.1/contrib/binutils/bfd/
H A Dpeicode.h295 pe->coff.local_n_tmask = N_TMASK; in pe_mkobject_hook()
H A Dxcofflink.c988 #define N_TMASK n_tmask in xcoff_link_add_symbols() macro
1950 #undef N_TMASK
3439 #define N_TMASK n_tmask in xcoff_link_input_bfd() macro
4570 #undef N_TMASK
H A Dcoffgen.c1353 #define N_TMASK coff_data (abfd)->local_n_tmask in coff_pointerize_aux() macro
H A Dcofflink.c51 #define N_TMASK n_tmask macro
H A Dcoffcode.h1796 coff->local_n_tmask = N_TMASK; in coff_mkobject_hook()
H A DChangeLog-9899835 * cofflink.c: Move definitions of N_TMASK, et. al., out of