Searched refs:N_TSHIFT (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/head/
H A Dsyms.h129 #define N_TSHIFT 2 macro
155 #define INCREF(x) ((((x)&~N_BTMASK)<<N_TSHIFT)|(DT_PTR<<N_BTSHFT)|(x&N_BTMASK))
157 #define DECREF(x) ((((x)>>N_TSHIFT)&~N_BTMASK)|((x)&N_BTMASK))
/freebsd-10.1-release/contrib/gcc/
H A Dgsyms.h85 N_TSHIFT = 2 enumerator in enum:sdb_masks
H A Dsdbout.c367 N_TSHIFT= 2 derived type shift
374 ((((PREV) & ~(int) N_BTMASK) << (int) N_TSHIFT) \
/freebsd-10.1-release/contrib/binutils/include/coff/
H A Dexternal.h184 #ifndef N_TSHIFT
185 #define N_TSHIFT 2 macro
H A Dsparc.h87 #define N_TSHIFT (2) macro
H A Drs6000.h131 #define N_TSHIFT (2) macro
H A Drs6k64.h136 #define N_TSHIFT (2) macro
H A Decoff.h153 #define N_TSHIFT (2) macro
H A Dinternal.h503 ((((x) >> N_TSHIFT) & ~ N_BTMASK) | ((x) & N_BTMASK))
H A Dti.h335 #define N_TSHIFT (2) macro
/freebsd-10.1-release/sys/boot/efi/include/amd64/
H A Dpe.h365 #define N_TSHIFT 2 macro
/freebsd-10.1-release/sys/boot/efi/include/i386/
H A Dpe.h365 #define N_TSHIFT 2 macro
/freebsd-10.1-release/sys/boot/efi/include/ia64/
H A Dpe.h371 #define N_TSHIFT 2 macro
/freebsd-10.1-release/contrib/binutils/binutils/
H A Drdcoff.c44 #define N_TSHIFT (coff_data (abfd)->local_n_tshift) macro
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dpeicode.h297 pe->coff.local_n_tshift = N_TSHIFT;
H A Dcoffcode.h1798 coff->local_n_tshift = N_TSHIFT;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dcoffread.c107 #define N_TSHIFT local_n_tshift macro

Completed in 118 milliseconds