Home
last modified time | relevance | path

Searched refs:N_DATOFF (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/include/aout/
Dhp300hpux.h107 #undef N_DATOFF
115 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) ) macro
116 #define N_PASOFF(x) ( N_DATOFF(x) + (x).a_data)
125 #define N_GNU_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
Ddynix3.h71 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x)) macro
72 #define N_SHDATOFF(x) (N_DATOFF(x) + (x).a_data)
Daout64.h237 #ifndef N_DATOFF
238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro
241 #define N_TRELOFF(x) (N_DATOFF (x) + (x).a_data)
Dadobe.h94 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) ) macro
95 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data )
DChangeLog143 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
149 (N_TXTOFF, N_DATOFF): Use them.
186 N_DATOFF: Pad text size if we need to.
215 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
/toolchain/binutils/binutils-2.25/include/
Dbout.h92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text ) macro
93 #define N_TROFF(x) ( N_DATOFF(x) + (x).a_data )
/toolchain/binutils/binutils-2.25/gas/config/
Daout_gnu.h187 #ifndef N_DATOFF
188 #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text ) macro
192 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data )
/toolchain/binutils/binutils-2.25/bfd/
Daout-target.h75 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in MY()
Dhp300hpux.c240 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in MY()
Daout-tic30.c355 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in tic30_aout_callback()
Dpdp11.c114 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro
115 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
575 obj_datasec (abfd)->filepos = N_DATOFF(*execp); in NAME()
Dbout.c165 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in b_out_callback()
Daoutx.h576 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in NAME()
DChangeLog-94954488 N_TXTOFF, N_ALIGN, N_DATADDR, N_DATOFF): Removed. Generic a.out