Symbol: be_uint16_t
sys/arch/x68k/stand/aout2hux/aout2hux.c
104
put_uint16(be_uint16_t *be, unsigned v)
sys/arch/x68k/stand/aout2hux/aout2hux.c
64
unsigned get_uint16(be_uint16_t *be);
sys/arch/x68k/stand/aout2hux/aout2hux.c
66
void put_uint16(be_uint16_t *be, unsigned v);
sys/arch/x68k/stand/aout2hux/aout2hux.c
734
be_uint16_t be16;
sys/arch/x68k/stand/aout2hux/aout2hux.c
90
get_uint16(be_uint16_t *be)
sys/arch/x68k/stand/aout2hux/aout68k.h
100
be_uint16_t e_machine; /* architecture id */
sys/arch/x68k/stand/aout2hux/aout68k.h
108
be_uint16_t e_ehsize;
sys/arch/x68k/stand/aout2hux/aout68k.h
109
be_uint16_t e_phentsize; /* program header entry size */
sys/arch/x68k/stand/aout2hux/aout68k.h
110
be_uint16_t e_phnum; /* number of program header entries */
sys/arch/x68k/stand/aout2hux/aout68k.h
111
be_uint16_t e_shentsize; /* section header entry size */
sys/arch/x68k/stand/aout2hux/aout68k.h
112
be_uint16_t e_shnum; /* number of section header entries */
sys/arch/x68k/stand/aout2hux/aout68k.h
113
be_uint16_t e_shstrndx;
sys/arch/x68k/stand/aout2hux/aout68k.h
98
be_uint16_t e_type; /* type of this file */
sys/arch/x68k/stand/aout2hux/hux.h
34
be_uint16_t x_magic; /* HUXMAGIC */
sys/arch/x68k/stand/aout2hux/hux.h
58
be_uint16_t locoff_s; /* offset */
sys/arch/x68k/stand/aout2hux/hux.h
64
be_uint16_t lrelmag; /* HUXLRELMAGIC */
sys/arch/x68k/stand/aout2hux/hux.h
65
be_uint16_t locoff_l[2]; /* this would be be_uint32_t
sys/arch/x68k/stand/aout2hux/type_local.h
33
be_uint16_t half[2];
sys/arch/x68k/stand/aout2hux/type_local.h
36
#define SIZE_16 sizeof(be_uint16_t)