Searched defs:SecMapEntry (Results 1 – 3 of 3) sorted by relevance
60 struct SecMapEntry { struct61 support::ulittle16_t Flags; // Descriptor flags. See OMFSegDescFlags62 support::ulittle16_t Ovl; // Logical overlay number.63 support::ulittle16_t Group; // Group index into descriptor array.64 support::ulittle16_t Frame;65 support::ulittle16_t SecName; // Byte index of the segment or group name67 support::ulittle16_t ClassName; // Byte index of the class name in the69 support::ulittle32_t Offset; // Byte offset of the logical segment73 support::ulittle32_t SecByteLength; // Byte count of the segment or group.
74 struct SecMapEntry { struct75 support::ulittle16_t Flags; // Descriptor flags. See OMFSegDescFlags76 support::ulittle16_t Ovl; // Logical overlay number.77 support::ulittle16_t Group; // Group index into descriptor array.78 support::ulittle16_t Frame;79 support::ulittle16_t SecName; // Byte index of the segment or group name81 support::ulittle16_t ClassName; // Byte index of the class name in the83 support::ulittle32_t Offset; // Byte offset of the logical segment87 support::ulittle32_t SecByteLength; // Byte count of the segment or group.