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

1 2

  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 41 #define N_BTSHFT (coff_data (abfd)->local_n_btshft)
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 41 #define N_BTSHFT (coff_data (abfd)->local_n_btshft)
  /src/external/gpl3/gcc/dist/gcc/
gsyms.h 93 N_BTSHFT = 4,
collect2-aix.h 239 #define N_BTSHFT 4
  /src/external/gpl3/gcc.old/dist/gcc/
gsyms.h 93 N_BTSHFT = 4,
collect2-aix.h 239 #define N_BTSHFT 4
  /src/external/cddl/osnet/dist/head/
syms.h 128 #define N_BTSHFT 4
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))
155 #define INCREF(x) ((((x)&~N_BTMASK)<<N_TSHIFT)|(DT_PTR<<N_BTSHFT)|(x&N_BTMASK))
  /src/external/gpl3/binutils/dist/include/coff/
external.h 171 #ifndef N_BTSHFT
172 #define N_BTSHFT 4
ecoff.h 155 #define N_BTSHFT (4)
rs6000.h 151 #define N_BTSHFT (4)
rs6k64.h 142 #define N_BTSHFT (4)
ti.h 419 #define N_BTSHFT (4)
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 181 #ifndef N_BTSHFT
182 #define N_BTSHFT 4
ecoff.h 155 #define N_BTSHFT (4)
rs6000.h 151 #define N_BTSHFT (4)
rs6k64.h 142 #define N_BTSHFT (4)
ti.h 419 #define N_BTSHFT (4)
  /src/external/gpl3/gdb/dist/include/coff/
external.h 181 #ifndef N_BTSHFT
182 #define N_BTSHFT 4
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 181 #ifndef N_BTSHFT
182 #define N_BTSHFT 4
  /src/external/gpl3/binutils/dist/bfd/
cofflink.c 55 #define N_BTSHFT n_btshft
273 unsigned int n_btshft = coff_data (abfd)->local_n_btshft; local
1413 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft;
1412 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft; local
coffgen.c 1618 #define N_BTSHFT coff_data (abfd)->local_n_btshft
  /src/external/gpl3/binutils.old/dist/bfd/
cofflink.c 55 #define N_BTSHFT n_btshft
273 unsigned int n_btshft = coff_data (abfd)->local_n_btshft; local
1425 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft;
1424 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft; local
coffgen.c 1610 #define N_BTSHFT coff_data (abfd)->local_n_btshft
  /src/external/gpl3/gdb/dist/bfd/
cofflink.c 54 #define N_BTSHFT n_btshft
272 unsigned int n_btshft = coff_data (abfd)->local_n_btshft; local
1386 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft;
1385 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft; local
  /src/external/gpl3/gdb.old/dist/bfd/
cofflink.c 54 #define N_BTSHFT n_btshft
272 unsigned int n_btshft = coff_data (abfd)->local_n_btshft; local
1386 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft;
1385 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft; local

Completed in 55 milliseconds

1 2