We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb7b91 commit db1bbf4Copy full SHA for db1bbf4
1 file changed
docs/design/coreclr/botr/readytorun-format.md
@@ -66,8 +66,9 @@ The limitations of the current format are:
66
67
# Structures
68
69
-The structures and accompanying constants are defined in the [readytorun.h]
70
-(https://github.com/dotnet/runtime/blob/main/src/coreclr/inc/readytorun.h) header file.
+The structures and accompanying constants are defined in the
+[readytorun.h](https://github.com/dotnet/runtime/blob/main/src/coreclr/inc/readytorun.h)
71
+header file.
72
Basically the entire R2R executable image is addressed through the READYTORUN_HEADER singleton
73
pointed to by the well-known export RTR_HEADER in the export section of the native executable
74
envelope.
0 commit comments