gem5
|
#include <iostream>
#include <string>
#include <vector>
#include "base/loader/object_file.hh"
#include "base/loader/symtab.hh"
#include "base/misc.hh"
#include "base/str.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 43 of file nmtest.cc.
References cprintf(), createObjectFile(), SymbolTable::findAddress(), SymbolTable::findSymbol(), SymbolTable::getAddrTable(), ArmISA::i, ObjectFile::loadGlobalSymbols(), ObjectFile::loadLocalSymbols(), panic, and to_number().