HomeSort by relevance Sort by last modified time
    Searched refs:N_TROFF (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/include/
bout.h 93 #define N_TROFF(x) ( N_DATOFF(x) + (x).a_data )
94 #define N_TRELOFF N_TROFF
95 #define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )
  /toolchain/binutils/binutils-2.25/bfd/
bout.c 168 obj_textsec (abfd)->rel_filepos = N_TROFF (*execp);
460 if (bfd_seek (abfd, (file_ptr) (N_TROFF (*exec_hdr (abfd))), SEEK_SET)
    [all...]

Completed in 66 milliseconds