Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgsyms.h77 N_BTSHFT = 5, enumerator
83 N_BTSHFT = 4,
/openbsd/gnu/gcc/gcc/
H A Dgsyms.h77 N_BTSHFT = 5, enumerator
83 N_BTSHFT = 4,
H A Dcollect2.c2310 || (((X).n_type & N_TMASK) == (DT_NON << N_BTSHFT) \
2311 || ((X).n_type & N_TMASK) == (DT_FCN << N_BTSHFT))))
2320 || (((X).n_type & N_TMASK) == (DT_NON << N_BTSHFT) \
2321 || ((X).n_type & N_TMASK) == (DT_FCN << N_BTSHFT))))
/openbsd/gnu/usr.bin/binutils/include/coff/
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 Dexternal.h179 #ifndef N_BTSHFT
180 #define N_BTSHFT 4 macro
H A Dsparc.h86 #define N_BTSHFT (4) macro
H A Dor32.h207 #define N_BTSHFT (4) macro
H A Di960.h181 #define N_BTSHFT (5) macro
H A Dm88k.h92 #define N_BTSHFT 4 macro
H A Drs6k64.h135 #define N_BTSHFT (4) macro
H A Drs6000.h134 #define N_BTSHFT (4) macro
H A Decoff.h150 #define N_BTSHFT (4) macro
H A Dti.h334 #define N_BTSHFT (4) macro
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
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 Dexternal.h179 #ifndef N_BTSHFT
180 #define N_BTSHFT 4 macro
H A Dsparc.h86 #define N_BTSHFT (4) macro
H A Dor32.h207 #define N_BTSHFT (4) macro
H A Di960.h181 #define N_BTSHFT (5) macro
H A Dm88k.h92 #define N_BTSHFT 4 macro
H A Drs6k64.h135 #define N_BTSHFT (4) macro
H A Drs6000.h134 #define N_BTSHFT (4) macro
H A Decoff.h152 #define N_BTSHFT (4) macro
H A Dti.h334 #define N_BTSHFT (4) macro
/openbsd/gnu/gcc/gcc/config/i386/
H A Dwinnt.c635 (int) DT_FCN << N_BTSHFT); in i386_pe_declare_function_type()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dwinnt.c666 (int) DT_FCN << N_BTSHFT);

12