Lines Matching defs:Table
119 /// Given a .debug$S section, find the string table and file checksum table.
807 // Holds a PC to file:line table. Some data to parse this subsection is
890 // in the line table. The filename string is accessed using double
891 // indirection to the string table subsection using the index subsection.
910 // least significant 31 bits of the respective word in the table.
1030 // Check if the file checksum table offset is valid.
1034 // The string table offset comes first before the file checksum.
1039 // Check if the string table offset is valid.
1434 const delay_import_directory_table_entry *Table;
1435 error(I.getDelayImportTable(Table));
1436 W.printHex("Attributes", Table->Attributes);
1437 W.printHex("ModuleHandle", Table->ModuleHandle);
1438 W.printHex("ImportAddressTable", Table->DelayImportAddressTable);
1439 W.printHex("ImportNameTable", Table->DelayImportNameTable);
1440 W.printHex("BoundDelayImportTable", Table->BoundDelayImportTable);
1441 W.printHex("UnloadDelayImportTable", Table->UnloadDelayImportTable);