Go to the source code of this file.
Typedefs |
typedef int(* | addrmap_foreach_fn )(void *data, CORE_ADDR start_addr, void *obj) |
Functions |
struct addrmap * | addrmap_create_mutable (struct obstack *obstack) |
void | addrmap_set_empty (struct addrmap *map, CORE_ADDR start, CORE_ADDR end_inclusive, void *obj) |
void * | addrmap_find (struct addrmap *map, CORE_ADDR addr) |
struct addrmap * | addrmap_create_fixed (struct addrmap *original, struct obstack *obstack) |
void | addrmap_relocate (struct addrmap *map, CORE_ADDR offset) |
int | addrmap_foreach (struct addrmap *map, addrmap_foreach_fn fn, void *data) |
Typedef Documentation
Function Documentation