GDB (xrefs)
Public Attributes
addrmap_funcs Struct Reference

List of all members.

Public Attributes

void(* set_empty )(struct addrmap *this, CORE_ADDR start, CORE_ADDR end_inclusive, void *obj)
void *(* find )(struct addrmap *this, CORE_ADDR addr)
struct addrmap *(* create_fixed )(struct addrmap *this, struct obstack *obstack)
void(* relocate )(struct addrmap *this, CORE_ADDR offset)
int(* foreach )(struct addrmap *this, addrmap_foreach_fn fn, void *data)

Detailed Description

Definition at line 35 of file addrmap.c.


Member Data Documentation

struct addrmap*(* addrmap_funcs::create_fixed)(struct addrmap *this, struct obstack *obstack) [read]

Definition at line 41 of file addrmap.c.

Referenced by addrmap_create_fixed().

void*(* addrmap_funcs::find)(struct addrmap *this, CORE_ADDR addr)

Definition at line 40 of file addrmap.c.

Referenced by addrmap_find().

int(* addrmap_funcs::foreach)(struct addrmap *this, addrmap_foreach_fn fn, void *data)

Definition at line 44 of file addrmap.c.

Referenced by addrmap_foreach().

Definition at line 43 of file addrmap.c.

Referenced by addrmap_relocate().

void(* addrmap_funcs::set_empty)(struct addrmap *this, CORE_ADDR start, CORE_ADDR end_inclusive, void *obj)

Definition at line 37 of file addrmap.c.

Referenced by addrmap_set_empty().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines