Searched refs:addrmap (Results 1 – 8 of 8) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | addrmap.c | 37 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 D | addrmap.h | 35 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 D | block.h | 32 struct addrmap; 131 struct addrmap *map;
|
| H A D | buildsym.h | 24 struct addrmap;
|
| H A D | objfiles.h | 234 struct addrmap *psymtabs_addrmap;
|
| H A D | buildsym.c | 73 static struct addrmap *pending_addrmap;
|
| H A D | dwarf2read.c | 2500 struct addrmap *mutable_map; in create_addrmap_from_index()
|
| /dflybsd-src/gnu/usr.bin/gdb/libgdb/ |
| H A D | Makefile | 36 addrmap.c \
|