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

/macosx-10.10.1/cxxfilt-11/cxxfilt/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)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexsunos4.c206 lseek (new, N_TRELOFF (nhdr), L_SET);
207 write (new, old + N_TRELOFF (ohdr), stat.st_size - N_TRELOFF (ohdr));
354 && N_TRELOFF (hdr) == N_TRELOFF (nhdr))
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dfreebsd.h105 #ifndef N_TRELOFF
108 #define N_TRELOFF(x) N_RELOFF(x) macro
H A Dnetbsd.h76 #ifndef N_TRELOFF
79 #define N_TRELOFF(x) N_RELOFF(x) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dbout.h93 #define N_TRELOFF N_TROFF macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Daout-adobe.c171 sect->rel_filepos = N_TRELOFF (*execp);
345 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)\
H A Dpdp11.c119 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
120 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
328 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) != 0
574 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp);
H A Daoutx.h557 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);

Completed in 377 milliseconds