Searched defs:exec32 (Results 1 – 1 of 1) sorted by relevance
54 struct exec32 { struct56 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 */[all …]