search for: relocsegment

Displaying 2 results from an estimated 2 matches for "relocsegment".

2018 Aug 31
2
PDB questions
...appears to be 8 bytes before every LineFragmentHeader. Here's some of my own debug output, which matches llvm-pdbutil's output. You can see it says "unknown bytes: ...". read C13 line info 136720 bytes unknown bytes: f2 00 00 00 60 00 00 00 LineFragmentHeader{ .RelocOffset = 0, .RelocSegment = 5, .Flags = LineFlags{ .LF_HaveColumns = true, .unused = 0 }, .CodeSize = 52 } has column: true LineBlockFragmentHeader{ .NameIndex = 0, .NumLines = 6, .BlockSize = 84 } LineNumberEntry{ .Offset = 0, .Flags = 101 } Flags{ .Start = 101, .End = 17, .IsStatement = false } <snip some LineNumberEnt...
2018 Aug 31
2
PDB questions
.... Here's >> some of my own debug output, which matches llvm-pdbutil's output. You can >> see it says "unknown bytes: ...". >> >> read C13 line info 136720 bytes >> unknown bytes: f2 00 00 00 60 00 00 00 >> LineFragmentHeader{ .RelocOffset = 0, .RelocSegment = 5, .Flags = >> LineFlags{ .LF_HaveColumns = true, .unused = 0 }, .CodeSize = 52 } >> has column: true >> LineBlockFragmentHeader{ .NameIndex = 0, .NumLines = 6, .BlockSize = 84 } >> LineNumberEntry{ .Offset = 0, .Flags = 101 } Flags{ .Start = 101, .End = >> 17, .IsSt...