Searched refs:N_TRELOFF (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.27/include/aout/ |
D | hp300hpux.h | 111 #undef N_TRELOFF 119 #define N_TRELOFF(x) ( N_SUPOFF(x) /* + (x)->a_supsize*/ ) macro 120 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
|
D | dynix3.h | 73 #define N_TRELOFF(x) (N_SHDATOFF(x) + (x)->a_shdata) macro 74 #define N_DRELOFF(x) (N_TRELOFF(x) + (x)->a_trsize)
|
D | aout64.h | 240 #ifndef N_TRELOFF 241 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data) macro 244 #define N_DRELOFF(x) (N_TRELOFF (x) + (x)->a_trsize)
|
D | adobe.h | 95 #define N_TRELOFF(x) ( N_DATOFF(x) + (x)->a_data ) macro 96 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x)->a_trsize )
|
D | ChangeLog-9115 | 234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | aout_gnu.h | 191 #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 )
|
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 94 #define N_TRELOFF N_TROFF macro
|
/toolchain/binutils/binutils-2.27/bfd/ |
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()
|
D | aout-adobe.c | 169 sect->rel_filepos = N_TRELOFF (execp); in aout_adobe_callback() 343 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (exec_hdr (abfd))), SEEK_SET) in aout_adobe_write_object_contents()
|
D | hp300hpux.c | 243 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp); in MY() 330 if (bfd_seek (abfd, (file_ptr) N_TRELOFF (execp), SEEK_CUR) != 0) in MY()
|
D | aout-tic30.c | 358 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp); in tic30_aout_callback() 671 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0) in tic30_aout_write_object_contents()
|
D | i386lynx.c | 65 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) \
|
D | libaout.h | 655 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0) \
|
D | riscix.c | 140 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) != 0) \
|
D | pdp11.c | 115 #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 in pdp11_aout_write_headers() 571 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp); in NAME()
|
D | aoutx.h | 579 obj_textsec (abfd)->rel_filepos = N_TRELOFF (execp); in NAME()
|