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

1 2

  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 43 #define N_TSHIFT (coff_data (abfd)->local_n_tshift)
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 43 #define N_TSHIFT (coff_data (abfd)->local_n_tshift)
  /src/external/gpl3/gcc/dist/gcc/
gsyms.h 94 N_TSHIFT = 2
  /src/external/gpl3/gcc.old/dist/gcc/
gsyms.h 94 N_TSHIFT = 2
  /src/external/cddl/osnet/dist/head/
syms.h 129 #define N_TSHIFT 2
155 #define INCREF(x) ((((x)&~N_BTMASK)<<N_TSHIFT)|(DT_PTR<<N_BTSHFT)|(x&N_BTMASK))
157 #define DECREF(x) ((((x)>>N_TSHIFT)&~N_BTMASK)|((x)&N_BTMASK))
  /src/external/gpl3/binutils/dist/include/coff/
external.h 175 #ifndef N_TSHIFT
176 #define N_TSHIFT 2
ecoff.h 156 #define N_TSHIFT (2)
rs6000.h 152 #define N_TSHIFT (2)
rs6k64.h 143 #define N_TSHIFT (2)
ti.h 420 #define N_TSHIFT (2)
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 185 #ifndef N_TSHIFT
186 #define N_TSHIFT 2
ecoff.h 156 #define N_TSHIFT (2)
rs6000.h 152 #define N_TSHIFT (2)
rs6k64.h 143 #define N_TSHIFT (2)
ti.h 420 #define N_TSHIFT (2)
  /src/external/gpl3/gdb/dist/include/coff/
external.h 185 #ifndef N_TSHIFT
186 #define N_TSHIFT 2
ecoff.h 156 #define N_TSHIFT (2)
rs6000.h 152 #define N_TSHIFT (2)
rs6k64.h 143 #define N_TSHIFT (2)
ti.h 420 #define N_TSHIFT (2)
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 185 #ifndef N_TSHIFT
186 #define N_TSHIFT 2
ecoff.h 156 #define N_TSHIFT (2)
rs6000.h 152 #define N_TSHIFT (2)
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 109 #define N_TSHIFT local_n_tshift
  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 108 #define N_TSHIFT local_n_tshift

Completed in 46 milliseconds

1 2