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