Home
last modified time | relevance | path

Searched refs:N_TXTSIZE (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/binutils/include/aout/
HDaout64.h201 #ifndef N_TXTSIZE
202 #define N_TXTSIZE(x) \ macro
218 ? (N_TXTADDR (x) + N_TXTSIZE (x)) \
219 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
241 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
HDChangeLog147 N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC.
201 * aout64.h: N_TXTSIZE needs some more parentheses.
208 Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
/NextBSD/contrib/binutils/bfd/
HDi386aout.c30 #define N_TXTSIZE(x) ((x).a_text) macro
HDmipsbsd.c29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x))
HDaout-target.h46 obj_textsec (abfd)->size = N_TXTSIZE (*execp); in MY()
HDaoutx.h567 obj_textsec (abfd)->size = N_TXTSIZE (*execp); in NAME()
/NextBSD/contrib/gcclibs/include/
HDChangeLog-91032475 * aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitions