HomeSort by relevance Sort by last modified time
    Searched refs:N_TXTSIZE (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
m88kmach3.c 26 #define N_TXTSIZE(x) ((x)->a_text)
i386mach3.c 35 #define N_TXTSIZE(x) ((x)->a_text)
i386aout.c 31 #define N_TXTSIZE(x) ((x)->a_text)
pc532-mach.c 31 1 and specially define our own N_TXTSIZE. */
34 #define N_TXTSIZE(x) ((x)->a_text)
mipsbsd.c 29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x))
aout-target.h 45 obj_textsec (abfd)->size = N_TXTSIZE (execp);
hp300hpux.c 227 obj_textsec (abfd)->size = N_TXTSIZE (execp);
aout-tic30.c 342 obj_textsec (abfd)->size = N_TXTSIZE (execp);
    [all...]
pdp11.c 558 obj_textsec (abfd)->size = N_TXTSIZE (execp);
    [all...]
aoutx.h 566 obj_textsec (abfd)->size = N_TXTSIZE (execp);
    [all...]
  /toolchain/binutils/binutils-2.27/include/aout/
dynix3.h 71 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x))
83 #define N_TXTSIZE(x) \
hp300hpux.h 92 ? (N_TXTADDR (x) + N_TXTSIZE (x)) \
93 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
115 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
aout64.h 199 #ifndef N_TXTSIZE
200 #define N_TXTSIZE(x) \
216 ? (N_TXTADDR (x) + N_TXTSIZE (x)) \
217 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
228 N_TXTSIZE) already contains this padding. It is possible that for
239 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
adobe.h 86 #define N_TXTSIZE(x) ((x)->a_text)
94 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )

Completed in 248 milliseconds