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

/illumos-gate/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h75 #define N_DATOFF(x) /* data segment */ \ macro
79 (N_DATOFF(x) + (x).a_data)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h101 #define N_DATOFF(ex) \ macro
106 N_ALIGN(ex, N_DATOFF(ex) + (ex).a_data)
/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h92 #define N_DATOFF(ex) \ macro
97 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
/illumos-gate/usr/src/tools/btxld/
H A Dimgact_aout.h92 #define N_DATOFF(ex) \ macro
97 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))

Completed in 59 milliseconds