HPCToolkit
|
#include <iostream>
#include <cstdarg>
#include <cstring>
#include <include/gcc-attr.h>
#include "ISA.hpp"
#include <lib/support/diagnostics.h>
Go to the source code of this file.
Macros | |
#define | BUF_SZ 512 |
Functions | |
int | GNUbu_fprintf (void *stream, const char *format,...) |
int | GNUbu_fprintf_stub (void *GCC_ATTR_UNUSED stream, const char *GCC_ATTR_UNUSED format,...) |
void | GNUbu_print_addr_stub (bfd_vma GCC_ATTR_UNUSED di_vma, struct disassemble_info *GCC_ATTR_UNUSED di) |
int | GNUbu_read_memory (bfd_vma vma, bfd_byte *myaddr, unsigned int len, struct disassemble_info *GCC_ATTR_UNUSED di) |
#define BUF_SZ 512 |
int GNUbu_fprintf | ( | void * | stream, |
const char * | format, | ||
... | |||
) |
int GNUbu_fprintf_stub | ( | void *GCC_ATTR_UNUSED | stream, |
const char *GCC_ATTR_UNUSED | format, | ||
... | |||
) |
void GNUbu_print_addr_stub | ( | bfd_vma GCC_ATTR_UNUSED | di_vma, |
struct disassemble_info *GCC_ATTR_UNUSED | di | ||
) |
int GNUbu_read_memory | ( | bfd_vma | vma, |
bfd_byte * | myaddr, | ||
unsigned int | len, | ||
struct disassemble_info *GCC_ATTR_UNUSED | di | ||
) |