Searched defs:som_filehdr (Results 1 – 1 of 1) sorted by relevance
52 struct som_filehdr { struct53 u_short system_id;54 u_short a_magic;55 u_int version_id;56 u_int time_secs; /* sys time (zero if unused) */57 u_int time_nsecs;58 u_int ep_space; /* ep space */59 u_int ep_subspace;60 u_int entry; /* how is it different from a_entry? */61 u_int aux_loc; /* aux header location */[all …]