|
IDA C++ SDK 9.2
|
Resolution of a single address into the cache layout: the region it lives in, the mapping that backs it, and the offset within that mapping's on-disk file. More...
#include <dscu.h>
Public Member Functions | |
| bool | valid () const |
Public Attributes | |
| region_info_t | region |
| Region containing the address (type=rt_invalid if not found) | |
| mapping_coords_t | mapping = mapping_coords_t::make_invalid() |
| Mapping that backs the address. | |
| uint64 | file_offset = 0 |
| Offset within the on-disk file backing mapping. | |
Resolution of a single address into the cache layout: the region it lives in, the mapping that backs it, and the offset within that mapping's on-disk file.
|
inline |
| region_info_t address_info_t::region |
Region containing the address (type=rt_invalid if not found)
| mapping_coords_t address_info_t::mapping = mapping_coords_t::make_invalid() |
Mapping that backs the address.