HomeSort by: relevance | last modified time | path
    Searched defs:N_MACHTYPE (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
netbsd.h 37 #define N_MACHTYPE(execp) \
libaout.h 295 #ifndef N_MACHTYPE
296 # define N_MACHTYPE(execp) ((enum machine_type)(((execp)->a_info >> 16) & 0xff))
  /src/external/gpl3/binutils.old/dist/bfd/
netbsd.h 37 #define N_MACHTYPE(execp) \
libaout.h 295 #ifndef N_MACHTYPE
296 # define N_MACHTYPE(execp) ((enum machine_type)(((execp)->a_info >> 16) & 0xff))
  /src/external/gpl3/gdb/dist/bfd/
netbsd.h 37 #define N_MACHTYPE(execp) \
libaout.h 302 #ifndef N_MACHTYPE
303 # define N_MACHTYPE(execp) ((enum machine_type)(((execp)->a_info >> 16) & 0xff))
  /src/external/gpl3/gdb.old/dist/bfd/
netbsd.h 37 #define N_MACHTYPE(execp) \
libaout.h 302 #ifndef N_MACHTYPE
303 # define N_MACHTYPE(execp) ((enum machine_type)(((execp)->a_info >> 16) & 0xff))
  /src/external/gpl3/binutils/dist/include/aout/
hp.h 56 #undef N_MACHTYPE
64 #define N_MACHTYPE(execp) ((execp)->a_machtype)
72 (((N_MACHTYPE (x)) != HP9000S200_ID) && \
73 ((N_MACHTYPE (x)) != HP98x6_ID))
  /src/external/gpl3/binutils.old/dist/include/aout/
hp.h 56 #undef N_MACHTYPE
64 #define N_MACHTYPE(execp) ((execp)->a_machtype)
72 (((N_MACHTYPE (x)) != HP9000S200_ID) && \
73 ((N_MACHTYPE (x)) != HP98x6_ID))
  /src/external/gpl3/gdb/dist/include/aout/
hp.h 56 #undef N_MACHTYPE
64 #define N_MACHTYPE(execp) ((execp)->a_machtype)
72 (((N_MACHTYPE (x)) != HP9000S200_ID) && \
73 ((N_MACHTYPE (x)) != HP98x6_ID))
  /src/external/gpl3/gdb.old/dist/include/aout/
hp.h 56 #undef N_MACHTYPE
64 #define N_MACHTYPE(execp) ((execp)->a_machtype)
72 (((N_MACHTYPE (x)) != HP9000S200_ID) && \
73 ((N_MACHTYPE (x)) != HP98x6_ID))

Completed in 34 milliseconds