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

  /toolchain/binutils/binutils-2.25/include/coff/
external.h 173 #ifndef N_BTMASK
174 #define N_BTMASK 0xf
sparc.h 85 #define N_BTMASK (0xf)
i960.h 180 #define N_BTMASK (0x1f)
m88k.h 91 #define N_BTMASK 017
rs6k64.h 134 #define N_BTMASK (017)
internal.h 533 #define BTYPE(x) ((x) & N_BTMASK)
545 ((((x) >> N_TSHIFT) & ~ N_BTMASK) | ((x) & N_BTMASK))
rs6000.h 143 #define N_BTMASK (017)
ecoff.h 151 #define N_BTMASK (017)
ti.h 416 #define N_BTMASK (017)
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 33 the N_BTMASK, etc., values. */
40 #define N_BTMASK (coff_data (abfd)->local_n_btmask)
149 if ((ntype & ~N_BTMASK) != 0)
  /toolchain/binutils/binutils-2.25/bfd/
peicode.h 297 pe->coff.local_n_btmask = N_BTMASK;
    [all...]
cofflink.c 55 #define N_BTMASK n_btmask
230 unsigned int n_btmask = coff_data (abfd)->local_n_btmask; local
    [all...]
coffcode.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c     [all...]

Completed in 162 milliseconds