Searched refs:N_TRELOFF (Results 1 - 25 of 30) sorted by relevance

12

/haiku-buildtools/legacy/binutils/include/aout/
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 Dhp300hpux.h96 #undef N_TRELOFF macro
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 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 Daout64.h244 #ifndef N_TRELOFF macro
245 #define N_TRELOFF(x) (N_DATOFF (x) + (x).a_data)
248 #define N_DRELOFF(x) (N_TRELOFF (x) + (x).a_trsize)
/haiku-buildtools/binutils/include/aout/
H A Ddynix3.h73 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x)->a_shdata) macro
74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
H A Dhp300hpux.h111 #undef N_TRELOFF macro
119 #define N_TRELOFF(x) ( N_SUPOFF(x) /* + (x)->a_supsize*/ ) macro
120 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
H A Dadobe.h95 #define N_TRELOFF(x) ( N_DATOFF(x) + (x)->a_data ) macro
96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
H A Daout64.h241 #ifndef N_TRELOFF macro
242 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
245 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
/haiku-buildtools/legacy/binutils/include/
H A Dbout.h93 #define N_TRELOFF N_TROFF macro
/haiku-buildtools/binutils/include/
H A Dbout.h94 #define N_TRELOFF N_TROFF macro
/haiku-buildtools/legacy/binutils/gas/config/
H A 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 )
/haiku-buildtools/binutils/gas/config/
H A 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 )
/haiku-buildtools/legacy/binutils/bfd/
H A Daout-adobe.c173 sect->rel_filepos = N_TRELOFF (*execp);
347 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*exec_hdr (abfd))), SEEK_SET)
H A Daout-target.h78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
335 *ptreloff = N_TRELOFF (*execp);
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 Di386lynx.c69 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) \
H A Daout-tic30.c342 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
658 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0)
H A Dlibaout.h656 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0) \
H A Driscix.c142 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (* execp)), SEEK_SET) != 0)\
/haiku-buildtools/binutils/bfd/
H A Daout-target.h78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
335 *ptreloff = N_TRELOFF (execp);
H A Daout-adobe.c170 sect->rel_filepos = N_TRELOFF (execp);
344 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (exec_hdr (abfd))), SEEK_SET)
H A Dhp300hpux.c243 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
330 if (bfd_seek (abfd, (file_ptr) N_TRELOFF (execp), SEEK_CUR) != 0)
H A Di386lynx.c65 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) \
H A Daout-tic30.c358 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
671 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0)
H A Dlibaout.h657 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0) \

Completed in 236 milliseconds

12