Lines Matching defs:som_header
30 struct som_header struct
32 unsigned short system_id;
33 unsigned short a_magic;
34 unsigned int version_id;
35 struct som_clock file_time;
36 unsigned int entry_space;
37 unsigned int entry_subspace;
38 unsigned int entry_offset;
39 unsigned int aux_header_location;
40 unsigned int aux_header_size;
41 unsigned int som_length;
42 unsigned int presumed_dp;
43 unsigned int space_location;
44 unsigned int space_total;
45 unsigned int subspace_location;
46 unsigned int subspace_total;
47 unsigned int loader_fixup_location;
48 unsigned int loader_fixup_total;
49 unsigned int space_strings_location;
50 unsigned int space_strings_size;
51 unsigned int init_array_location;
52 unsigned int init_array_total;
53 unsigned int compiler_location;
54 unsigned int compiler_total;
55 unsigned int symbol_location;
56 unsigned int symbol_total;
57 unsigned int fixup_request_location;
58 unsigned int fixup_request_total;
59 unsigned int symbol_strings_location;
60 unsigned int symbol_strings_size;
61 unsigned int unloadable_sp_location;
62 unsigned int unloadable_sp_size;
63 unsigned int checksum;