gem5/base/loader
Nathan Binkert 63bb46b6d8 Serialize the symbol tables
base/loader/symtab.cc:
    Add support for clearing out the symbol table
    Add support for serializing the symbol table (clear on unserialize)
    Don't allow empty symbols to be entered into the table
base/loader/symtab.hh:
    Add support for clearing out the symbol table
    Add support for serializing the symbol table
sim/system.cc:
    Serialize the kernel, console, and palcode symbol tables so that
    we can capture any dynamic symbols that are added and so that we
    don't have to have the same kernel binary around to get the
    symbols right

--HG--
extra : convert_revision : 779888c88aa530f3adcd37dc7600a335951d05f7
2005-11-20 18:42:12 -05:00
..
aout_object.cc Many files: 2005-06-05 05:16:00 -04:00
aout_object.hh Many files: 2005-06-05 05:16:00 -04:00
coff_sym.h Many files: 2005-06-05 04:21:22 -04:00
coff_symconst.h Many files: 2005-06-05 04:21:22 -04:00
ecoff_object.cc Many files: 2005-06-05 05:16:00 -04:00
ecoff_object.hh Many files: 2005-06-05 05:16:00 -04:00
elf_object.cc Many files: 2005-06-05 05:16:00 -04:00
elf_object.hh Many files: 2005-06-05 05:16:00 -04:00
exec_aout.h Many files: 2005-06-05 04:21:22 -04:00
exec_ecoff.h Many files: 2005-06-05 04:21:22 -04:00
object_file.cc Many files: 2005-06-05 05:16:00 -04:00
object_file.hh Many files: 2005-06-05 05:16:00 -04:00
symtab.cc Serialize the symbol tables 2005-11-20 18:42:12 -05:00
symtab.hh Serialize the symbol tables 2005-11-20 18:42:12 -05:00