Lines Matching defs:map

55 addrmap_set_empty (struct addrmap *map,  in addrmap_set_empty()
64 addrmap_find (struct addrmap *map, CORE_ADDR addr) in addrmap_find()
80 addrmap_relocate (struct addrmap *map, CORE_ADDR offset) in addrmap_relocate()
87 addrmap_foreach (struct addrmap *map, addrmap_foreach_fn fn, void *data) in addrmap_foreach()
134 struct addrmap_fixed *map = (struct addrmap_fixed *) this; in addrmap_fixed_find() local
176 struct addrmap_fixed *map = (struct addrmap_fixed *) this; in addrmap_fixed_relocate() local
188 struct addrmap_fixed *map = (struct addrmap_fixed *) this; in addrmap_fixed_foreach() local
250 allocate_key (struct addrmap_mutable *map, CORE_ADDR addr) in allocate_key()
261 addrmap_splay_tree_lookup (struct addrmap_mutable *map, CORE_ADDR addr) in addrmap_splay_tree_lookup()
268 addrmap_splay_tree_predecessor (struct addrmap_mutable *map, CORE_ADDR addr) in addrmap_splay_tree_predecessor()
275 addrmap_splay_tree_successor (struct addrmap_mutable *map, CORE_ADDR addr) in addrmap_splay_tree_successor()
282 addrmap_splay_tree_remove (struct addrmap_mutable *map, CORE_ADDR addr) in addrmap_splay_tree_remove()
310 addrmap_splay_tree_insert (struct addrmap_mutable *map, in addrmap_splay_tree_insert()
342 struct addrmap_mutable *map = (struct addrmap_mutable *) this; in addrmap_mutable_set_empty() local
522 struct addrmap_mutable *map = closure; in splay_obstack_alloc() local
544 struct addrmap_mutable *map = closure; in splay_obstack_free() local
575 struct addrmap_mutable *map = obstack_alloc (obstack, sizeof (*map)); in addrmap_create_mutable() local