Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/aout/
Dhp300hpux.h111 #undef N_TRELOFF
119 #define N_TRELOFF(x) ( N_SUPOFF(x) /* + (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 )
DChangeLog-9115234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/toolchain/binutils/binutils-2.27/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.27/include/
Dbout.h94 #define N_TRELOFF N_TROFF macro
/toolchain/binutils/binutils-2.27/bfd/
Daout-target.h78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp); in MY()
335 *ptreloff = N_TRELOFF (execp); in MY_final_link_callback()
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()
Dhp300hpux.c243 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp); in MY()
330 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()
671 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0) in tic30_aout_write_object_contents()
Di386lynx.c65 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) \
Dlibaout.h655 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0) \
Driscix.c140 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)
337 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0 in pdp11_aout_write_headers()
571 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp); in NAME()
Daoutx.h579 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp); in NAME()