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

  /src/sys/sys/
exec_aout.h 121 #define N_DATADDR(ex) \
127 (N_DATADDR(ex) + (ex).a_data)
  /src/tools/arm-elf2aout/sys/
exec_aout.h 119 #define N_DATADDR(ex) \
125 (N_DATADDR(ex) + (ex).a_data)
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 119 #define N_DATADDR(ex) \
125 (N_DATADDR(ex) + (ex).a_data)
  /src/external/gpl3/gdb/dist/include/
bout.h 99 #define N_DATADDR(x) ( (x)->a_dload )
  /src/external/gpl3/gdb.old/dist/include/
bout.h 99 #define N_DATADDR(x) ( (x)->a_dload )
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 214 #ifndef N_DATADDR
215 #define N_DATADDR(x) \
225 #define N_BSSADDR(x) (N_DATADDR (x) + (x)->a_data)
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 214 #ifndef N_DATADDR
215 #define N_DATADDR(x) \
225 #define N_BSSADDR(x) (N_DATADDR (x) + (x)->a_data)
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 214 #ifndef N_DATADDR
215 #define N_DATADDR(x) \
225 #define N_BSSADDR(x) (N_DATADDR (x) + (x)->a_data)
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 214 #ifndef N_DATADDR
215 #define N_DATADDR(x) \
225 #define N_BSSADDR(x) (N_DATADDR (x) + (x)->a_data)

Completed in 25 milliseconds