| /src/external/gpl3/gdb.old/dist/gdb/ |
| addrmap.h | 0 /* addrmap.h --- interface to address map data structure. 46 struct addrmap struct 71 ~addrmap () = default; 84 struct addrmap_fixed final : public addrmap, 92 /* It's fine to use the default move operators, because this addrmap 125 struct addrmap_mutable final : public addrmap 220 /* Dump the addrmap to OUTFILE. If PAYLOAD is non-NULL, only dump any 225 void addrmap_dump (struct addrmap *map, struct ui_file *outfile,
|
| addrmap.c | 0 /* addrmap.c --- implementation of address map data structure. 22 #include "addrmap.h" 356 /* See addrmap.h. */ 359 addrmap_dump (struct addrmap *map, struct ui_file *outfile, void *payload, 364 /* True if the previously printed addrmap entry was for PAYLOAD. 366 addrmap entry defines the end of the range). */ 421 /* Entry point for addrmap unit tests. */ 433 /* Create mutable addrmap. */ 441 /* Insert address range into mutable addrmap. */ 447 /* Create corresponding fixed addrmap. * [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| addrmap.h | 0 /* addrmap.h --- interface to address map data structure. 46 struct addrmap struct 67 ~addrmap () = default; 80 struct addrmap_fixed final : public addrmap, 88 /* It's fine to use the default move operators, because this addrmap 122 struct addrmap_mutable final : public addrmap 192 /* Clear this addrmap. */ 229 /* Dump the addrmap to OUTFILE. If PAYLOAD is non-NULL, only dump any 234 void addrmap_dump (struct addrmap *map, struct ui_file *outfile,
|
| addrmap.c | 0 /* addrmap.c --- implementation of address map data structure. 22 #include "addrmap.h" 361 /* See addrmap.h. */ 364 addrmap_dump (struct addrmap *map, struct ui_file *outfile, void *payload, 369 /* True if the previously printed addrmap entry was for PAYLOAD. 371 addrmap entry defines the end of the range). */ 419 check_addrmap_find (const addrmap &map, const char *array, unsigned int low, 426 /* Entry point for addrmap unit tests. */ 438 /* Create mutable addrmap. */ 445 /* Insert address range into mutable addrmap. * [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index.c | 147 std::vector<const addrmap *> 152 std::vector<const addrmap *> result; 278 std::vector<const addrmap *> addrmaps = this->get_addrmaps (); 281 const addrmap *addrmap = addrmaps[i]; local 283 gdb_printf (" [%zu] ((addrmap *) %p)\n", i, addrmap); 286 if (addrmap == nullptr) 289 addrmap->foreach ([arch] (CORE_ADDR start_addr, const void *obj)
|
| parent-map.c | 27 dump_parent_map (dwarf2_per_bfd *per_bfd, const struct addrmap *map) 66 addrmap_dump (const_cast<addrmap *> (map), gdb_stdlog, nullptr,
|
| cooked-index.h | 26 #include "addrmap.h" 139 std::vector<const addrmap *> get_addrmaps ();
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| cooked-index.c | 703 std::vector<const addrmap *> 708 std::vector<const addrmap *> result; 834 std::vector<const addrmap *> addrmaps = this->get_addrmaps (); 837 const addrmap &addrmap = *addrmaps[i]; local 839 gdb_printf (" [%zu] ((addrmap *) %p)\n", i, &addrmap); 842 addrmap.foreach ([arch] (CORE_ADDR start_addr, const void *obj)
|
| read-debug-names.c | 762 addrmap_mutable addrmap; local 765 &addrmap, &warnings); 769 map.shard->install_addrmap (&addrmap);
|
| /src/external/gpl3/gdb/lib/libgdb/arch/m68000/ |
| init.c | 37 INIT_GDB_FILE (addrmap) 207 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/aarch64eb/ |
| init.c | 44 INIT_GDB_FILE (addrmap) 221 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/alpha/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/arm/ |
| init.c | 46 INIT_GDB_FILE (addrmap) 225 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/armeb/ |
| init.c | 46 INIT_GDB_FILE (addrmap) 225 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/hppa/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/i386/ |
| init.c | 47 INIT_GDB_FILE (addrmap) 227 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/ia64/ |
| init.c | 42 INIT_GDB_FILE (addrmap) 217 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/m68k/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/mips64el/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/mipseb/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/mipsel/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/mipsn64eb/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/mipsn64el/ |
| init.c | 45 INIT_GDB_FILE (addrmap) 223 INIT_GDB_FILE (addrmap)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/powerpc/ |
| init.c | 46 INIT_GDB_FILE (addrmap) 225 INIT_GDB_FILE (addrmap)
|