GDB (xrefs)
Classes | Functions
/tmp/gdb-7.10/gdb/bfd-target.c File Reference
#include "defs.h"
#include "target.h"
#include "bfd-target.h"
#include "exec.h"
#include "gdb_bfd.h"

Go to the source code of this file.

Classes

struct  target_bfd_data
 

Functions

static enum target_xfer_status target_bfd_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len)
 
static struct target_section_tabletarget_bfd_get_section_table (struct target_ops *ops)
 
static void target_bfd_xclose (struct target_ops *t)
 
struct target_opstarget_bfd_reopen (struct bfd *abfd)
 

Function Documentation

static struct target_section_table* target_bfd_get_section_table ( struct target_ops ops)
static

Definition at line 64 of file bfd-target.c.

References target_bfd_data::table, and target_ops::to_data.

Referenced by target_bfd_reopen().

struct target_ops* target_bfd_reopen ( struct bfd *  abfd)
static void target_bfd_xclose ( struct target_ops t)
static
static enum target_xfer_status target_bfd_xfer_partial ( struct target_ops ops,
enum target_object  object,
const char *  annex,
gdb_byte readbuf,
const gdb_byte writebuf,
ULONGEST  offset,
ULONGEST  len,
ULONGEST xfered_len 
)
static