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

Inheritance: ElfRelocator32
Exibir arquivo Open project: uxmal/reko

Public Methods

Method Description
ArmRelocator ( ElfLoader32 loader ) : Reko.Core
RelocateEntry ( Program program, ElfSymbol symbol, ElfSection referringSection, Elf32_Rela rela ) : void
RelocationTypeToString ( uint type ) : string

Method Details

ArmRelocator() public method

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

RelocateEntry() public method

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

RelocationTypeToString() public method

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