Home
last modified time | relevance | path

Searched refs:N_DRELOFF (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/config/
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-12-stable/contrib/binutils/include/aout/
Daout64.h246 #ifndef N_DRELOFF
247 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize) macro
250 #define N_SYMOFF(x) (N_DRELOFF (x) + (x).a_drsize)
DChangeLog177 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/freebsd-12-stable/contrib/gdb/include/
Dbout.h95 #define N_DRELOFF N_DROFF macro
/freebsd-12-stable/contrib/binutils/bfd/
Daout-target.h80 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); in MY()
337 *pdreloff = N_DRELOFF (*execp); in MY_final_link_callback()
Dlibaout.h662 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (*execp)), SEEK_SET) != 0) \
Daoutx.h581 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); in NAME()