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

Class DW_TAG_subroutine_type

source code


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

Inherited from object: __class__

Method Details

VType(self)

source code 

Returns a vtype representation of this DIE.

Overrides: DIETag.VType
(inherited documentation)