libkdumpfile-0.5.1
Kernel coredump file access
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
step_object Struct Reference

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
 

Detailed Description

Python representation of addrxlat_step_t.

Field Documentation

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.


The documentation for this struct was generated from the following file: