libkdumpfile-0.5.3
Kernel coredump file access
|
Python representation of addrxlat_step_t. More...
Data Fields | |
PyObject_HEAD addrxlat_step_t | step |
Standard Python object header. More... | |
PyObject * | ctx |
Translation context. More... | |
PyObject * | sys |
Translation system. More... | |
PyObject * | meth |
Translation method. More... | |
PyObject * | base |
FullAddress object for base . More... | |
param_loc | loc [STEP_NLOC] |
Location configuration for step . More... | |
PyObject * | convert |
Python representation of addrxlat_step_t.
PyObject* step_object::base |
FullAddress object for base
.
PyObject* step_object::ctx |
Translation context.
param_loc step_object::loc[STEP_NLOC] |
Location configuration for step
.
PyObject* step_object::meth |
Translation method.
PyObject_HEAD addrxlat_step_t step_object::step |
Standard Python object header.
Translation step in libaddrxlat format.
PyObject* step_object::sys |
Translation system.