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

/freebsd-11-stable/contrib/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-target.h75 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
H A Dbout.c165 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
H A Daoutx.h576 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h90 #define N_TXTOFF(x) EXEC_BYTES_SIZE macro
91 #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text )
/freebsd-11-stable/sys/sys/
H A Dimgact_aout.h87 #define N_TXTOFF(ex) \ macro
93 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
/freebsd-11-stable/contrib/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 )
/freebsd-11-stable/contrib/binutils/include/aout/
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))
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c234 text_base = file_base + N_TXTOFF(*ex);
252 printf(" Text offset = %x, address = %lx\n", N_TXTOFF(*ex),
262 * start of the file, i.e., N_TXTOFF(*ex), i.e., 0.
423 printf(" Text segment starts at address %lx\n", origin + N_TXTOFF(*ex));
/freebsd-11-stable/usr.bin/gprof/
H A Daout.c181 (void) fseek( nfile , N_TXTOFF( xbuf ) , 0 );
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzcmp.c228 xcopy(idi, ido, le32toh(a->a_text), N_TXTOFF(*a));

Completed in 398 milliseconds