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

12

/haiku-buildtools/binutils/bfd/
H A Driscix.c140 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0) \
H A Dpdp11.c115 #define N_TRELOFF(x) (N_DATOFF(x) + (x)->a_data) macro
116 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
337 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0
571 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
H A Daoutx.h579 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp);
/haiku-buildtools/legacy/binutils/bfd/
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 82 milliseconds

12