HomeSort by relevance Sort by last modified time
    Searched full:n_tmask (Results 1 - 18 of 18) 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)
m88k.h 92 #define N_TMASK 060
rs6k64.h 135 #define N_TMASK (060)
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))
rs6000.h 144 #define N_TMASK (060)
ecoff.h 152 #define N_TMASK (060)
ti.h 417 #define N_TMASK (060)
ChangeLog-9103 1033 * mips.h (N_BTMASK, N_TMASK, N_BTSHFT, N_TSHIFT): Define; these
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xcofflink.c 1203 unsigned int n_tmask; local
4102 unsigned int n_tmask; local
    [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...]
peicode.h 299 pe->coff.local_n_tmask = N_TMASK;
    [all...]
coffgen.c     [all...]
coffcode.h     [all...]
ChangeLog-9899 835 * cofflink.c: Move definitions of N_TMASK, et. al., out of
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 42 #define N_TMASK (coff_data (abfd)->local_n_tmask)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 976 milliseconds