#include <iostream>
#include <fstream>
#include <typeinfo>
#include <new>
#include <map>
#include <list>
#include <string>
#include "Args.hpp"
#include <lib/binutils/LM.hpp>
#include <lib/binutils/Seg.hpp>
#include <lib/binutils/Proc.hpp>
#include <lib/binutils/Insn.hpp>
#include <lib/binutils/BinUtils.hpp>
#include <lib/support/diagnostics.h>
#include <lib/support/SrcFile.hpp>
Go to the source code of this file.
|
static int | realmain (int argc, char *const *argv) |
|
static void | clearLineToVMAListMap (LineToVMAListMap *map) |
|
static void | dumpSymbolicInfoOld (std::ostream &os, BinUtil::LM *lm) |
|
int | main (int argc, char *const *argv) |
|
static int | realmain (int argc, char *const argv[]) |
|
static void | dumpHeaderInfo (std::ostream &os, BinUtil::LM *lm, const char *pre="") |
|
static void | dumpSymbolicInfoForFunc (std::ostream &os, const char *pre, const char *func, LineToVMAListMap *map, const char *file) |
|
◆ LineToVMAListMap
◆ LineToVMAListMapIt
◆ LineToVMAListMapItVal
◆ VMAList
◆ VMAListIt
◆ VMAListItC
◆ clearLineToVMAListMap()
◆ dumpHeaderInfo()
static void dumpHeaderInfo |
( |
std::ostream & |
os, |
|
|
BinUtil::LM * |
lm, |
|
|
const char * |
pre = "" |
|
) |
| |
|
static |
◆ dumpSymbolicInfoForFunc()
static void dumpSymbolicInfoForFunc |
( |
std::ostream & |
os, |
|
|
const char * |
pre, |
|
|
const char * |
func, |
|
|
LineToVMAListMap * |
map, |
|
|
const char * |
file |
|
) |
| |
|
static |
◆ dumpSymbolicInfoOld()
static void dumpSymbolicInfoOld |
( |
std::ostream & |
os, |
|
|
BinUtil::LM * |
lm |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char *const * |
argv |
|
) |
| |
◆ realmain() [1/2]
static int realmain |
( |
int |
argc, |
|
|
char *const * |
argv |
|
) |
| |
|
static |
◆ realmain() [2/2]
static int realmain |
( |
int |
argc, |
|
|
char *const |
argv[] |
|
) |
| |
|
static |