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

Inheritance: ElfRelocator32
Exibir arquivo Open project: uxmal/reko

Public Methods

Method 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

Method Description
LoadImportReferencesFromRelPlt ( ImportReference>.Dictionary importReferences ) : void

Method Details

Relocate() public method

public Relocate ( Program program ) : void
program Program
return void

RelocateEntry() public method

public RelocateEntry ( Program program, ElfSymbol sym, ElfSection referringSection, Elf32_Rela rela ) : void
program Program
sym ElfSymbol
referringSection ElfSection
rela Elf32_Rela
return void

RelocateOld() public method

public RelocateOld ( Program program ) : void
program Program
return void

RelocationTypeToString() public method

public RelocationTypeToString ( uint type ) : string
type uint
return string

x86Relocator() public method

public x86Relocator ( ElfLoader32 loader ) : Reko.Core
loader ElfLoader32
return Reko.Core