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

Inheritance: ElfRelocator32
Exibir arquivo Open project: uxmal/reko

Public Methods

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

Private Methods

Method Description
LoadString ( uint symtabOffset, uint sym ) : string

Method Details

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

RelocationTypeToString() public method

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

SparcRelocator() public method

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