Searched refs:N_TXTSIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Di386aout.c30 #define N_TXTSIZE(x) ((x).a_text) macro
H A Daout-target.h46 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
H A Dmipsbsd.c29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x))
H A Daoutx.h567 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h202 #ifndef N_TXTSIZE macro
203 #define N_TXTSIZE(x) \
219 ? (N_TXTADDR (x) + N_TXTSIZE (x)) \
220 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
231 N_TXTSIZE) already contains this padding. It is possible that for
242 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))

Completed in 80 milliseconds