Searched defs:N_ALIGN (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | imgact_aout.h | 73 #define N_ALIGN(ex,x) \ macro 93 N_ALIGN(ex, N_TXTADDR(ex) + (ex).a_text) 102 N_ALIGN(ex, N_TXTOFF(ex) + (ex).a_text) 106 N_ALIGN(ex, N_DATOFF(ex) + (ex).a_data)
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | imgact_aout.h | 59 #define N_ALIGN(ex,x) \ macro 84 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text)) 93 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text)) 97 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | imgact_aout.h | 59 #define N_ALIGN(ex,x) \ macro 84 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text)) 93 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text)) 97 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
|
Completed in 59 milliseconds