Searched defs:__LDPGSZ (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dexec.h36 #define __LDPGSZ 4096 macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dexec.h36 #define __LDPGSZ 4096 macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h39 * - and for __LDPGSZ
49 #define __LDPGSZ 0x1000 macro
76 ((x) + __LDPGSZ - 1) & ~(unsigned long)(__LDPGSZ - 1) : (x))
89 N_GETMAGIC(ex) == ZMAGIC) ? 0 : __LDPGSZ)
97 (N_GETMAGIC(ex) == ZMAGIC ? __LDPGSZ : (N_GETMAGIC(ex) == QMAGIC || \
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c33 #undef __LDPGSZ macro
34 #define __LDPGSZ 4096 macro

Completed in 79 milliseconds