Searched defs:aout_m68k (Results 1 – 1 of 1) sorted by relevance
32 struct aout_m68k { struct33 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 */