9 references to NameSize
ILCompiler.ReadyToRun (9)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (9)
750
NameSize
+ // Name size
758
NameSize
+ // Name size
769
if (Name.Length <=
NameSize
)
772
if (Name.Length <
NameSize
)
783
BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(
NameSize
), Value);
787
BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(
NameSize
+ 4), SectionIndex);
788
sliceIndex =
NameSize
+ 8;
793
BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(
NameSize
+ 4), (ushort)SectionIndex);
794
sliceIndex =
NameSize
+ 6;