SEC:ppcFront. More...
#include <ppcLoader.h>
Static Public Member Functions | |
static bool | LoadFromDevice (int fd, const vector< ppcThread * > &p, processor *proc, char **argv=NULL, char **argp=NULL, bool subset=0) |
static bool | LoadFromDevice (const char *Filename, const vector< ppcThread * > &p, processor *proc, char **argv=NULL, char **argp=NULL, bool subset=0) |
static bool | LoadLLE (const char *Filename, const vector< ppcThread * > &p, char **argv=NULL, char **argp=NULL) |
Static Public Attributes | |
static simAddress | constrLoc = 0 |
static simAddress | constrSize = 0 |
static vector< processor * > * | subProc = 0 |
static vector< simPID > * | subPID = 0 |
static processor * | theProc = 0 |
SEC:ppcFront.