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

12

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dm88kmach3.c27 #define N_TXTSIZE(x) ((x).a_text) macro
H A Di386mach3.c34 #define N_TXTSIZE(x) ((x).a_text) macro
H A Di386aout.c33 #define N_TXTSIZE(x) ((x).a_text) macro
H A Dpc532-mach.c31 * 1 and specially define our own N_TXTSIZE
35 #define N_TXTSIZE(x) ((x).a_text) macro
H A Dmipsbsd.c29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x))
H A Daout-target.h49 obj_textsec (abfd)->_raw_size = N_TXTSIZE(*execp);
H A Dhp300hpux.c235 obj_textsec (abfd)->_raw_size = N_TXTSIZE (*execp);
H A Daout-tic30.c340 obj_textsec (abfd)->_raw_size = N_TXTSIZE (*execp);
H A Dpdp11.c770 obj_textsec (abfd)->size = N_TXTSIZE(*execp);
771 obj_textsec (abfd)->raw_size = N_TXTSIZE(*execp);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dm88kmach3.c27 #define N_TXTSIZE(x) ((x).a_text) macro
H A Di386mach3.c34 #define N_TXTSIZE(x) ((x).a_text) macro
H A Di386aout.c30 #define N_TXTSIZE(x) ((x).a_text) macro
H A Dpc532-mach.c31 * 1 and specially define our own N_TXTSIZE
35 #define N_TXTSIZE(x) ((x).a_text) macro
H A Dmipsbsd.c29 #define N_DATADDR(x) (N_TXTADDR(x)+N_TXTSIZE(x))
H A Daout-target.h45 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
H A Dhp300hpux.c235 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
H A Daout-tic30.c326 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Ddynix3.h70 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x))
82 #define N_TXTSIZE(x) \ macro
H A Dhp300hpux.h77 ? (N_TXTADDR (x) + N_TXTSIZE (x)) \
78 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
100 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
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))
H A Dadobe.h85 #define N_TXTSIZE(x) ((x).a_text) macro
93 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Ddynix3.h70 #define N_DATOFF(x) (N_TXTOFF(x) + N_TXTSIZE(x))
82 #define N_TXTSIZE(x) \ macro
H A Dhp300hpux.h77 ? (N_TXTADDR (x) + N_TXTSIZE (x)) \
78 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
100 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )
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))
H A Dadobe.h85 #define N_TXTSIZE(x) ((x).a_text) macro
93 #define N_DATOFF(x) ( N_TXTOFF(x) + N_TXTSIZE(x) )

Completed in 308 milliseconds

12