#include "string"
#include "LoaderTest.h"
#include <iostream>
#include <dlfcn.h>
Go to the source code of this file.
Defines | |
#define | CALC_WIN2000 "test/windows/calc2000.exe" |
#define | CALC_WINDOWS "test/windows/calc.exe" |
#define | CALC_WINXP "test/windows/calcXP.exe" |
#define | ELFBINFILE "lib/libElfBinaryFile.so" |
#define | HELLO_HPPA "test/hppa/hello" |
#define | HELLO_PENTIUM "test/pentium/hello" |
#define | HELLO_SPARC "test/sparc/hello" |
#define | LPQ_WINDOWS "test/windows/lpq.exe" |
#define | MYTEST(name) |
#define | STARTER_PALM "test/mc68328/Starter.prc" |
#define | SWITCH_BORLAND "test/windows/switch_borland.exe" |
Typedefs | |
typedef unsigned(* | elfHashFcn )(const char *) |
Functions | |
int | microX86Dis (void *p) |
Variables | |
static char | lengths [] |
static char | pent_hello_text [] |
|
Definition at line 24 of file LoaderTest.cpp. |
|
Definition at line 22 of file LoaderTest.cpp. Referenced by LoaderTest::testWinLoad(). |
|
Definition at line 23 of file LoaderTest.cpp. |
|
Definition at line 27 of file LoaderTest.cpp. Referenced by LoaderTest::testElfHash(). |
|
Definition at line 20 of file LoaderTest.cpp. |
|
Definition at line 19 of file LoaderTest.cpp. |
|
Definition at line 18 of file LoaderTest.cpp. |
|
Definition at line 25 of file LoaderTest.cpp. |
|
Value: suite->addTest(new CppUnit::TestCaller<LoaderTest> ("LoaderTest", \ &LoaderTest::name, *this)) Definition at line 43 of file LoaderTest.cpp. |
|
Definition at line 21 of file LoaderTest.cpp. |
|
Definition at line 26 of file LoaderTest.cpp. |
|
Definition at line 598 of file LoaderTest.cpp. |
|
|
|
Definition at line 301 of file LoaderTest.cpp. |
|
Definition at line 362 of file LoaderTest.cpp. |