Home | History | Annotate | Download | only in symsrc

Lines Matching refs:symbols

947     imports:    list of imported symbols (ImportData instances)
964 symbols: list of exported symbols (ExportData instances)
968 """Holds exported symbols' information.
1057 symbols. If so, the destination DLL will have an
2682 symbols = exports)
2796 """Parse the imported symbols.
2800 all the symbols imported from that object.
2813 # imported symbols once the binary is loaded or if it is already
3228 dump.add_header('Exported symbols')
3232 for export in self.DIRECTORY_ENTRY_EXPORT.symbols:
3243 dump.add_header('Imported symbols')
3278 dump.add_header('Delay Imported symbols')