HomeSort by: relevance | last modified time | path
    Searched defs:N_TXTSIZE (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
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)
  /src/external/gpl3/binutils.old/dist/bfd/
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)
  /src/external/gpl3/gdb.old/dist/bfd/
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)
  /src/external/gpl3/gdb/dist/bfd/
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)
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 200 #ifndef N_TXTSIZE
201 #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))
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 200 #ifndef N_TXTSIZE
201 #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))
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 200 #ifndef N_TXTSIZE
201 #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))
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 200 #ifndef N_TXTSIZE
201 #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 52 milliseconds