2 writes to PointerToSymbolTable
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
417
coffHeader.
PointerToSymbolTable
= dataOffset;
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
748
PointerToSymbolTable
= 0,
3 references to PointerToSymbolTable
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (3)
474
Debug.Assert(outputFileStream.Position == coffHeader.
PointerToSymbolTable
);
545
BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8),
PointerToSymbolTable
);
563
BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(48),
PointerToSymbolTable
);