Home
last modified time | relevance | path

Searched refs:N_SYMOFF (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.27/include/aout/
Dhp300hpux.h109 #undef N_SYMOFF
117 #define N_SYMOFF(x) ( N_PASOFF(x) /* + (x)->a_passize*/ ) macro
118 #define N_SUPOFF(x) ( N_SYMOFF(x) + (x)->a_syms )
Ddynix3.h76 #define N_SYMOFF(x) (N_SHDRELOFF(x) + (x)->a_shdrsize) macro
77 #define N_STROFF(x) (N_SYMOFF(x) + (x)->a_syms)
Daout64.h246 #ifndef N_SYMOFF
247 #define N_SYMOFF(x) (N_DRELOFF (x) + (x)->a_drsize) macro
250 #define N_STROFF(x) (N_SYMOFF (x) + (x)->a_syms)
Dadobe.h97 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x)->a_drsize ) macro
98 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )
DChangeLog-9115234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/toolchain/binutils/binutils-2.27/include/
Dbout.h97 #define N_SYMOFF(x) ( N_DROFF(x) + (x)->a_drsize ) macro
98 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h199 #ifndef N_SYMOFF
200 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x)->a_drsize ) macro
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )
/toolchain/binutils/binutils-2.27/bfd/
Driscix.c87 #define N_SYMOFF(x) \ macro
90 #define N_STROFF(x) (N_SYMOFF (x) + (x)->a_syms)
134 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (execp)), SEEK_SET) != 0) \
Daout-target.h82 obj_sym_filepos (abfd) = N_SYMOFF (execp); in MY()
337 *psymoff = N_SYMOFF (execp); in MY_final_link_callback()
Daout-adobe.c90 obj_sym_filepos (abfd) = N_SYMOFF (execp); in aout_adobe_callback()
336 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (exec_hdr (abfd))), SEEK_SET) in aout_adobe_write_object_contents()
Daout-tic30.c362 obj_sym_filepos (abfd) = N_SYMOFF (execp); in tic30_aout_callback()
664 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (execp)), SEEK_SET) != 0) in tic30_aout_write_object_contents()
Di386lynx.c59 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (execp)), SEEK_SET) \
Dlibaout.h648 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (execp)), SEEK_SET) != 0)\
Dhp300hpux.c247 obj_sym_filepos (abfd) = N_SYMOFF (execp); in MY()
Dbout.c141 obj_sym_filepos (abfd) = N_SYMOFF (execp); in b_out_callback()
453 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (exec_hdr (abfd))), SEEK_SET) in b_out_write_object_contents()
Dpdp11.c117 #define N_SYMOFF(x) (N_DRELOFF(x) + (x)->a_drsize) macro
118 #define N_STROFF(x) (N_SYMOFF(x) + (x)->a_syms)
327 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (execp)), SEEK_SET) != 0) in pdp11_aout_write_headers()
576 obj_sym_filepos (abfd) = N_SYMOFF (execp); in NAME()
Daoutx.h584 obj_sym_filepos (abfd) = N_SYMOFF (execp); in NAME()