HomeSort by relevance Sort by last modified time
    Searched refs:N_TMASK (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
external.h 177 #ifndef N_TMASK
178 #define N_TMASK 0x30
sparc.h 86 #define N_TMASK (0x30)
i960.h 181 #define N_TMASK (0x60)
internal.h 534 #define DTYPE(x) (((x) & N_TMASK) >> N_BTSHFT)
537 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))
539 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_FCN << N_BTSHFT))
541 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_ARY << N_BTSHFT))
m88k.h 92 #define N_TMASK 060
rs6k64.h 135 #define N_TMASK (060)
rs6000.h 144 #define N_TMASK (060)
ecoff.h 152 #define N_TMASK (060)
ti.h 417 #define N_TMASK (060)
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 42 #define N_TMASK (coff_data (abfd)->local_n_tmask)
  /toolchain/binutils/binutils-2.25/bfd/
peicode.h 299 pe->coff.local_n_tmask = N_TMASK;
    [all...]
xcofflink.c 1203 unsigned int n_tmask; local
4102 unsigned int n_tmask; local
    [all...]
coffgen.c     [all...]
cofflink.c 49 N_TMASK, etc. These definitions require a user to define local
53 #define N_TMASK n_tmask
228 unsigned int n_tmask = coff_data (abfd)->local_n_tmask; local
1380 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask; local
    [all...]
coffcode.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 141 milliseconds