libkdumpfile-0.5.4
Kernel coredump file access
|
Parameters of table lookup translation. More...
#include <addrxlat.h>
Data Fields | |
addrxlat_addr_t | endoff |
Max address offset inside each object. | |
size_t | nelem |
Size of the table. | |
addrxlat_lookup_elem_t * | tbl |
Lookup table. | |
Parameters of table lookup translation.
addrxlat_addr_t _addrxlat_param_lookup::endoff |
Max address offset inside each object.
This is in fact object size - 1. However, specifying the end offset gives maximum flexibility (from 1-byte objects to the full size of the address space).
addrxlat_lookup_elem_t* _addrxlat_param_lookup::tbl |
Lookup table.
The lookup table is owned by the translation method, i.e. it is freed when the method reference count becomes zero.