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

  /src/sys/sys/
exec_aout.h 136 #define N_DATOFF(ex) \
141 (N_DATOFF(ex) + (ex).a_data)
  /src/tools/arm-elf2aout/sys/
exec_aout.h 134 #define N_DATOFF(ex) \
139 (N_DATOFF(ex) + (ex).a_data)
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 134 #define N_DATOFF(ex) \
139 (N_DATOFF(ex) + (ex).a_data)
  /src/external/gpl3/gdb.old/dist/include/
bout.h 92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text )
93 #define N_TROFF(x) ( N_DATOFF(x) + (x)->a_data )
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 241 #ifndef N_DATOFF
242 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 241 #ifndef N_DATOFF
242 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 241 #ifndef N_DATOFF
242 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 241 #ifndef N_DATOFF
242 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 132 #define N_DATOFF(x) (N_TXTOFF(x) + (x)->a_text)
133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
629 obj_datasec (abfd)->filepos = N_DATOFF (execp);
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 132 #define N_DATOFF(x) (N_TXTOFF(x) + (x)->a_text)
133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
629 obj_datasec (abfd)->filepos = N_DATOFF (execp);
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 132 #define N_DATOFF(x) (N_TXTOFF(x) + (x)->a_text)
133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
629 obj_datasec (abfd)->filepos = N_DATOFF (execp);
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 132 #define N_DATOFF(x) (N_TXTOFF(x) + (x)->a_text)
133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
629 obj_datasec (abfd)->filepos = N_DATOFF (execp);

Completed in 32 milliseconds