Home
last modified time | relevance | path

Searched refs:addrmap (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Daddrmap.c37 void (*set_empty) (struct addrmap *this,
40 void *(*find) (struct addrmap *this, CORE_ADDR addr);
41 struct addrmap *(*create_fixed) (struct addrmap *this,
43 void (*relocate) (struct addrmap *this, CORE_ADDR offset);
44 int (*foreach) (struct addrmap *this, addrmap_foreach_fn fn, void *data);
48 struct addrmap struct
55 addrmap_set_empty (struct addrmap *map, in addrmap_set_empty()
64 addrmap_find (struct addrmap *map, CORE_ADDR addr) in addrmap_find()
70 struct addrmap *
71 addrmap_create_fixed (struct addrmap *original, struct obstack *obstack) in addrmap_create_fixed()
[all …]
H A Daddrmap.h35 struct addrmap;
39 struct addrmap *addrmap_create_mutable (struct obstack *obstack);
78 void addrmap_set_empty (struct addrmap *map,
83 void *addrmap_find (struct addrmap *map, CORE_ADDR addr);
87 struct addrmap *addrmap_create_fixed (struct addrmap *original,
92 void addrmap_relocate (struct addrmap *map, CORE_ADDR offset);
103 int addrmap_foreach (struct addrmap *map, addrmap_foreach_fn fn, void *data);
H A Dblock.h32 struct addrmap;
131 struct addrmap *map;
H A Dbuildsym.h24 struct addrmap;
H A Dobjfiles.h234 struct addrmap *psymtabs_addrmap;
H A Dbuildsym.c73 static struct addrmap *pending_addrmap;
H A Ddwarf2read.c2500 struct addrmap *mutable_map; in create_addrmap_from_index()
/dflybsd-src/gnu/usr.bin/gdb/libgdb/
H A DMakefile36 addrmap.c \