Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/include/aout/
H A Daout64.h237 #ifndef N_DATOFF
238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro
241 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
/dragonfly/contrib/gdb-7/include/aout/
H A Daout64.h237 #ifndef N_DATOFF
238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro
241 #define N_TRELOFF(x) (N_DATOFF (x) + (x).a_data)
/dragonfly/contrib/binutils-2.27/include/aout/
H A Daout64.h237 #ifndef N_DATOFF
238 #define N_DATOFF(x) (N_TXTOFF (x) + N_TXTSIZE (x)) macro
241 #define N_TRELOFF(x) (N_DATOFF (x) + (x)->a_data)
/dragonfly/sys/sys/
H A Dimgact_aout.h94 #define N_DATOFF(ex) \ macro
99 N_ALIGN(ex, N_DATOFF(ex) + (ex).a_data)