#include <fcntl.h>
#include <sys/stat.h>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include "op_bfd.h"
#include "locate_images.h"
#include "op_libiberty.h"
#include "string_filter.h"
#include "cverb.h"
Go to the source code of this file.
Defines | |
#define | OP_SPU_DYN_FLAG 0x10000000 |
#define | OP_SPU_MEMSIZE 0x3ffff |
Variables | |
verbose | vbfd |
Encapsulation of bfd objects for Cell BE SPU
Definition in file op_spu_bfd.cpp.
#define OP_SPU_DYN_FLAG 0x10000000 |
Definition at line 28 of file op_spu_bfd.cpp.
#define OP_SPU_MEMSIZE 0x3ffff |
Definition at line 30 of file op_spu_bfd.cpp.