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

Inheritance: ElfRelocator64
Exibir arquivo Open project: uxmal/reko

Public Methods

Method Description
RelocateEntry ( Program program, ElfSymbol symbol, ElfSection referringSection, Elf64_Rela rela ) : void
RelocationTypeToString ( uint type ) : string
RiscVRelocator64 ( ElfLoader64 loader ) : System

Method Details

RelocateEntry() public method

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

RelocationTypeToString() public method

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

RiscVRelocator64() public method

public RiscVRelocator64 ( ElfLoader64 loader ) : System
loader ElfLoader64
return System