Searched refs:__LDPGSZ (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dexec.h35 #define __LDPGSZ 4096 macro
/freebsd-11-stable/sys/amd64/include/
H A Dexec.h36 #define __LDPGSZ 4096 macro
/freebsd-11-stable/sys/powerpc/include/
H A Dexec.h35 #define __LDPGSZ 4096 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dexec.h32 #define __LDPGSZ 8192 macro
/freebsd-11-stable/sys/mips/include/
H A Dexec.h38 #define __LDPGSZ 4096 macro
/freebsd-11-stable/sys/i386/include/
H A Dexec.h36 #define __LDPGSZ 4096 macro
/freebsd-11-stable/sys/sys/
H A Dimgact_aout.h62 ((x) + __LDPGSZ - 1) & ~(uint32_t)(__LDPGSZ - 1) : (x))
80 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
88 (N_GETMAGIC(ex) == ZMAGIC ? __LDPGSZ : (N_GETMAGIC(ex) == QMAGIC || \
/freebsd-11-stable/usr.sbin/btxld/
H A Dbtxld.c41 #undef __LDPGSZ macro
42 #define __LDPGSZ 4096 macro
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c315 || hdr.aout.a_entry < __LDPGSZ

Completed in 202 milliseconds