Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/head/
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-stable/contrib/gcc/
Dgsyms.h74 N_TMASK = 0x60, enumerator
80 N_TMASK = 060,
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))))
Dmips-tfile.c862 #define N_TMASK 003 /* bitmask to isolate derived type */ macro
3025 & N_TMASK); in parse_def()
/freebsd-12-stable/contrib/binutils/include/coff/
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))
Dexternal.h176 #ifndef N_TMASK
177 #define N_TMASK 0x30 macro
Dsparc.h85 #define N_TMASK (0x30) macro
Drs6k64.h134 #define N_TMASK (060) macro
Drs6000.h129 #define N_TMASK (060) macro
Decoff.h151 #define N_TMASK (060) macro
Dti.h333 #define N_TMASK (060) macro
/freebsd-12-stable/stand/efi/include/amd64/
Dpe.h361 #define N_TMASK 060 macro
/freebsd-12-stable/stand/efi/include/i386/
Dpe.h361 #define N_TMASK 060 macro
/freebsd-12-stable/contrib/gdb/gdb/
Dcoffread.c73 #define SDB_TYPE(type) (BTYPE(type) | (type & N_TMASK))
106 #define N_TMASK local_n_tmask macro
/freebsd-12-stable/contrib/binutils/binutils/
Drdcoff.c43 #define N_TMASK (coff_data (abfd)->local_n_tmask) macro
/freebsd-12-stable/contrib/binutils/bfd/
Dpeicode.h295 pe->coff.local_n_tmask = N_TMASK; in pe_mkobject_hook()
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
Dcoffgen.c1353 #define N_TMASK coff_data (abfd)->local_n_tmask in coff_pointerize_aux() macro
Dcofflink.c51 #define N_TMASK n_tmask macro
Dcoffcode.h1796 coff->local_n_tmask = N_TMASK; in coff_mkobject_hook()
DChangeLog-9899835 * cofflink.c: Move definitions of N_TMASK, et. al., out of