In MS Windows PE file terms, the .rdata section is used for at least four things:
- First, in EXEs produced by Microsoft Link, the .rdata section holds the debug directory;
- Second, the description string - intended to hold a useful text string describing the file;
- Third, describe GUIDs objects used in OLE programming.
- Forth, place to put the TLS (Thread Local Storage) directory.