Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/aout/
Dhp300hpux.h112 #undef N_DRELOFF
120 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize ) macro
121 #define N_EXTHOFF(x) ( N_DRELOFF(x) /* + (x)->a_drsize */)
Ddynix3.h74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize) macro
75 #define N_SHDRELOFF(x) (N_DRELOFF(x) + (x)->a_drsize)
Daout64.h243 #ifndef N_DRELOFF
244 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize) macro
247 #define N_SYMOFF(x) (N_DRELOFF (x) + (x)->a_drsize)
Dadobe.h96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize ) macro
97 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x)->a_drsize )
DChangeLog-9115234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/toolchain/binutils/binutils-2.27/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 )
/toolchain/binutils/binutils-2.27/include/
Dbout.h96 #define N_DRELOFF N_DROFF macro
/toolchain/binutils/binutils-2.27/bfd/
Dhp300hpux.c244 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in MY()
320 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp) + execp->a_drsize), in MY()
334 if (bfd_seek (abfd, (file_ptr) N_DRELOFF (execp), SEEK_CUR) != 0) in MY()
Daout-target.h79 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in MY()
336 *pdreloff = N_DRELOFF (execp); in MY_final_link_callback()
Daout-adobe.c174 sect->rel_filepos = N_DRELOFF (execp); in aout_adobe_callback()
352 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (exec_hdr (abfd))), SEEK_SET) in aout_adobe_write_object_contents()
Daout-tic30.c359 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in tic30_aout_callback()
676 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp)), SEEK_SET) != 0) in tic30_aout_write_object_contents()
Di386lynx.c71 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp)), SEEK_SET) \
Dlibaout.h660 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp)), SEEK_SET) != 0) \
Driscix.c145 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp)), SEEK_SET) != 0) \
Dpdp11.c116 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize) macro
117 #define N_SYMOFF(x) (N_DRELOFF(x) + (x)->a_drsize)
339 || bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp)), SEEK_SET) != 0 in pdp11_aout_write_headers()
572 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME()
Daoutx.h580 obj_datasec (abfd)->rel_filepos = N_DRELOFF (execp); in NAME()