Lines Matching full:stream

63 A PDB file is an MSF (Multi-Stream Format) file.  An MSF file is a "file system
67 Additionally, the MSF contains a stream directory (aka MFT) which describes how
70 For more information about the MSF container format, stream directory, and
86 | Name | Stream Index | Contents |
88 | Old Directory | - Fixed Stream Index 0 | - Previous MSF Stream Directory |
90 | PDB Stream | - Fixed Stream Index 1 | - Basic File Information |
92 | | | - Map of named streams to stream indices |
94 | TPI Stream | - Fixed Stream Index 2 | - CodeView Type Records |
95 | | | - Index of TPI Hash Stream |
97 | DBI Stream | - Fixed Stream Index 3 | - Module/Compiland Information |
105 | IPI Stream | - Fixed Stream Index 4 | - CodeView Type Records |
106 | | | - Index of IPI Hash Stream |
108 | /LinkInfo | - Contained in PDB Stream | - Unknown |
109 | | Named Stream map | |
111 | /src/headerblock | - Contained in PDB Stream | - Summary of embedded source file content |
112 | | Named Stream map | (e.g. natvis files) |
114 | /names | - Contained in PDB Stream | - PDB-wide global string table used for |
115 | | Named Stream map | string de-duplication |
117 | Module Info Stream | - Contained in DBI Stream | - CodeView Symbol Records for this module |
120 | Public Stream | - Contained in DBI Stream | - Public (Exported) Symbol Records |
121 | | | - Index of Public Hash Stream |
123 | Global Stream | - Contained in DBI Stream | - Single combined symbol-table |
124 | | | - Index of Global Hash Stream |
126 | TPI Hash Stream | - Contained in TPI Stream | - Hash table for looking up TPI records |
129 | IPI Hash Stream | - Contained in IPI Stream | - Hash table for looking up IPI records |
137 Information about the PDB Info Stream and how it is used to match PDBs to EXEs.
140 Information about the TPI stream and the CodeView records contained within.
143 Information about the DBI stream and relevant substreams including the
148 Information about the Module Information Stream, of which there is one for
152 Information about the Public Symbol Stream.
155 Information about the Global Symbol Stream.
159 represent things such as the Named Stream Map and the Hash Adjusters in the
160 :doc:`TPI/IPI Stream <TpiStream>`.