Home | History | Annotate | Download | only in symsrc

Lines Matching refs:StringTable

1241     __StringTable_format__ = ( 'StringTable',
1648 if hasattr(entry, 'StringTable'):
1649 for st_entry in entry.StringTable:
2259 StringFileInfo structures will have a list as an attribute named 'StringTable'
2260 containing all the StringTable structures. Each of those structures contains a
2396 stringfileinfo_struct.StringTable = list()
2416 'attempting to read StringTable string. Can\'t ' +
2424 stringfileinfo_struct.StringTable.append(stringtable_struct)
2451 'attempting to read StringTable Key string. Can\'t ' +
2467 'attempting to read StringTable Value string. ' +
3206 if hasattr(entry, 'StringTable'):
3207 for st_entry in entry.StringTable: