GDB (xrefs)
Classes | Functions
/home/stan/gdb/src/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 LONGEST target_bfd_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, LONGEST len)
static struct
target_section_table
target_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, read]

Definition at line 63 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) [read]
static void target_bfd_xclose ( struct target_ops t) [static]
static LONGEST target_bfd_xfer_partial ( struct target_ops ops,
enum target_object  object,
const char *  annex,
gdb_byte readbuf,
const gdb_byte writebuf,
ULONGEST  offset,
LONGEST  len 
) [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines