Home | History | Annotate | Download | only in symsrc

Lines Matching refs:VS_FIXEDFILEINFO

1233     __VS_FIXEDFILEINFO_format__ = ( 'VS_FIXEDFILEINFO',
2252 VS_FIXEDFILEINFO will hold the rest of the fields, accessible as sub-attributes:
2327 # Set the PE object's VS_FIXEDFILEINFO to this one
2329 self.VS_FIXEDFILEINFO = fixedfileinfo_struct
3197 if hasattr(self, 'VS_FIXEDFILEINFO'):
3198 dump.add_lines(self.VS_FIXEDFILEINFO.dump())