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

  /src/sys/sys/
exec_aout.h 140 #define N_TRELOFF(ex) \
145 (N_TRELOFF(ex) + (ex).a_trsize)
  /src/tools/arm-elf2aout/sys/
exec_aout.h 138 #define N_TRELOFF(ex) \
143 (N_TRELOFF(ex) + (ex).a_trsize)
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 138 #define N_TRELOFF(ex) \
143 (N_TRELOFF(ex) + (ex).a_trsize)
  /src/external/gpl3/gdb/dist/include/
bout.h 94 #define N_TRELOFF N_TROFF
  /src/external/gpl3/gdb.old/dist/include/
bout.h 94 #define N_TRELOFF N_TROFF
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 244 #ifndef N_TRELOFF
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 244 #ifndef N_TRELOFF
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 244 #ifndef N_TRELOFF
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 244 #ifndef N_TRELOFF
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
134 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
391 if (bfd_seek (abfd, N_TRELOFF (execp), SEEK_SET) != 0
632 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
134 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
391 if (bfd_seek (abfd, N_TRELOFF (execp), SEEK_SET) != 0
632 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
134 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
391 if (bfd_seek (abfd, N_TRELOFF (execp), SEEK_SET) != 0
632 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 133 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data)
134 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
391 if (bfd_seek (abfd, N_TRELOFF (execp), SEEK_SET) != 0
638 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);

Completed in 41 milliseconds