gem5/src/base/loader
Ali Saidi 5c1d631f36 check if an executable is dynamic and die if it is
Only implemented for ELf. Someone might want to implement it for ecoff and some point

src/base/loader/elf_object.cc:
src/base/loader/elf_object.hh:
src/base/loader/object_file.cc:
src/base/loader/object_file.hh:
    add a function to check if an executable is dynamic
src/sim/process.cc:
    check if an executable is dynamic and die if it is

--HG--
extra : convert_revision : 830b1b50b08a5abaf895ce6251bbc702c986eebf
2007-01-22 16:14:06 -05:00
..
aout_object.cc Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
aout_object.hh Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
coff_sym.h New directory structure: 2006-05-22 14:29:33 -04:00
coff_symconst.h New directory structure: 2006-05-22 14:29:33 -04:00
ecoff_object.cc Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
ecoff_object.hh Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
elf_object.cc check if an executable is dynamic and die if it is 2007-01-22 16:14:06 -05:00
elf_object.hh check if an executable is dynamic and die if it is 2007-01-22 16:14:06 -05:00
exec_aout.h New directory structure: 2006-05-22 14:29:33 -04:00
exec_ecoff.h New directory structure: 2006-05-22 14:29:33 -04:00
object_file.cc check if an executable is dynamic and die if it is 2007-01-22 16:14:06 -05:00
object_file.hh check if an executable is dynamic and die if it is 2007-01-22 16:14:06 -05:00
raw_object.cc Don't add symbols for loaded files to symbol table since they are pretty much meaningless with all the copying that goes on 2007-01-16 19:09:27 -05:00
raw_object.hh Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
symtab.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
symtab.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00