Searched defs:som_hdr (Results 1 – 1 of 1) sorted by relevance
12 struct som_hdr { struct13 short system_id; /* magic number - system */14 short a_magic; /* magic number - file type */15 unsigned int version_id; /* versiod ID: YYMMDDHH */16 struct timespec file_time; /* system clock */17 unsigned int entry_space; /* space for entry point */18 unsigned int entry_subspace; /* subspace for entry point */19 unsigned int entry_offset; /* offset of entry point */20 unsigned int aux_header_location; /* auxiliary header location */21 unsigned int aux_header_size; /* auxiliary header size */[all …]