Home
last modified time | relevance | path

Searched refs:N_TXTOFF (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.34/include/aout/
H A Daout64.h182 #ifndef N_TXTOFF
183 #define N_TXTOFF(x) \ macro
238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
/dragonfly/contrib/gdb-7/include/aout/
H A Daout64.h182 #ifndef N_TXTOFF
183 #define N_TXTOFF(x) \ macro
238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
/dragonfly/contrib/binutils-2.27/include/aout/
H A Daout64.h182 #ifndef N_TXTOFF
183 #define N_TXTOFF(x) \ macro
238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x))
/dragonfly/sys/sys/
H A Dimgact_aout.h89 #define N_TXTOFF(ex) \ macro
95 N_ALIGN(ex, N_TXTOFF(ex) + (ex).a_text)