Home
last modified time | relevance | path

Searched refs:N_BTSHFT (Results 1 – 25 of 72) sorted by relevance

123

/netbsd/external/cddl/osnet/dist/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))
/netbsd/external/gpl3/binutils/dist/include/coff/
H A Dinternal.h526 #define DTYPE(x) (((x) & N_TMASK) >> N_BTSHFT)
529 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))
531 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
533 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))
H A Dexternal.h181 #ifndef N_BTSHFT
182 #define N_BTSHFT 4 macro
H A Drs6k64.h142 #define N_BTSHFT (4) macro
H A Drs6000.h151 #define N_BTSHFT (4) macro
H A Decoff.h155 #define N_BTSHFT (4) macro
/netbsd/external/gpl3/gdb/dist/include/coff/
H A Dinternal.h520 #define DTYPE(x) (((x) & N_TMASK) >> N_BTSHFT)
523 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))
525 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
527 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))
H A Dexternal.h181 #ifndef N_BTSHFT
182 #define N_BTSHFT 4 macro
H A Drs6k64.h136 #define N_BTSHFT (4) macro
H A Drs6000.h145 #define N_BTSHFT (4) macro
H A Decoff.h155 #define N_BTSHFT (4) macro
/netbsd/external/gpl3/binutils.old/dist/include/coff/
H A Dinternal.h526 #define DTYPE(x) (((x) & N_TMASK) >> N_BTSHFT)
529 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))
531 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
533 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))
H A Dexternal.h181 #ifndef N_BTSHFT
182 #define N_BTSHFT 4 macro
H A Drs6k64.h136 #define N_BTSHFT (4) macro
H A Drs6000.h145 #define N_BTSHFT (4) macro
H A Decoff.h155 #define N_BTSHFT (4) macro
/netbsd/external/gpl3/gdb.old/dist/include/coff/
H A Dinternal.h520 #define DTYPE(x) (((x) & N_TMASK) >> N_BTSHFT)
523 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))
525 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
527 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))
H A Dexternal.h181 #ifndef N_BTSHFT
182 #define N_BTSHFT 4 macro
H A Drs6k64.h136 #define N_BTSHFT (4) macro
H A Drs6000.h145 #define N_BTSHFT (4) macro
H A Decoff.h155 #define N_BTSHFT (4) macro
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgsyms.h93 N_BTSHFT = 4, enumerator
H A Dcollect2-aix.h239 #define N_BTSHFT 4 macro
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgsyms.h93 N_BTSHFT = 4, enumerator
H A Dcollect2-aix.h239 #define N_BTSHFT 4 macro

123