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

  /src/sys/sys/
exec_aout.h 144 #define N_DRELOFF(ex) \
149 (N_DRELOFF(ex) + (ex).a_drsize)
  /src/tools/arm-elf2aout/sys/
exec_aout.h 142 #define N_DRELOFF(ex) \
147 (N_DRELOFF(ex) + (ex).a_drsize)
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 142 #define N_DRELOFF(ex) \
147 (N_DRELOFF(ex) + (ex).a_drsize)
  /src/external/gpl3/gdb.old/dist/include/
bout.h 96 #define N_DRELOFF N_DROFF
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 247 #ifndef N_DRELOFF
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
251 #define N_SYMOFF(x) (N_DRELOFF (x) + (x)->a_drsize)
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 247 #ifndef N_DRELOFF
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
251 #define N_SYMOFF(x) (N_DRELOFF (x) + (x)->a_drsize)
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 247 #ifndef N_DRELOFF
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
251 #define N_SYMOFF(x) (N_DRELOFF (x) + (x)->a_drsize)
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 247 #ifndef N_DRELOFF
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
251 #define N_SYMOFF(x) (N_DRELOFF (x) + (x)->a_drsize)
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 134 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
135 #define N_SYMOFF(x) (N_DRELOFF(x) + (x)->a_drsize)
393 || bfd_seek (abfd, N_DRELOFF (execp), SEEK_SET) != 0
633 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp);
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 134 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
135 #define N_SYMOFF(x) (N_DRELOFF(x) + (x)->a_drsize)
393 || bfd_seek (abfd, N_DRELOFF (execp), SEEK_SET) != 0
633 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp);
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 134 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
135 #define N_SYMOFF(x) (N_DRELOFF(x) + (x)->a_drsize)
393 || bfd_seek (abfd, N_DRELOFF (execp), SEEK_SET) != 0
633 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp);
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 134 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
135 #define N_SYMOFF(x) (N_DRELOFF(x) + (x)->a_drsize)
393 || bfd_seek (abfd, N_DRELOFF (execp), SEEK_SET) != 0
633 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp);

Completed in 41 milliseconds