#include "bfd_support.h"
#include "op_bfd.h"
#include "config.h"
#include "cverb.h"
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <cstring>
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | spu_elf |
Functions | |
bfd * | spu_open_bfd (string const name, int fd, uint64_t offset_to_spu_elf) |
Variables | |
verbose | vbfd |
Special BFD functions for processing a Cell BE SPU profile
Definition in file bfd_spu_support.cpp.
bfd* spu_open_bfd | ( | string const | name, | |
int | fd, | |||
uint64_t | offset_to_spu_elf | |||
) |
Definition at line 87 of file bfd_spu_support.cpp.
References cverb, spu_elf::spu_offset, and spu_elf::stream.