Searched refs:N_TXTOFF (Results 1 - 25 of 35) sorted by relevance

12

/haiku-buildtools/legacy/binutils/bfd/
H A Dgen-aout.c52 #ifdef N_TXTOFF
53 page_size = N_TXTOFF(my_exec);
H A Di386aout.c28 #define N_TXTOFF(x) 0x20 macro
H A Daout-cris.c26 #define N_TXTOFF(x) 32 macro
50 #define ZMAGIC_DISK_BLOCK_SIZE N_TXTOFF (0)
H A Driscix.c68 #define N_TXTOFF(x) \ macro
87 (N_TXTOFF (x) + (x).a_text + (x).a_data + (x).a_trsize + (x).a_drsize)
H A Daout-adobe.c385 section_start = N_TXTOFF (ignore<-->me);
H A Daout-target.h74 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
H A Dhp300hpux.c247 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
/haiku-buildtools/legacy/binutils/include/aout/
H A Ddynix3.h69 #define N_TXTOFF(x) (EXEC_BYTES_SIZE) macro
70 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x))
H A Dadobe.h62 The actual text of the segments starts at N_TXTOFF in the file,
83 #define N_TXTOFF(x) 2048 macro
93 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
H A Daout64.h186 #ifndef N_TXTOFF macro
187 #define N_TXTOFF(x) \
198 offset it to `undo' the adjustment to N_TXTADDR and N_TXTOFF
242 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
H A Dhp300hpux.h100 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
/haiku-buildtools/legacy/binutils/include/
H A Dbout.h90 #define N_TXTOFF(x) EXEC_BYTES_SIZE macro
91 #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text )
/haiku-buildtools/binutils/bfd/
H A Dgen-aout.c59 #ifdef N_TXTOFF
60 page_size = N_TXTOFF (&my_exec);
H A Di386aout.c29 #define N_TXTOFF(x) 0x20 macro
H A Daout-cris.c27 #define N_TXTOFF(x) 32 macro
51 #define ZMAGIC_DISK_BLOCK_SIZE N_TXTOFF (0)
H A Driscix.c69 #define N_TXTOFF(x) \ macro
88 (N_TXTOFF (x) + (x)->a_text + (x)->a_data + (x)->a_trsize + (x)->a_drsize)
H A Daout-target.h74 obj_textsec (abfd)->filepos = N_TXTOFF (execp);
H A Daout-adobe.c382 section_start = N_TXTOFF (0);
/haiku-buildtools/binutils/include/
H A Dbout.h91 #define N_TXTOFF(x) EXEC_BYTES_SIZE macro
92 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text )
/haiku-buildtools/binutils/include/aout/
H A Ddynix3.h70 #define N_TXTOFF(x) (EXEC_BYTES_SIZE) macro
71 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x))
H A Dadobe.h63 The actual text of the segments starts at N_TXTOFF in the file,
84 #define N_TXTOFF(x) 2048 macro
94 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
H A Daout64.h183 #ifndef N_TXTOFF macro
184 #define N_TXTOFF(x) \
195 offset it to `undo' the adjustment to N_TXTADDR and N_TXTOFF
239 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
H A Dhp300hpux.h115 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
/haiku-buildtools/legacy/binutils/gas/config/
H A Daout_gnu.h181 #ifndef N_TXTOFF
182 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? \ macro
188 #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text )
/haiku-buildtools/binutils/gas/config/
H A Daout_gnu.h181 #ifndef N_TXTOFF
182 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? \ macro
188 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text )

Completed in 127 milliseconds

12