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

/netbsd-6-1-5-RELEASE/usr.sbin/paxctl/
H A Dpaxctl.c190 #define SHSIZE (size == 32 ? sizeof(s.h32) : sizeof(s.h64)) macro
234 if ((size_t)pread(fd, &s, SHSIZE,
235 (off_t)EH(e_shoff) + i * SHSIZE) != SHSIZE) {

Completed in 62 milliseconds