Home
last modified time | relevance | path

Searched refs:N_TSHIFT (Results 1 – 16 of 16) sorted by relevance

/freebsd-9-stable/cddl/contrib/opensolaris/head/
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-9-stable/contrib/binutils/include/coff/
Dexternal.h184 #ifndef N_TSHIFT
185 #define N_TSHIFT 2 macro
Dsparc.h87 #define N_TSHIFT (2) macro
Drs6k64.h136 #define N_TSHIFT (2) macro
Drs6000.h131 #define N_TSHIFT (2) macro
Decoff.h153 #define N_TSHIFT (2) macro
Dti.h335 #define N_TSHIFT (2) macro
Dinternal.h503 ((((x) >> N_TSHIFT) & ~ N_BTMASK) | ((x) & N_BTMASK))
/freebsd-9-stable/contrib/gcc/
Dgsyms.h85 N_TSHIFT = 2 enumerator
Dsdbout.c374 ((((PREV) & ~(int) N_BTMASK) << (int) N_TSHIFT) \
/freebsd-9-stable/sys/boot/efi/include/i386/
Dpe.h365 #define N_TSHIFT 2 macro
/freebsd-9-stable/sys/boot/efi/include/ia64/
Dpe.h371 #define N_TSHIFT 2 macro
/freebsd-9-stable/contrib/binutils/binutils/
Drdcoff.c44 #define N_TSHIFT (coff_data (abfd)->local_n_tshift) macro
/freebsd-9-stable/contrib/binutils/bfd/
Dpeicode.h296 pe->coff.local_n_tshift = N_TSHIFT; in pe_mkobject_hook()
Dcoffcode.h1797 coff->local_n_tshift = N_TSHIFT; in coff_mkobject_hook()
/freebsd-9-stable/contrib/gdb/gdb/
Dcoffread.c107 #define N_TSHIFT local_n_tshift macro