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

/openbsd-current/sys/sys/
H A Dexec.h237 * only manipulate the a_midmag field via the
241 u_int32_t a_midmag; /* htonl(flags<<26|mid<<16|magic) */ member in struct:exec
313 * The a.out structure's a_midmag field is a network-byteorder encoding
322 ( (((ex).a_midmag)&0xffff0000) ? (ntohl(((ex).a_midmag))&0xffff) : ((ex).a_midmag))
324 ( (((ex).a_midmag)&0xffff0000) ? (ntohl(((ex).a_midmag))&0xffff) : \
325 (((ex).a_midmag) | 0x10000) )
327 ( (((ex).a_midmag)
[all...]

Completed in 163 milliseconds