Home
last modified time | relevance | path

Searched refs:be_uint16_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout68k.h98 be_uint16_t e_type; /* type of this file */
100 be_uint16_t e_machine; /* architecture id */
108 be_uint16_t e_ehsize;
109 be_uint16_t e_phentsize; /* program header entry size */
110 be_uint16_t e_phnum; /* number of program header entries */
111 be_uint16_t e_shentsize; /* section header entry size */
112 be_uint16_t e_shnum; /* number of section header entries */
113 be_uint16_t e_shstrndx;
H A Dhux.h34 be_uint16_t x_magic; /* HUXMAGIC */
58 be_uint16_t locoff_s; /* offset */
64 be_uint16_t lrelmag; /* HUXLRELMAGIC */
65 be_uint16_t locoff_l[2]; /* this would be be_uint32_t
H A Dtype_local.h28 } be_uint16_t; typedef
33 be_uint16_t half[2];
36 #define SIZE_16 sizeof(be_uint16_t)
H A Daout2hux.c64 unsigned get_uint16(be_uint16_t *be);
66 void put_uint16(be_uint16_t *be, unsigned v);
90 get_uint16(be_uint16_t *be) in get_uint16()
104 put_uint16(be_uint16_t *be, unsigned v) in put_uint16()
734 be_uint16_t be16; in bist()