Home
last modified time | relevance | path

Searched defs:huxhdr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Dhux.h33 struct huxhdr { struct
34 be_uint16_t x_magic; /* HUXMAGIC */
35 u_int8_t x_reserved1; /* 0 */
36 u_int8_t x_loadmode; /* 0: normal, 1: minimal memory,
38 be_uint32_t x_base; /* base address (normally 0) */
39 be_uint32_t x_entry; /* execution entry */
40 be_uint32_t x_text; /* size of text section */
41 be_uint32_t x_data; /* size of data section */
42 be_uint32_t x_bss; /* size of bss */
43 be_uint32_t x_rsize; /* size of relocation table */
[all …]