HomeSort by: relevance | last modified time | path
    Searched refs:be_uint16_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x68k/stand/aout2hux/
type_local.h 28 } be_uint16_t; typedef in typeref:union:be_uint16
33 be_uint16_t half[2];
36 #define SIZE_16 sizeof(be_uint16_t)
hux.h 34 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
aout68k.h 98 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;
aout2hux.c 64 unsigned get_uint16(be_uint16_t *be);
66 void put_uint16(be_uint16_t *be, unsigned v);
90 get_uint16(be_uint16_t *be)
104 put_uint16(be_uint16_t *be, unsigned v)
734 be_uint16_t be16;

Completed in 14 milliseconds