Searched refs:N_BTSHFT (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h128 #define N_BTSHFT 4 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))
155 #define INCREF(x) ((((x)&~N_BTMASK)<<N_TSHIFT)|(DT_PTR<<N_BTSHFT)|(x&N_BTMASK))
/freebsd-11-stable/contrib/gcc/
H A Dgsyms.h77 N_BTSHFT = 5, enumerator in enum:sdb_masks
83 N_BTSHFT = 4,
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 Dsdbout.c368 N_BTSHFT= 4 Basic type shift */
375 | ((int) DT_type << (int) N_BTSHFT) \
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dexternal.h180 #ifndef N_BTSHFT
181 #define N_BTSHFT 4 macro
H A Dsparc.h86 #define N_BTSHFT (4) 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.h130 #define N_BTSHFT (4) macro
H A Drs6k64.h135 #define N_BTSHFT (4) macro
H A Decoff.h152 #define N_BTSHFT (4) macro
H A Dti.h334 #define N_BTSHFT (4) macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dwinnt.c637 (int) DT_FCN << N_BTSHFT);
/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h364 #define N_BTSHFT 4 macro
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h364 #define N_BTSHFT 4 macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Drdcoff.c42 #define N_BTSHFT (coff_data (abfd)->local_n_btshft) macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dpeicode.h295 pe->coff.local_n_btshft = N_BTSHFT;
H A Dxcofflink.c993 #define N_BTSHFT n_btshft
1955 #undef N_BTSHFT
3446 #define N_BTSHFT n_btshft
4577 #undef N_BTSHFT
989 #define N_BTSHFT macro
1951 #undef N_BTSHFT macro
3440 #define N_BTSHFT macro
4571 #undef N_BTSHFT macro
H A Dcoffgen.c1354 #define N_BTSHFT coff_data (abfd)->local_n_btshft macro
H A Dcofflink.c52 #define N_BTSHFT n_btshft macro
H A Dcoffcode.h1796 coff->local_n_btshft = N_BTSHFT;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c105 #define N_BTSHFT local_n_btshft macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c3636 S_SET_DATA_TYPE (ext_sym, DT_FCN << N_BTSHFT);
4721 S_SET_DATA_TYPE (ext_sym, DT_FCN << N_BTSHFT);

Completed in 539 milliseconds