Searched refs:N_RELOFF (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h105 #define N_RELOFF(ex) \ macro
110 (N_RELOFF(ex) + (ex).a_trsize + (ex).a_drsize)
/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h96 #define N_RELOFF(ex) \ macro
101 (N_RELOFF(ex) + le32toh((ex).a_trsize) + le32toh((ex).a_drsize))
/illumos-gate/usr/src/tools/btxld/
H A Dimgact_aout.h96 #define N_RELOFF(ex) \ macro
101 (N_RELOFF(ex) + le32toh((ex).a_trsize) + le32toh((ex).a_drsize))

Completed in 57 milliseconds