C# Class Mono.Debugger.Backend.DwarfBinaryReader

Inheritance: TargetBinaryReader
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
DwarfBinaryReader ( Bfd bfd, TargetBlob blob, bool is64bit ) : System
PeekOffset ( long pos ) : long
PeekOffset ( long pos, int &size ) : long
ReadInitialLength ( ) : long
ReadInitialLength ( bool &is64bit ) : long
ReadOffset ( ) : long

Method Details

DwarfBinaryReader() public méthode

public DwarfBinaryReader ( Bfd bfd, TargetBlob blob, bool is64bit ) : System
bfd Bfd
blob TargetBlob
is64bit bool
Résultat System

PeekOffset() public méthode

public PeekOffset ( long pos ) : long
pos long
Résultat long

PeekOffset() public méthode

public PeekOffset ( long pos, int &size ) : long
pos long
size int
Résultat long

ReadInitialLength() public méthode

public ReadInitialLength ( ) : long
Résultat long

ReadInitialLength() public méthode

public ReadInitialLength ( bool &is64bit ) : long
is64bit bool
Résultat long

ReadOffset() public méthode

public ReadOffset ( ) : long
Résultat long