OpenASIP
2.0
|
#include <ostream>
#include "Exception.hh"
#include "CmdLineOptions.hh"
#include "BinaryReader.hh"
#include "BinaryStream.hh"
#include "Binary.hh"
#include "TPEFDumper.hh"
#include "tce_config.h"
Go to the source code of this file.
Classes | |
class | DumperCmdLineOptions |
Functions | |
int | main (int argc, char *argv[]) |
Program for outputting TPEF hierarchy in textual format.
Definition in file DumpTPEF.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Calls TPEFDumper with parameters given in commandline.
Definition at line 179 of file DumpTPEF.cc.
References CmdLineParser::argument(), Exception::errorMessage(), TPEFDumper::fileHeaders(), TPEFDumper::memoryInfo(), CmdLineParser::numberOfArguments(), options, CmdLineOptions::parse(), MachInfoCmdLineOptions::printHelp(), TPEFDumper::relocationTables(), TPEFDumper::section(), TPEFDumper::sectionHeaders(), TPEFDumper::setOnlyLogical(), and TPEFDumper::symbolTables().