Lines Matching defs:exec32
54 struct exec32 { struct
56 unsigned char a_dynamic:1; /* has a __DYNAMIC */
57 unsigned char a_toolversion:7; /* version of toolset used to create */
59 unsigned char a_machtype; /* machine type */
60 unsigned short a_magic; /* magic number */
64 unsigned int a_text; /* size of text segment */
65 unsigned int a_data; /* size of initialized data */
66 unsigned int a_bss; /* size of uninitialized data */
67 unsigned int a_syms; /* size of symbol table */
68 unsigned int a_entry; /* entry point */
69 unsigned int a_trsize; /* size of text relocation */
70 unsigned int a_drsize; /* size of data relocation */