HomeSort by: relevance | last modified time | path
    Searched defs:a_midmag (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_exec.h 41 * only manipulate the a_midmag field via the
45 netbsd32_u_long a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */ member in struct:netbsd32_exec
  /src/sys/sys/
exec_aout.h 42 * only manipulate the a_midmag field via the
46 unsigned long a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */ member in struct:exec
82 * The a.out structure's a_midmag field is a network-byteorder encoding
91 ((((uint32_t)(ex).a_midmag)&0xffff0000) ? \
92 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : ((ex).a_midmag))
94 ((((uint32_t)(ex).a_midmag)&0xffff0000) ? \
95 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : (((ex).a_midmag) | 0x10000))
97 ((((uint32_t)(ex).a_midmag)&0xffff0000) ?
    [all...]
  /src/tools/arm-elf2aout/sys/
exec_aout.h 42 * only manipulate the a_midmag field via the
46 uint32_t a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */ member in struct:exec
82 * The a.out structure's a_midmag field is a network-byteorder encoding
91 ((((ex).a_midmag)&0xffff0000) ? \
92 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : ((ex).a_midmag))
94 ((((ex).a_midmag)&0xffff0000) ? \
95 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : (((ex).a_midmag) | 0x10000))
97 ((((ex).a_midmag)&0xffff0000) ?
    [all...]
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 42 * only manipulate the a_midmag field via the
46 uint32_t a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */ member in struct:exec
82 * The a.out structure's a_midmag field is a network-byteorder encoding
91 ((((ex).a_midmag)&0xffff0000) ? \
92 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : ((ex).a_midmag))
94 ((((ex).a_midmag)&0xffff0000) ? \
95 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : (((ex).a_midmag) | 0x10000))
97 ((((ex).a_midmag)&0xffff0000) ?
    [all...]
  /src/sys/arch/hppa/stand/mkboot/
mkboot.c 87 u_long a_midmag; /* htobe32(flags<<26 | mid<<16 | magic) */ member in struct:exec
104 ((((ex).a_midmag)&0xffff0000) ? \
105 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : ((ex).a_midmag))

Completed in 13 milliseconds