GDB (xrefs)
|
#include "addrmap.h"
Public Member Functions | |
virtual | ~addrmap ()=default |
virtual void | set_empty (CORE_ADDR start, CORE_ADDR end_inclusive, void *obj)=0 |
virtual void * | find (CORE_ADDR addr) const =0 |
virtual void | relocate (CORE_ADDR offset)=0 |
virtual int | foreach (addrmap_foreach_fn fn)=0 |
|
virtualdefault |
|
pure virtual |
Implemented in addrmap_fixed, and addrmap_mutable.
Referenced by block_starting_point_at(), find_block_in_blockvector(), find_pc_sect_compunit_symtab(), dwarf2_base_index_functions::find_per_cu(), and cooked_index::lookup().
|
pure virtual |
Implemented in addrmap_fixed, and addrmap_mutable.
Referenced by addrmap_dump(), and write_address_map().
|
pure virtual |
Implemented in addrmap_fixed, and addrmap_mutable.
Referenced by objfile_relocate1().
|
pure virtual |
Implemented in addrmap_fixed, and addrmap_mutable.
Referenced by dwarf2_ranges_read(), and read_addrmap_from_aranges().