/openbsd/gnu/usr.bin/binutils/include/aout/ |
H A D | hp300hpux.h | 96 #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 D | dynix3.h | 72 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x).a_shdata) macro 73 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
|
H A D | aout64.h | 243 #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 D | adobe.h | 94 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data ) macro 95 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
|
H A D | ChangeLog | 170 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
|
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/ |
H A D | hp300hpux.h | 96 #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 D | dynix3.h | 72 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x).a_shdata) macro 73 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
|
H A D | aout64.h | 243 #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 D | adobe.h | 94 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data ) macro 95 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
|
H A D | ChangeLog | 177 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | aout_gnu.h | 192 #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 D | aout_gnu.h | 192 #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 D | a.out.h | 136 #define N_TRELOFF(ex) \ macro 141 (N_TRELOFF(ex) + (ex).a_trsize)
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | bout.h | 93 #define N_TRELOFF N_TROFF macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | bout.h | 93 #define N_TRELOFF N_TROFF macro
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | aout-target.h | 78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in MY() 335 *ptreloff = N_TRELOFF (*execp); in MY_final_link_callback()
|
H A D | aout-adobe.c | 173 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 D | hp300hpux.c | 251 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); 342 if (bfd_seek (abfd, (file_ptr) N_TRELOFF (*execp), SEEK_CUR) != 0)
|
H A D | aout-tic30.c | 342 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 D | i386lynx.c | 69 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) \
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | aout-target.h | 82 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp); 366 *ptreloff = N_TRELOFF (*execp);
|
H A D | aout-adobe.c | 251 sect->rel_filepos = N_TRELOFF (*execp); 384 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*exec_hdr (abfd))), SEEK_SET)
|
H A D | hp300hpux.c | 251 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); 342 if (bfd_seek (abfd, (file_ptr) N_TRELOFF (*execp), SEEK_CUR) != 0)
|
H A D | aout-tic30.c | 356 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); 674 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0)
|
H A D | i386lynx.c | 69 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) \
|