Package rekall :: Package plugins :: Package overlays :: Package linux :: Module dwarfparser :: Class DW_TAG_structure_type
[frames] | no frames]

Class DW_TAG_structure_type

source code


A struct definition.

Instance Methods
 
__init__(self, die, types, parents)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
Definition(self, vtype)
This DW element is given an opportunity to generate a vtype.
source code
 
VType(self)
Returns a vtype representation of this DIE. (Inherited from rekall.plugins.overlays.linux.dwarfparser.DIETag)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  parent = None
hash(x) (Inherited from rekall.plugins.overlays.linux.dwarfparser.DIETag)
Properties
  name
  size
  type_id (Inherited from rekall.plugins.overlays.linux.dwarfparser.DIETag)

Inherited from object: __class__

Method Details

__init__(self, die, types, parents)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Definition(self, vtype)

source code 

This DW element is given an opportunity to generate a vtype.

Overrides: DIETag.Definition
(inherited documentation)

Property Details

name

Get Method:
unreachable.name(self)

size

Get Method:
unreachable.size(self)