HomeSort by: relevance | last modified time | path
    Searched defs:N_TMASK (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 42 #define N_TMASK (coff_data (abfd)->local_n_tmask)
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 42 #define N_TMASK (coff_data (abfd)->local_n_tmask)
  /src/external/gpl3/gcc/dist/gcc/
gsyms.h 90 N_TMASK = 060,
collect2-aix.h 238 #define N_TMASK 060
  /src/external/gpl3/gcc.old/dist/gcc/
gsyms.h 90 N_TMASK = 060,
collect2-aix.h 238 #define N_TMASK 060
  /src/external/cddl/osnet/dist/head/
syms.h 125 #define N_TMASK 060
141 #define ISPTR(x) (((x) & N_TMASK) == (DT_PTR << N_BTSHFT))
145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT))
149 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT))
  /src/external/gpl3/binutils/dist/include/coff/
external.h 167 #ifndef N_TMASK
168 #define N_TMASK 0x30
ecoff.h 154 #define N_TMASK (060)
rs6000.h 150 #define N_TMASK (060)
rs6k64.h 141 #define N_TMASK (060)
ti.h 418 #define N_TMASK (060)
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 177 #ifndef N_TMASK
178 #define N_TMASK 0x30
ecoff.h 154 #define N_TMASK (060)
rs6000.h 150 #define N_TMASK (060)
rs6k64.h 141 #define N_TMASK (060)
ti.h 418 #define N_TMASK (060)
  /src/external/gpl3/gdb/dist/include/coff/
external.h 177 #ifndef N_TMASK
178 #define N_TMASK 0x30
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 177 #ifndef N_TMASK
178 #define N_TMASK 0x30
  /src/external/gpl3/binutils/dist/bfd/
cofflink.c 50 N_TMASK, etc. These definitions require a user to define local
54 #define N_TMASK n_tmask
272 unsigned int n_tmask = coff_data (abfd)->local_n_tmask; local
1412 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask;
1411 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask; local
coffgen.c 1617 #define N_TMASK coff_data (abfd)->local_n_tmask
  /src/external/gpl3/binutils.old/dist/bfd/
cofflink.c 50 N_TMASK, etc. These definitions require a user to define local
54 #define N_TMASK n_tmask
272 unsigned int n_tmask = coff_data (abfd)->local_n_tmask; local
1424 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask;
1423 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask; local
coffgen.c 1609 #define N_TMASK coff_data (abfd)->local_n_tmask
  /src/external/gpl3/gdb/dist/bfd/
cofflink.c 49 N_TMASK, etc. These definitions require a user to define local
53 #define N_TMASK n_tmask
271 unsigned int n_tmask = coff_data (abfd)->local_n_tmask; local
1385 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask;
1384 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask; local
  /src/external/gpl3/gdb.old/dist/bfd/
cofflink.c 49 N_TMASK, etc. These definitions require a user to define local
53 #define N_TMASK n_tmask
271 unsigned int n_tmask = coff_data (abfd)->local_n_tmask; local
1385 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask;
1384 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask; local

Completed in 49 milliseconds

1 2