|
GDB (API)
|
#include "defs.h"#include <stdlib.h>#include "splay-tree.h"#include "gdb_obstack.h"#include "addrmap.h"#include "gdb_assert.h"Go to the source code of this file.
Functions | |
| 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) |
| struct addrmap * | addrmap_create_mutable (struct obstack *obstack) |
| void | _initialize_addrmap (void) |
Variables | |
| initialize_file_ftype | _initialize_addrmap |
| void _initialize_addrmap | ( | void | ) |
| struct addrmap* addrmap_create_fixed | ( | struct addrmap * | original, |
| struct obstack * | obstack | ||
| ) | [read] |
| struct addrmap* addrmap_create_mutable | ( | struct obstack * | obstack | ) | [read] |
| void* addrmap_find | ( | struct addrmap * | map, |
| CORE_ADDR | addr | ||
| ) |
| int addrmap_foreach | ( | struct addrmap * | map, |
| addrmap_foreach_fn | fn, | ||
| void * | data | ||
| ) |
| void addrmap_relocate | ( | struct addrmap * | map, |
| CORE_ADDR | offset | ||
| ) |
| void addrmap_set_empty | ( | struct addrmap * | map, |
| CORE_ADDR | start, | ||
| CORE_ADDR | end_inclusive, | ||
| void * | obj | ||
| ) |
1.7.6.1