Searched refs:N_DATOFF (Results 1 – 14 of 14) sorted by relevance
107 #undef N_DATOFF115 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) ) macro116 #define N_PASOFF(x) ( N_DATOFF(x) + (x).a_data)125 #define N_GNU_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
71 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x)) macro72 #define N_SHDATOFF(x) (N_DATOFF(x) + (x).a_data)
237 #ifndef N_DATOFF238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro241 #define N_TRELOFF(x) (N_DATOFF (x) + (x).a_data)
94 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) ) macro95 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data )
143 * 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
92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text ) macro93 #define N_TROFF(x) ( N_DATOFF(x) + (x).a_data )
187 #ifndef N_DATOFF188 #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text ) macro192 #define N_TRELOFF(x) ( N_DATOFF(x) + (x).a_data )
75 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in MY()
240 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in MY()
355 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in tic30_aout_callback()
114 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro115 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)575 obj_datasec (abfd)->filepos = N_DATOFF(*execp); in NAME()
165 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in b_out_callback()
576 obj_datasec (abfd)->filepos = N_DATOFF (*execp); in NAME()
4488 N_TXTOFF, N_ALIGN, N_DATADDR, N_DATOFF): Removed. Generic a.out