Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dhp300hpux.h96 #undef N_TRELOFF
104 #define N_TRELOFF(x) ( N_SUPOFF(x) /* + 0 (x).a_supsize*/ ) macro
105 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
H A Ddynix3.h72 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x).a_shdata) macro
73 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
H A Daout64.h243 #ifndef N_TRELOFF
244 #define N_TRELOFF(x) (N_DATOFF (x) + (x).a_data) macro
247 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)
H A Dadobe.h94 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data ) macro
95 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
H A DChangeLog170 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dhp300hpux.h96 #undef N_TRELOFF
104 #define N_TRELOFF(x) ( N_SUPOFF(x) /* + 0 (x).a_supsize*/ ) macro
105 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
H A Ddynix3.h72 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x).a_shdata) macro
73 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
H A Daout64.h243 #ifndef N_TRELOFF
244 #define N_TRELOFF(x) (N_DATOFF (x) + (x).a_data) macro
247 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)
H A Dadobe.h94 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data ) macro
95 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
H A DChangeLog177 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Daout_gnu.h192 #ifndef N_TRELOFF
193 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data ) macro
197 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h192 #ifndef N_TRELOFF
193 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data ) macro
197 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
/openbsd/include/
H A Da.out.h136 #define N_TRELOFF(ex) \ macro
141 (N_TRELOFF(ex) + (ex).a_trsize)
/openbsd/gnu/usr.bin/binutils/include/
H A Dbout.h93 #define N_TRELOFF N_TROFF macro
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h93 #define N_TRELOFF N_TROFF macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Daout-target.h78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in MY()
335 *ptreloff = N_TRELOFF (*execp); in MY_final_link_callback()
H A Daout-adobe.c173 sect->rel_filepos = N_TRELOFF (*execp); in aout_adobe_callback()
347 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*exec_hdr (abfd))), SEEK_SET) in aout_adobe_write_object_contents()
H A Dhp300hpux.c251 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
342 if (bfd_seek (abfd, (file_ptr) N_TRELOFF (*execp), SEEK_CUR) != 0)
H A Daout-tic30.c342 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in tic30_aout_callback()
658 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0) in tic30_aout_write_object_contents()
H A Di386lynx.c69 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) \
/openbsd/gnu/usr.bin/binutils/bfd/
H A Daout-target.h82 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp);
366 *ptreloff = N_TRELOFF (*execp);
H A Daout-adobe.c251 sect->rel_filepos = N_TRELOFF (*execp);
384 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*exec_hdr (abfd))), SEEK_SET)
H A Dhp300hpux.c251 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
342 if (bfd_seek (abfd, (file_ptr) N_TRELOFF (*execp), SEEK_CUR) != 0)
H A Daout-tic30.c356 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
674 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0)
H A Di386lynx.c69 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) \

12