Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout68k.h32 struct aout_m68k { struct
33 be_uint32_t a_magic; /* encoded magic number */
34 be_uint32_t a_text; /* size of text section */
35 be_uint32_t a_data; /* size of data section */
36 be_uint32_t a_bss; /* size of bss */
37 be_uint32_t a_syms; /* size of symbol table */
38 be_uint32_t a_entry; /* entry point address */
39 be_uint32_t a_trsize; /* size of text relocation */
40 be_uint32_t a_drsize; /* size of data relocation */