2 references to CV_PTR_NEAR32
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CodeView\CodeViewTypesBuilder.cs (2)
78
record.Write((uint)((targetPointerSize == 8 ? CV_PTR_64 :
CV_PTR_NEAR32
) | CV_PTR_MODE_LVREF));
118
(pointerDescriptor.Is64Bit == 1 ? CV_PTR_64 :
CV_PTR_NEAR32
) |