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

/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h93 #define N_TRELOFF N_TROFF macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h191 #ifndef N_TRELOFF
192 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data ) macro
196 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h244 #ifndef N_TRELOFF macro
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x).a_data)
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-target.h79 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
336 *ptreloff = N_TRELOFF (*execp);
H A Dlibaout.h659 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0) \
H A Daoutx.h580 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);

Completed in 82 milliseconds