Home
last modified time | relevance | path

Searched refs:N_TRELOFF (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/include/aout/
Dhp300hpux.h111 #undef N_TRELOFF
119 #define N_TRELOFF(x) ( N_SUPOFF(x) /* + 0 (x).a_supsize*/ ) macro
120 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
Ddynix3.h73 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x).a_shdata) macro
74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
Daout64.h240 #ifndef N_TRELOFF
241 #define N_TRELOFF(x) (N_DATOFF (x) + (x).a_data) macro
244 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)
Dadobe.h95 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data ) macro
96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
DChangeLog215 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/toolchain/binutils/binutils-2.25/gas/config/
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 )
/toolchain/binutils/binutils-2.25/include/
Dbout.h94 #define N_TRELOFF N_TROFF macro
/toolchain/binutils/binutils-2.25/bfd/
Daout-adobe.c169 sect->rel_filepos = N_TRELOFF (*execp); in aout_adobe_callback()
343 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*exec_hdr (abfd))), SEEK_SET) in aout_adobe_write_object_contents()
Daout-target.h78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in MY()
335 *ptreloff = N_TRELOFF (*execp); in MY_final_link_callback()
Dhp300hpux.c243 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in MY()
332 if (bfd_seek (abfd, (file_ptr) N_TRELOFF (*execp), SEEK_CUR) != 0) in MY()
Daout-tic30.c358 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in tic30_aout_callback()
674 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0) in tic30_aout_write_object_contents()
Di386lynx.c67 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) \
Dlibaout.h658 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0) \
Driscix.c143 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (* execp)), SEEK_SET) != 0)\
Dpdp11.c115 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
116 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
339 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) != 0 in pdp11_aout_write_headers()
578 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp); in NAME()
Daoutx.h579 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in NAME()