Lines Matching defs:som_filehdr
52 struct som_filehdr { struct
53 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 */
62 u_int aux_size;
63 u_int som_length; /* entire image length */
64 u_int dp; /* dp presumed at compilation time */
65 u_int space_loc; /* space dictionary location */
66 u_int space_total; /* N of entries in the space dict */
67 u_int subspace_loc; /* subspace dict location */
68 u_int subspace_total; /* N of entries in the subspace dict */
69 u_int ld_fixup_loc; /* space ref array (relocs?) */
70 u_int ld_fixup_total; /* N of space ref records */
71 u_int space_str_loc; /* {,sub}space string table location */
72 u_int space_str_size; /* size of the above */
73 u_int init_loc; /* init ptrs location */
74 u_int init_total; /* N of entries in the above */
75 u_int dict_loc; /* module dictionary location */
76 u_int dict_total; /* number of modules */
77 u_int sym_loc; /* symbol table location */
78 u_int sym_total; /* N of symbols */
79 u_int fixup_loc; /* fixpup reqs location */
80 u_int fixup_total; /* N of the fixup reqs */
81 u_int strings_loc; /* string table location */
82 u_int strings_size; /* size of the strings table */
83 u_int unloadable_loc; /* unloadable spaces location */
84 u_int unloadable_size; /* size of the unloadable spaces */
85 u_int checksum; /* header checksum? */