Searched defs:LineFragmentHeader (Results 1 – 1 of 1) sorted by relevance
32 struct LineFragmentHeader { struct33 support::ulittle32_t RelocOffset; // Code offset of line contribution.34 support::ulittle16_t RelocSegment; // Code segment of line contribution.35 support::ulittle16_t Flags; // See LineFlags enumeration.36 support::ulittle32_t CodeSize; // Code size of this line contribution.