GDB (xrefs)
|
Public Member Functions | |
addrmap_index_data (data_buf &addr_vec_, cu_index_map &cu_index_htab_) | |
int | operator() (CORE_ADDR start_addr, const void *obj) |
Public Attributes | |
data_buf & | addr_vec |
cu_index_map & | cu_index_htab |
bool | previous_valid = false |
unsigned int | previous_cu_index = 0 |
CORE_ADDR | previous_cu_start = 0 |
Definition at line 438 of file index-write.c.
|
inline |
Definition at line 440 of file index-write.c.
References addr_vec, addrmap_index_data(), and cu_index_htab.
Referenced by addrmap_index_data().
int addrmap_index_data::operator() | ( | CORE_ADDR | start_addr, |
const void * | obj ) |
Definition at line 474 of file index-write.c.
References add_address_entry(), addr_vec, cu_index_htab, previous_cu_index, previous_cu_start, and previous_valid.
data_buf& addrmap_index_data::addr_vec |
Definition at line 445 of file index-write.c.
Referenced by addrmap_index_data(), operator()(), and write_address_map().
cu_index_map& addrmap_index_data::cu_index_htab |
Definition at line 446 of file index-write.c.
Referenced by addrmap_index_data(), operator()(), and write_address_map().
unsigned int addrmap_index_data::previous_cu_index = 0 |
Definition at line 455 of file index-write.c.
Referenced by operator()(), and write_address_map().
CORE_ADDR addrmap_index_data::previous_cu_start = 0 |
Definition at line 457 of file index-write.c.
Referenced by operator()(), and write_address_map().
bool addrmap_index_data::previous_valid = false |
Definition at line 453 of file index-write.c.
Referenced by operator()(), and write_address_map().