GDB (xrefs)
|
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) |
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().
void(* addrmap_funcs::relocate)(struct addrmap *this, CORE_ADDR offset) |
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().