/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gsyms.h | 77 N_BTSHFT = 5, enumerator 83 N_BTSHFT = 4,
|
/openbsd/gnu/gcc/gcc/ |
H A D | gsyms.h | 77 N_BTSHFT = 5, enumerator 83 N_BTSHFT = 4,
|
H A D | collect2.c | 2310 || (((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 D | internal.h | 492 #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 D | external.h | 179 #ifndef N_BTSHFT 180 #define N_BTSHFT 4 macro
|
H A D | sparc.h | 86 #define N_BTSHFT (4) macro
|
H A D | or32.h | 207 #define N_BTSHFT (4) macro
|
H A D | i960.h | 181 #define N_BTSHFT (5) macro
|
H A D | m88k.h | 92 #define N_BTSHFT 4 macro
|
H A D | rs6k64.h | 135 #define N_BTSHFT (4) macro
|
H A D | rs6000.h | 134 #define N_BTSHFT (4) macro
|
H A D | ecoff.h | 150 #define N_BTSHFT (4) macro
|
H A D | ti.h | 334 #define N_BTSHFT (4) macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/ |
H A D | internal.h | 492 #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 D | external.h | 179 #ifndef N_BTSHFT 180 #define N_BTSHFT 4 macro
|
H A D | sparc.h | 86 #define N_BTSHFT (4) macro
|
H A D | or32.h | 207 #define N_BTSHFT (4) macro
|
H A D | i960.h | 181 #define N_BTSHFT (5) macro
|
H A D | m88k.h | 92 #define N_BTSHFT 4 macro
|
H A D | rs6k64.h | 135 #define N_BTSHFT (4) macro
|
H A D | rs6000.h | 134 #define N_BTSHFT (4) macro
|
H A D | ecoff.h | 152 #define N_BTSHFT (4) macro
|
H A D | ti.h | 334 #define N_BTSHFT (4) macro
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | winnt.c | 635 (int) DT_FCN << N_BTSHFT); in i386_pe_declare_function_type()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | winnt.c | 666 (int) DT_FCN << N_BTSHFT);
|