Searched refs:N_DRELOFF (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h95 #define N_DRELOFF N_DROFF macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h195 #ifndef N_DRELOFF
196 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize ) macro
200 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x).a_drsize )
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h247 #ifndef N_DRELOFF macro
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)
251 #define N_SYMOFF(x) (N_DRELOFF (x) + (x).a_drsize)
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-target.h80 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
337 *pdreloff = N_DRELOFF (*execp);
H A Dlibaout.h664 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (*execp)), SEEK_SET) != 0) \
H A Daoutx.h581 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);

Completed in 184 milliseconds