C# Class Reko.ImageLoaders.Elf.Relocators.x86Relocator

Inheritance: ElfRelocator32
Afficher le fichier Open project: uxmal/reko

Méthodes publiques

Méthode Description
Relocate ( Program program ) : void
RelocateEntry ( Program program, ElfSymbol sym, ElfSection referringSection, Elf32_Rela rela ) : void
RelocateOld ( Program program ) : void
RelocationTypeToString ( uint type ) : string
x86Relocator ( ElfLoader32 loader ) : Reko.Core

Private Methods

Méthode Description
LoadImportReferencesFromRelPlt ( ImportReference>.Dictionary importReferences ) : void

Method Details

Relocate() public méthode

public Relocate ( Program program ) : void
program Program
Résultat void

RelocateEntry() public méthode

public RelocateEntry ( Program program, ElfSymbol sym, ElfSection referringSection, Elf32_Rela rela ) : void
program Program
sym ElfSymbol
referringSection ElfSection
rela Elf32_Rela
Résultat void

RelocateOld() public méthode

public RelocateOld ( Program program ) : void
program Program
Résultat void

RelocationTypeToString() public méthode

public RelocationTypeToString ( uint type ) : string
type uint
Résultat string

x86Relocator() public méthode

public x86Relocator ( ElfLoader32 loader ) : Reko.Core
loader ElfLoader32
Résultat Reko.Core