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

  /toolchain/binutils/binutils-2.25/bfd/
m88kmach3.c 26 #define N_TXTSIZE(x) ((x).a_text)
i386aout.c 31 #define N_TXTSIZE(x) ((x).a_text)
i386mach3.c 35 #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)
  /toolchain/binutils/binutils-2.25/include/aout/
dynix3.h 71 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x))
83 #define N_TXTSIZE(x) \
adobe.h 86 #define N_TXTSIZE(x) ((x).a_text)
94 #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))

Completed in 1442 milliseconds